globalmapper.SetLidarClassFilter¶
- globalmapper.SetLidarClassFilter(GM_LidarClassFilter_t aClassFilter) GM_Error_t32 [source]¶
Sets the active Lidar class filter for display and other operations. You can use GetLidarClassFilter to get the Lidar class filter currently in use or LidarClassFilter_Init to create a new one, and then can modify the filter with LidarClassFilter_SetClassEnabled to change which classes are enabled in the filter.
- Parameters
aClassFilter (GM_LidarClassFilter_t) – Class filter to make active (None to enable all types)
- Returns
Error Code
- Return type
GM_Error_t32