E57 Simple API V1.0.312
Aug. 10, 2012
|
The e57::SphericalRepresentation is a structure that stores an image that is mapped from 3D using a spherical projection model. More...
#include <E57Simple.h>
Public Attributes | |
int64_t | jpegImageSize |
Size of JPEG format image data in BlobNode. | |
int64_t | pngImageSize |
Size of PNG format image data in BlobNode. | |
int64_t | imageMaskSize |
Size of PNG format image mask in BlobNode. | |
int32_t | imageWidth |
The image width (in pixels). Shall be positive. | |
int32_t | imageHeight |
The image height (in pixels). Shall be positive. | |
double | pixelWidth |
The width of a pixel in the image (in radians). Shall be positive. | |
double | pixelHeight |
The height of a pixel in the image (in radians). Shall be positive. | |
The e57::SphericalRepresentation is a structure that stores an image that is mapped from 3D using a spherical projection model.