libE57Format 3.1.1
C++ library to read & write the E57 file format for point cloud data
|
Stores an image that is to be used only as a visual reference. More...
#include <E57SimpleData.h>
Public Member Functions | |
bool | operator!= (const VisualReferenceRepresentation &rhs) const |
bool | operator== (const VisualReferenceRepresentation &rhs) const |
Public Attributes | |
int32_t | imageHeight = 0 |
The image height (in pixels). Shall be positive. | |
int64_t | imageMaskSize = 0 |
Size of PNG format image mask in BlobNode. | |
int32_t | imageWidth = 0 |
The image width (in pixels). Shall be positive. | |
int64_t | jpegImageSize = 0 |
Size of JPEG format image data in BlobNode. | |
int64_t | pngImageSize = 0 |
Size of PNG format image data in BlobNode. | |
Stores an image that is to be used only as a visual reference.
|
inline |
|
inline |
int32_t e57::VisualReferenceRepresentation::imageHeight = 0 |
The image height (in pixels). Shall be positive.
int64_t e57::VisualReferenceRepresentation::imageMaskSize = 0 |
Size of PNG format image mask in BlobNode.
int32_t e57::VisualReferenceRepresentation::imageWidth = 0 |
The image width (in pixels). Shall be positive.
int64_t e57::VisualReferenceRepresentation::jpegImageSize = 0 |
Size of JPEG format image data in BlobNode.
int64_t e57::VisualReferenceRepresentation::pngImageSize = 0 |
Size of PNG format image data in BlobNode.