38 namespace datastructure {
    44                      uint8_t& reflectivity,
    49                      bool& contamination_bit,
    50                      bool& contamination_warning_bit)
 bool getInfiniteBit() const 
Returns if the scanpoint is infinite. 
 
bool getContaminationBit() const 
Returns if the scanpoint is contaminated. 
 
uint16_t getDistance() const 
Getter for the distance of the scanpoint. 
 
bool getGlareBit() const 
Returns if the scanpoint has glare. 
 
bool getValidBit() const 
Returns if the scanpoint is valid. 
 
bool getReflectorBit() const 
Returns if the scanpoint detects a reflector. 
 
bool m_contamination_warning_bit
 
bool getContaminationWarningBit() const 
Returns if there is a contamination warning. 
 
float getAngle() const 
Getter for the angle in sensor coordinates. 
 
uint8_t getReflectivity() const 
Getter for the reflectivity value.