GM_SwathSeparationImageSetup_t Class

Structure with options for creating Swath Separation Images (SSI)

Inheritance Hierarchy
System . Object
GlobalMapper.Lidar . GM_SwathSeparationImageSetup_t

Namespace:GlobalMapper.Lidar
Assembly: GlobalMapperWrapperNET45 (in GlobalMapperWrapperNET45.dll) Version: 19.1.0.0 (19.1.0.0)
Syntax
C#
Copy
public class GM_SwathSeparationImageSetup_t

The GM_SwathSeparationImageSetup_t type exposes the following members.

Constructors
NameDescription
Public methodGM_SwathSeparationImageSetup_t
Constructor to set values directly.
Top
Fields
NameDescription
Public fieldmPointCloudLayerListList of point clouds to consider (NULL for all loaded layers)
Public fieldmFlags
Public fieldmPointCloudLayerListCountNumber of layers in mPointCloudLayerList
Public fieldmBoundsCurrent projection bounds to limit operation to. If not provided, use full bounds.
 mClassFilterLidar class filter with point types to consider
 mReturnMaskLidar return mask for point types to consider
 mGridAlgGrid algorithm to use
 mGridBinMultGrid size to use for each flight line grid (negative for meters, positive for multiple of cloud spacing)
 mShaderNameName of shader to use for final result. If none is provided, a default will be used
Top
See Also