#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 |
vcg::Voxel::Voxel | ( | ) | [inline] |
void vcg::Voxel::AddRange | ( | const Voxel * | voxel | ) | [inline] |
void vcg::Voxel::SetRange | ( | const int | begin, |
const int | end | ||
) | [inline] |
int vcg::Voxel::end |