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

Interface for array of matrices that is used in IScan and ICompositeContainer. More...

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

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

Public Types

typedef Matrix4x4D elementType
 

Public Member Functions

virtual int getSize () const =0
 Get Array element count. More...
 
virtual const Matrix4x4DgetElement (int index) const =0
 Get pointer to the string. More...
 
virtual ErrorCode setElement (int index, const Matrix4x4D &matrix)=0
 Set string to array. 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 matrices that is used in IScan and ICompositeContainer.

It supports smart reference counting.

Definition at line 198 of file IArray.h.

Member Typedef Documentation

Definition at line 201 of file IArray.h.

Member Function Documentation

virtual const Matrix4x4D& artec::sdk::base::IArrayMatrix4x4D::getElement ( int  index) const
pure virtual

Get pointer to the string.

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

Get Array element count.

virtual ErrorCode artec::sdk::base::IArrayMatrix4x4D::setElement ( int  index,
const Matrix4x4D matrix 
)
pure virtual

Set string to array.


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