ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
ColorLimits Class Reference

#include <E57Header.h>

Public Attributes

double colorRedMinimum
 
double colorRedMaximum
 
double colorGreenMinimum
 
double colorGreenMaximum
 
double colorBlueMinimum
 
double colorBlueMaximum
 

Detailed Description

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.

Member Data Documentation

◆ colorBlueMaximum

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

◆ colorBlueMinimum

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

◆ colorGreenMaximum

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

◆ colorGreenMinimum

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

◆ colorRedMaximum

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

◆ colorRedMinimum

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


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