Stores an image that is mapped from 3D using a spherical projection model.
More...
#include <E57SimpleData.h>
|
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.
|
|
double | pixelHeight = 0.0 |
| The height of a pixel in the image (in radians). Shall be positive.
|
|
double | pixelWidth = 0.0 |
| The width of a pixel in the image (in radians). Shall be positive.
|
|
int64_t | pngImageSize = 0 |
| Size of PNG format image data in BlobNode.
|
|
Stores an image that is mapped from 3D using a spherical projection model.
◆ operator!=()
◆ operator==()
◆ imageHeight
int32_t e57::SphericalRepresentation::imageHeight = 0 |
The image height (in pixels). Shall be positive.
◆ imageMaskSize
int64_t e57::SphericalRepresentation::imageMaskSize = 0 |
Size of PNG format image mask in BlobNode.
◆ imageWidth
int32_t e57::SphericalRepresentation::imageWidth = 0 |
The image width (in pixels). Shall be positive.
◆ jpegImageSize
int64_t e57::SphericalRepresentation::jpegImageSize = 0 |
Size of JPEG format image data in BlobNode.
◆ pixelHeight
double e57::SphericalRepresentation::pixelHeight = 0.0 |
The height of a pixel in the image (in radians). Shall be positive.
◆ pixelWidth
double e57::SphericalRepresentation::pixelWidth = 0.0 |
The width of a pixel in the image (in radians). Shall be positive.
◆ pngImageSize
int64_t e57::SphericalRepresentation::pngImageSize = 0 |
Size of PNG format image data in BlobNode.
The documentation for this struct was generated from the following file: