globalmapper.LidarClassFilter_EnableGroups¶
- globalmapper.LidarClassFilter_EnableGroups(GM_LidarClassGroup_t16 aGroupMask, boolean aMatchAny) GM_Error_t32, GM_LidarClassFilter_t [source]¶
Initialize a Lidar class filter so that all classes with the given group are enabled.
- Parameters
aGroupMask (GM_LidarClassGroup_t16) – Mask of Lidar class groups to enable.
aMatchAny (boolean) – Whether it will match any groups in the mask or require all.
- Returns
Error Code
- Return type
GM_Error_t32
- Returns
Class filter that will be filled in.
- Return type