![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
Specifies the limits for the value of red, green, and blue color that a sensor is capable of producing. More...
#include <E57SimpleData.h>
Public Member Functions | |
| bool | operator== (const ColorLimits &rhs) const |
| bool | operator!= (const ColorLimits &rhs) const |
Public Attributes | |
| double | colorRedMinimum { 0. } |
| The minimum producible red color value. Unit is unspecified. More... | |
| double | colorRedMaximum { 0. } |
| The maximum producible red color value. Unit is unspecified. More... | |
| double | colorGreenMinimum { 0. } |
| The minimum producible green color value. Unit is unspecified. More... | |
| double | colorGreenMaximum { 0. } |
| The maximum producible green color value. Unit is unspecified. More... | |
| double | colorBlueMinimum { 0. } |
| The minimum producible blue color value. Unit is unspecified. More... | |
| double | colorBlueMaximum { 0. } |
| The maximum producible blue color value. Unit is unspecified. More... | |
Specifies the limits for the value of red, green, and blue color that a sensor is capable of producing.
Definition at line 208 of file E57SimpleData.h.
|
inline |
Definition at line 223 of file E57SimpleData.h.
References cloudViewer::utility::operator==().
|
inline |
Definition at line 217 of file E57SimpleData.h.
References colorBlueMaximum, colorBlueMinimum, colorGreenMaximum, colorGreenMinimum, colorRedMaximum, and colorRedMinimum.
| double e57::ColorLimits::colorBlueMaximum { 0. } |
The maximum producible blue color value. Unit is unspecified.
Definition at line 215 of file E57SimpleData.h.
Referenced by operator==(), and e57::ReaderImpl::ReadData3D().
| double e57::ColorLimits::colorBlueMinimum { 0. } |
The minimum producible blue color value. Unit is unspecified.
Definition at line 214 of file E57SimpleData.h.
Referenced by operator==(), and e57::ReaderImpl::ReadData3D().
| double e57::ColorLimits::colorGreenMaximum { 0. } |
The maximum producible green color value. Unit is unspecified.
Definition at line 213 of file E57SimpleData.h.
Referenced by operator==(), and e57::ReaderImpl::ReadData3D().
| double e57::ColorLimits::colorGreenMinimum { 0. } |
The minimum producible green color value. Unit is unspecified.
Definition at line 212 of file E57SimpleData.h.
Referenced by operator==(), and e57::ReaderImpl::ReadData3D().
| double e57::ColorLimits::colorRedMaximum { 0. } |
The maximum producible red color value. Unit is unspecified.
Definition at line 211 of file E57SimpleData.h.
Referenced by operator==(), and e57::ReaderImpl::ReadData3D().
| double e57::ColorLimits::colorRedMinimum { 0. } |
The minimum producible red color value. Unit is unspecified.
Definition at line 210 of file E57SimpleData.h.
Referenced by operator==(), and e57::ReaderImpl::ReadData3D().