![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
Stores an image that is mapped from 3D using a spherical projection model. More...
#include <E57SimpleData.h>

Public Member Functions | |
| bool | operator== (const SphericalRepresentation &rhs) const |
| bool | operator!= (const SphericalRepresentation &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... | |
| double | pixelWidth { 0. } |
| The width of a pixel in the image (in radians). Shall be positive. More... | |
| double | pixelHeight { 0. } |
| The height of a pixel in the image (in radians). Shall be positive. More... | |
Stores an image that is mapped from 3D using a spherical projection model.
Definition at line 553 of file E57SimpleData.h.
|
inline |
Definition at line 570 of file E57SimpleData.h.
References cloudViewer::utility::operator==().
|
inline |
Definition at line 563 of file E57SimpleData.h.
References imageHeight, imageMaskSize, imageWidth, jpegImageSize, pixelHeight, pixelWidth, and pngImageSize.
| int32_t e57::SphericalRepresentation::imageHeight { 0 } |
The image height (in pixels). Shall be positive.
Definition at line 559 of file E57SimpleData.h.
Referenced by e57::WriterImpl::NewImage2D(), operator==(), and e57::ReaderImpl::ReadImage2D().
| int64_t e57::SphericalRepresentation::imageMaskSize { 0 } |
Size of PNG format image mask in BlobNode.
Definition at line 557 of file E57SimpleData.h.
Referenced by e57::WriterImpl::NewImage2D(), operator==(), and e57::ReaderImpl::ReadImage2D().
| int32_t e57::SphericalRepresentation::imageWidth { 0 } |
The image width (in pixels). Shall be positive.
Definition at line 558 of file E57SimpleData.h.
Referenced by e57::WriterImpl::NewImage2D(), operator==(), and e57::ReaderImpl::ReadImage2D().
| int64_t e57::SphericalRepresentation::jpegImageSize { 0 } |
Size of JPEG format image data in BlobNode.
Definition at line 555 of file E57SimpleData.h.
Referenced by e57::WriterImpl::NewImage2D(), operator==(), and e57::ReaderImpl::ReadImage2D().
| double e57::SphericalRepresentation::pixelHeight { 0. } |
The height of a pixel in the image (in radians). Shall be positive.
Definition at line 561 of file E57SimpleData.h.
Referenced by e57::WriterImpl::NewImage2D(), operator==(), and e57::ReaderImpl::ReadImage2D().
| double e57::SphericalRepresentation::pixelWidth { 0. } |
The width of a pixel in the image (in radians). Shall be positive.
Definition at line 560 of file E57SimpleData.h.
Referenced by e57::WriterImpl::NewImage2D(), operator==(), and e57::ReaderImpl::ReadImage2D().
| int64_t e57::SphericalRepresentation::pngImageSize { 0 } |
Size of PNG format image data in BlobNode.
Definition at line 556 of file E57SimpleData.h.
Referenced by e57::WriterImpl::NewImage2D(), operator==(), and e57::ReaderImpl::ReadImage2D().