![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
#include <cstdint>

Go to the source code of this file.
Classes | |
| class | PointStandardizedFieldsAvailable |
| class | IntensityLimits |
| class | ColorLimits |
| struct | E57ScanHeader |
| E57 scan useful header information (minimal set for ACloudViewer only ;) More... | |
| class | CameraRepresentation |
| Interface for E57 camera representation. More... | |
| class | VisualReferenceRepresentation |
| class | SphericalRepresentation |
| class | PinholeRepresentation |
| class | CylindricalRepresentation |
Enumerations | |
| enum | Image2DProjection { E57_NO_PROJECTION = 0 , E57_VISUAL = 1 , E57_PINHOLE = 2 , E57_SPHERICAL = 3 , E57_CYLINDRICAL = 4 } |
| Identifies the representation for the image data. More... | |
| enum | Image2DType { E57_NO_IMAGE = 0 , E57_JPEG_IMAGE = 1 , E57_PNG_IMAGE = 2 , E57_PNG_IMAGE_MASK = 3 } |
| Identifies the format representation for the image data. More... | |
| enum Image2DProjection |
Identifies the representation for the image data.
From "E57 Simple API" by Stan Coleby
| Enumerator | |
|---|---|
| E57_NO_PROJECTION | No representation for the image data is present. |
| E57_VISUAL | VisualReferenceRepresentation for the image data. |
| E57_PINHOLE | PinholeRepresentation for the image data. |
| E57_SPHERICAL | SphericalRepresentation for the image data. |
| E57_CYLINDRICAL | CylindricalRepresentation for the image data. |
Definition at line 185 of file E57Header.h.
| enum Image2DType |
Identifies the format representation for the image data.
From "E57 Simple API" by Stan Coleby
| Enumerator | |
|---|---|
| E57_NO_IMAGE | No image data. |
| E57_JPEG_IMAGE | JPEG format image data. |
| E57_PNG_IMAGE | PNG format image data. |
| E57_PNG_IMAGE_MASK | PNG format image mask. |
Definition at line 196 of file E57Header.h.