GM_SwathSeparationImageSetup_t Constructor
Initializes a new instance of the GM_SwathSeparationImageSetup_t class

Namespace:GlobalMapper.Lidar
Assembly:  GlobalMapperWrapperNET45 (in GlobalMapperWrapperNET45.dll) Version: 19.1.0.0 (19.1.0.0)

Syntax
C#
Copy
public GM_SwathSeparationImageSetup_t(
    mFlags = GM_SwathSeparationImageFlags_t32.SSI_DefaultFlags;
    mPointCloudLayerList = null;
    mPointCloudLayerListCount = 0;
    mBounds = null;
    mReturnMask = GM_LidarReturnMask_t32.LIDAR_RETURN_MASK_LAST;
    mGridAlg = GM_GridAlg_t8.GridAlg_TIN;
    mGridBinMult = 2.0; // default to 2 grid spacings
    mShaderName = "";
)

See Also