GM_LidarClassFilter_t Structure
Define a filter for Lidar classes with 1 bit for each Lidar class (from 0-255).

Namespace:GlobalMapper.Lidar
Assembly:  GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 18.0.0.0 (18.0.0.0)

Syntax
C#
                                    public
                                    struct
                                    GM_LidarClassFilter_t
                                

The GM_LidarClassFilter_t type exposes the following members.

Methods
NameDescription
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType .)
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType .)
Public methodGetType
Gets the type of the current instance.
(Inherited from Object .)
Public methodToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType .)
Top
Fields
NameDescription
Public fieldmBitMask0
Bit mask for which classes are DISabled. If the bit is 0 the class is enabled. If 1 it is disabled.
Public fieldmBitMask1
Bit mask for which classes are DISabled. If the bit is 0 the class is enabled. If 1 it is disabled.
Public fieldmBitMask2
Bit mask for which classes are DISabled. If the bit is 0 the class is enabled. If 1 it is disabled.
Public fieldmBitMask3
Bit mask for which classes are DISabled. If the bit is 0 the class is enabled. If 1 it is disabled.
Public fieldmBitMask4
Bit mask for which classes are DISabled. If the bit is 0 the class is enabled. If 1 it is disabled.
Public fieldmBitMask5
Bit mask for which classes are DISabled. If the bit is 0 the class is enabled. If 1 it is disabled.
Public fieldmBitMask6
Bit mask for which classes are DISabled. If the bit is 0 the class is enabled. If 1 it is disabled.
Public fieldmBitMask7
Bit mask for which classes are DISabled. If the bit is 0 the class is enabled. If 1 it is disabled.
Top
See Also