![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
Specifies the limits for the value of signal intensity that a sensor is capable of producing. More...
#include <E57SimpleData.h>
Public Member Functions | |
| bool | operator== (const IntensityLimits &rhs) const |
| bool | operator!= (const IntensityLimits &rhs) const |
Public Attributes | |
| double | intensityMinimum { 0. } |
| The minimum producible intensity value. Unit is unspecified. More... | |
| double | intensityMaximum { 0. } |
| The maximum producible intensity value. Unit is unspecified. More... | |
Specifies the limits for the value of signal intensity that a sensor is capable of producing.
Definition at line 192 of file E57SimpleData.h.
|
inline |
Definition at line 201 of file E57SimpleData.h.
References cloudViewer::utility::operator==().
|
inline |
Definition at line 197 of file E57SimpleData.h.
References intensityMaximum, and intensityMinimum.
| double e57::IntensityLimits::intensityMaximum { 0. } |
The maximum producible intensity value. Unit is unspecified.
Definition at line 195 of file E57SimpleData.h.
Referenced by operator==(), and e57::ReaderImpl::ReadData3D().
| double e57::IntensityLimits::intensityMinimum { 0. } |
The minimum producible intensity value. Unit is unspecified.
Definition at line 194 of file E57SimpleData.h.
Referenced by operator==(), and e57::ReaderImpl::ReadData3D().