Artec 3D Scanning SDK
2.0
|
Interface for array of point positions (vertices and normal vectors); F for float type. More...
#include <artec/sdk/base/IArray.h>
Public Types | |
typedef Point3F | elementType |
Public Member Functions | |
virtual int | getSize () const =0 |
Get Array element count. More... | |
virtual Point3F * | getPointer () 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... | |
Interface for array of point positions (vertices and normal vectors); F for float type.
It supports smart reference counting.
|
pure virtual |
Get data pointer for reading only.
|
pure virtual |
Get Array element count.