ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
VisualReferenceRepresentation Class Reference

#include <E57Header.h>

Inheritance diagram for VisualReferenceRepresentation:
Collaboration diagram for VisualReferenceRepresentation:

Public Member Functions

Image2DProjection getType () override
 
- Public Member Functions inherited from CameraRepresentation
virtual ~CameraRepresentation ()=default
 

Public Attributes

Image2DType imageType
 image type. More...
 
int64_t imageSize
 size of image data in BlobNode. More...
 
int64_t imageMaskSize
 size of image mask data in BlobNode (if any). More...
 
int32_t imageWidth
 image width (in pixels). Shall be positive More...
 
int32_t imageHeight
 image height (in pixels). Shall be positive More...
 

Detailed Description

Structure that stores an image that is to be used only as a visual reference. From "E57 Simple API" by Stan Coleby

Definition at line 214 of file E57Header.h.

Member Function Documentation

◆ getType()

Image2DProjection VisualReferenceRepresentation::getType ( )
inlineoverridevirtual

Reimplemented from CameraRepresentation.

Reimplemented in CylindricalRepresentation, PinholeRepresentation, and SphericalRepresentation.

Definition at line 216 of file E57Header.h.

References E57_VISUAL.

Member Data Documentation

◆ imageHeight

int32_t VisualReferenceRepresentation::imageHeight

image height (in pixels). Shall be positive

Definition at line 222 of file E57Header.h.

Referenced by LoadImage().

◆ imageMaskSize

int64_t VisualReferenceRepresentation::imageMaskSize

size of image mask data in BlobNode (if any).

Definition at line 220 of file E57Header.h.

Referenced by LoadImage().

◆ imageSize

int64_t VisualReferenceRepresentation::imageSize

size of image data in BlobNode.

Definition at line 219 of file E57Header.h.

Referenced by LoadImage().

◆ imageType

Image2DType VisualReferenceRepresentation::imageType

image type.

Definition at line 218 of file E57Header.h.

Referenced by LoadImage().

◆ imageWidth

int32_t VisualReferenceRepresentation::imageWidth

image width (in pixels). Shall be positive

Definition at line 221 of file E57Header.h.

Referenced by LoadImage().


The documentation for this class was generated from the following file: