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 | colorBlueMaximum { 0. } |
The maximum producible blue color value. Unit is unspecified. More... | |
double | colorBlueMinimum { 0. } |
The minimum producible blue color value. Unit is unspecified. More... | |
double | colorGreenMaximum { 0. } |
The maximum producible green color value. Unit is unspecified. More... | |
double | colorGreenMinimum { 0. } |
The minimum producible green color value. Unit is unspecified. More... | |
double | colorRedMaximum { 0. } |
The maximum producible red color value. Unit is unspecified. More... | |
double | colorRedMinimum { 0. } |
The minimum producible red 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.
bool e57::ColorLimits::operator!= | ( | const ColorLimits & | rhs | ) | const |
bool e57::ColorLimits::operator== | ( | const ColorLimits & | rhs | ) | const |
References colorBlueMaximum, colorBlueMinimum, colorGreenMaximum, colorGreenMinimum, colorRedMaximum, and colorRedMinimum.
double e57::ColorLimits::colorBlueMaximum { 0. } |
The maximum producible blue color value. Unit is unspecified.
Referenced by operator==(), and e57::ReaderImpl::ReadData3D().
double e57::ColorLimits::colorBlueMinimum { 0. } |
The minimum producible blue color value. Unit is unspecified.
Referenced by operator==(), and e57::ReaderImpl::ReadData3D().
double e57::ColorLimits::colorGreenMaximum { 0. } |
The maximum producible green color value. Unit is unspecified.
Referenced by operator==(), and e57::ReaderImpl::ReadData3D().
double e57::ColorLimits::colorGreenMinimum { 0. } |
The minimum producible green color value. Unit is unspecified.
Referenced by operator==(), and e57::ReaderImpl::ReadData3D().
double e57::ColorLimits::colorRedMaximum { 0. } |
The maximum producible red color value. Unit is unspecified.
Referenced by operator==(), and e57::ReaderImpl::ReadData3D().
double e57::ColorLimits::colorRedMinimum { 0. } |
The minimum producible red color value. Unit is unspecified.
Referenced by operator==(), and e57::ReaderImpl::ReadData3D().