#include <kdtree.h>
Public Types | |
| typedef _DataType | DataType |
Public Member Functions | |
| ConstDataWrapper () | |
| ConstDataWrapper (const DataType *pData, int size, int64_t stride=sizeof(DataType)) | |
| const DataType & | operator[] (int i) const |
| size_t | size () const |
Protected Attributes | |
| const unsigned char * | mpData |
| size_t | mSize |
| int64_t | mStride |
| typedef _DataType vcg::ConstDataWrapper< _DataType >::DataType |
| vcg::ConstDataWrapper< _DataType >::ConstDataWrapper | ( | ) | [inline] |
| vcg::ConstDataWrapper< _DataType >::ConstDataWrapper | ( | const DataType * | pData, |
| int | size, | ||
| int64_t | stride = sizeof(DataType) |
||
| ) | [inline] |
| const DataType& vcg::ConstDataWrapper< _DataType >::operator[] | ( | int | i | ) | const [inline] |
| size_t vcg::ConstDataWrapper< _DataType >::size | ( | ) | const [inline] |
const unsigned char* vcg::ConstDataWrapper< _DataType >::mpData [protected] |
size_t vcg::ConstDataWrapper< _DataType >::mSize [protected] |
int64_t vcg::ConstDataWrapper< _DataType >::mStride [protected] |