#include <OpenNI.h>
Public Member Functions | |
void | _setData (const T *data, int count, bool isOwner=false) |
Array () | |
Array (const T *data, int count) | |
int | getSize () const |
const T & | operator[] (int index) const |
~Array () | |
Private Member Functions | |
Array (const Array< T > &) | |
void | clear () |
Array< T > & | operator= (const Array< T > &) |
Private Attributes | |
int | m_count |
const T * | m_data |
bool | m_owner |
Provides a simple array class used throughout the API. Wraps a primitive array of objects, holding the elements and their count.
|
inline |
|
inline |
|
inline |
|
private |
|
inline |
|
inlineprivate |
|
inline |
|
private |
|
inline |
|
private |
|
private |
|
private |