#include <octree.h>
Public Member Functions | |
| void | AddRange (const Voxel *voxel) |
| void | SetRange (const int begin, const int end) |
| Voxel () | |
Public Attributes | |
| int | begin |
| int | count |
| int | end |
The type of the octree voxels
Definition at line 83 of file octree.h.
| void vcg::Voxel::SetRange | ( | const int | begin, | |
| const int | end | |||
| ) | [inline] |
| int vcg::Voxel::end |