Artec 3D Scanning SDK  2.0
Public Types | Public Member Functions | List of all members
artec::sdk::base::IArrayUVCoordinates Class Referenceabstract

Interface for array of texture coordinates that supports smart reference counting. More...

#include <artec/sdk/base/IArray.h>

+ Inheritance diagram for artec::sdk::base::IArrayUVCoordinates:

Public Types

typedef UVCoordinates elementType
 

Public Member Functions

virtual int getSize () const =0
 Get Array element count. More...
 
virtual UVCoordinatesgetPointer () const =0
 Get data pointer for reading only. More...
 
- Public Member Functions inherited from artec::sdk::base::IRef
virtual int addRef () const =0
 Increase object reference counter. More...
 
virtual int release () const =0
 Decrease object reference counter. More...
 

Detailed Description

Interface for array of texture coordinates that supports smart reference counting.

Definition at line 111 of file IArray.h.

Member Typedef Documentation

Definition at line 114 of file IArray.h.

Member Function Documentation

virtual UVCoordinates* artec::sdk::base::IArrayUVCoordinates::getPointer ( ) const
pure virtual

Get data pointer for reading only.

virtual int artec::sdk::base::IArrayUVCoordinates::getSize ( ) const
pure virtual

Get Array element count.


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