![]() |
OpenNI 2.0
|
#include <OpenNI.h>
Public 成员函数 | |
| Array () | |
| Array (const T *data, int count) | |
| ~Array () | |
| int | getSize () const |
| const T & | operator[] (int index) const |
Provides a simple array class used throughout the API. Wraps a primitive array of objects, holding the elements and their count.
|
inline |
Default constructor. Creates an empty Array and sets the element count to zero.
|
inline |
|
inline |
Destructor. Destroys the Array object.
|
inline |
|
inline |
Implements the array indexing operator for the Array class.
1.8.14