e57::ColorLimits Struct Reference

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...
 

Detailed Description

Specifies the limits for the value of red, green, and blue color that a sensor is capable of producing.

Member Function Documentation

◆ operator!=()

bool e57::ColorLimits::operator!= ( const ColorLimits rhs) const

◆ operator==()

bool e57::ColorLimits::operator== ( const ColorLimits rhs) const

Member Data Documentation

◆ colorBlueMaximum

double e57::ColorLimits::colorBlueMaximum { 0. }

The maximum producible blue color value. Unit is unspecified.

Referenced by operator==(), and e57::ReaderImpl::ReadData3D().

◆ colorBlueMinimum

double e57::ColorLimits::colorBlueMinimum { 0. }

The minimum producible blue color value. Unit is unspecified.

Referenced by operator==(), and e57::ReaderImpl::ReadData3D().

◆ colorGreenMaximum

double e57::ColorLimits::colorGreenMaximum { 0. }

The maximum producible green color value. Unit is unspecified.

Referenced by operator==(), and e57::ReaderImpl::ReadData3D().

◆ colorGreenMinimum

double e57::ColorLimits::colorGreenMinimum { 0. }

The minimum producible green color value. Unit is unspecified.

Referenced by operator==(), and e57::ReaderImpl::ReadData3D().

◆ colorRedMaximum

double e57::ColorLimits::colorRedMaximum { 0. }

The maximum producible red color value. Unit is unspecified.

Referenced by operator==(), and e57::ReaderImpl::ReadData3D().

◆ colorRedMinimum

double e57::ColorLimits::colorRedMinimum { 0. }

The minimum producible red color value. Unit is unspecified.

Referenced by operator==(), and e57::ReaderImpl::ReadData3D().


The documentation for this struct was generated from the following file: