10#ifndef FSSR_ISO_OCTREE_HEADER
11#define FSSR_ISO_OCTREE_HEADER
28 typedef std::vector<std::pair<VoxelIndex, VoxelData> >
VoxelVector;
37 void clear_voxel_data (
void);
40 void compute_voxels (
void);
46 void compute_all_voxels (
void);
48 void print_progress (std::size_t voxels_done, std::size_t voxels_total);
61IsoOctree::IsoOctree (
void)
66IsoOctree::clear (
void)
68 this->clear_voxel_data();
69 this->Octree::clear();
73IsoOctree::clear_voxel_data (
void)
79IsoOctree::get_voxels (
void)
const
This class computes the implicit function by querying function values at the octree primal vertices o...
std::vector< std::pair< VoxelIndex, VoxelData > > VoxelVector
A regular octree data structure (each node has zero or eight child nodes).
#define FSSR_NAMESPACE_END
#define FSSR_NAMESPACE_BEGIN