MaxstARSDK
maxstAR::Image Class Referenceabstract

image data which is used for tracker and rendering More...

#include <Image.h>

Collaboration diagram for maxstAR::Image:
Collaboration graph

Public Member Functions

virtual const int getWidth ()=0
 Get image width. More...
 
virtual const int getHeight ()=0
 Get image height. More...
 
virtual const int getLength ()=0
 Get image length. More...
 
virtual const ColorFormat getFormat ()=0
 Get image format. More...
 
virtual const unsigned char * getData ()=0
 Get image data. More...
 

Detailed Description

image data which is used for tracker and rendering

Member Function Documentation

◆ getData()

virtual const unsigned char* maxstAR::Image::getData ( )
pure virtual

Get image data.

◆ getFormat()

virtual const ColorFormat maxstAR::Image::getFormat ( )
pure virtual

Get image format.

◆ getHeight()

virtual const int maxstAR::Image::getHeight ( )
pure virtual

Get image height.

◆ getLength()

virtual const int maxstAR::Image::getLength ( )
pure virtual

Get image length.

◆ getWidth()

virtual const int maxstAR::Image::getWidth ( )
pure virtual

Get image width.


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