![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
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 | |
| int64_t | jpegImageSize { 0 } |
| Size of JPEG format image data in BlobNode. More... | |
| int64_t | pngImageSize { 0 } |
| Size of PNG format image data in BlobNode. More... | |
| int64_t | imageMaskSize { 0 } |
| Size of PNG format image mask in BlobNode. More... | |
| int32_t | imageWidth { 0 } |
| The image width (in pixels). Shall be positive. More... | |
| int32_t | imageHeight { 0 } |
| The image height (in pixels). Shall be positive. More... | |
Stores an image that is to be used only as a visual reference.
Definition at line 501 of file E57SimpleData.h.
|
inline |
Definition at line 515 of file E57SimpleData.h.
References cloudViewer::utility::operator==().
|
inline |
Definition at line 509 of file E57SimpleData.h.
References imageHeight, imageMaskSize, imageWidth, jpegImageSize, and pngImageSize.
| int32_t e57::VisualReferenceRepresentation::imageHeight { 0 } |
The image height (in pixels). Shall be positive.
Definition at line 507 of file E57SimpleData.h.
Referenced by e57::WriterImpl::NewImage2D(), operator==(), and e57::ReaderImpl::ReadImage2D().
| int64_t e57::VisualReferenceRepresentation::imageMaskSize { 0 } |
Size of PNG format image mask in BlobNode.
Definition at line 505 of file E57SimpleData.h.
Referenced by e57::WriterImpl::NewImage2D(), operator==(), and e57::ReaderImpl::ReadImage2D().
| int32_t e57::VisualReferenceRepresentation::imageWidth { 0 } |
The image width (in pixels). Shall be positive.
Definition at line 506 of file E57SimpleData.h.
Referenced by e57::WriterImpl::NewImage2D(), operator==(), and e57::ReaderImpl::ReadImage2D().
| int64_t e57::VisualReferenceRepresentation::jpegImageSize { 0 } |
Size of JPEG format image data in BlobNode.
Definition at line 503 of file E57SimpleData.h.
Referenced by e57::WriterImpl::NewImage2D(), operator==(), and e57::ReaderImpl::ReadImage2D().
| int64_t e57::VisualReferenceRepresentation::pngImageSize { 0 } |
Size of PNG format image data in BlobNode.
Definition at line 504 of file E57SimpleData.h.
Referenced by e57::WriterImpl::NewImage2D(), operator==(), and e57::ReaderImpl::ReadImage2D().