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


Public Member Functions | |
| Image2DProjection | getType () override |
Public Member Functions inherited from CameraRepresentation | |
| virtual | ~CameraRepresentation ()=default |
Public Attributes | |
| Image2DType | imageType |
| image type. More... | |
| int64_t | imageSize |
| size of image data in BlobNode. More... | |
| int64_t | imageMaskSize |
| size of image mask data in BlobNode (if any). More... | |
| int32_t | imageWidth |
| image width (in pixels). Shall be positive More... | |
| int32_t | imageHeight |
| image height (in pixels). Shall be positive More... | |
Structure that stores an image that is to be used only as a visual reference. From "E57 Simple API" by Stan Coleby
Definition at line 214 of file E57Header.h.
|
inlineoverridevirtual |
Reimplemented from CameraRepresentation.
Reimplemented in CylindricalRepresentation, PinholeRepresentation, and SphericalRepresentation.
Definition at line 216 of file E57Header.h.
References E57_VISUAL.
| int32_t VisualReferenceRepresentation::imageHeight |
image height (in pixels). Shall be positive
Definition at line 222 of file E57Header.h.
Referenced by LoadImage().
| int64_t VisualReferenceRepresentation::imageMaskSize |
size of image mask data in BlobNode (if any).
Definition at line 220 of file E57Header.h.
Referenced by LoadImage().
| int64_t VisualReferenceRepresentation::imageSize |
size of image data in BlobNode.
Definition at line 219 of file E57Header.h.
Referenced by LoadImage().
| Image2DType VisualReferenceRepresentation::imageType |
| int32_t VisualReferenceRepresentation::imageWidth |
image width (in pixels). Shall be positive
Definition at line 221 of file E57Header.h.
Referenced by LoadImage().