![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
#include <E57Header.h>
Public Attributes | |
| double | colorRedMinimum |
| double | colorRedMaximum |
| double | colorGreenMinimum |
| double | colorGreenMaximum |
| double | colorBlueMinimum |
| double | colorBlueMaximum |
Secifies the limits for the value of red, green, and blue color that a sensor is capable of producing. From "E57 Simple API" by Stan Coleby
Definition at line 153 of file E57Header.h.
| double ColorLimits::colorBlueMaximum |
The maximum producible blue color value. Unit is unspecified.
Definition at line 165 of file E57Header.h.
Referenced by DecodePrototype(), and LoadScan().
| double ColorLimits::colorBlueMinimum |
The minimum producible blue color value. Unit is unspecified.
Definition at line 163 of file E57Header.h.
Referenced by DecodePrototype(), and LoadScan().
| double ColorLimits::colorGreenMaximum |
The maximum producible green color value. Unit is unspecified.
Definition at line 161 of file E57Header.h.
Referenced by DecodePrototype(), and LoadScan().
| double ColorLimits::colorGreenMinimum |
The minimum producible green color value. Unit is unspecified.
Definition at line 159 of file E57Header.h.
Referenced by DecodePrototype(), and LoadScan().
| double ColorLimits::colorRedMaximum |
The maximum producible red color value. Unit is unspecified.
Definition at line 157 of file E57Header.h.
Referenced by DecodePrototype(), and LoadScan().
| double ColorLimits::colorRedMinimum |
The minimum producible red color value. Unit is unspecified.
Definition at line 155 of file E57Header.h.
Referenced by DecodePrototype(), and LoadScan().