#include <octree_template.h>

Public Member Functions | |
| virtual bool | IsLeaf ()=0 |
| Node () | |
| Node (NodePointer parent, int level) | |
| virtual NodePointer & | Son (int sonIndex)=0 |
Public Attributes | |
| CenterType | center |
| char | level |
| NodePointer | parent |
| VoxelType | voxel |
Definition at line 76 of file octree_template.h.
| vcg::OctreeTemplate< VOXEL_TYPE, SCALAR_TYPE >::Node::Node | ( | ) | [inline] |
Definition at line 79 of file octree_template.h.
| vcg::OctreeTemplate< VOXEL_TYPE, SCALAR_TYPE >::Node::Node | ( | NodePointer | parent, |
| int | level | ||
| ) | [inline] |
Definition at line 86 of file octree_template.h.
| virtual bool vcg::OctreeTemplate< VOXEL_TYPE, SCALAR_TYPE >::Node::IsLeaf | ( | ) | [pure virtual] |
| virtual NodePointer& vcg::OctreeTemplate< VOXEL_TYPE, SCALAR_TYPE >::Node::Son | ( | int | sonIndex | ) | [pure virtual] |
| CenterType vcg::OctreeTemplate< VOXEL_TYPE, SCALAR_TYPE >::Node::center |
Definition at line 98 of file octree_template.h.
| char vcg::OctreeTemplate< VOXEL_TYPE, SCALAR_TYPE >::Node::level |
Definition at line 99 of file octree_template.h.
| NodePointer vcg::OctreeTemplate< VOXEL_TYPE, SCALAR_TYPE >::Node::parent |
Definition at line 100 of file octree_template.h.
| VoxelType vcg::OctreeTemplate< VOXEL_TYPE, SCALAR_TYPE >::Node::voxel |
Definition at line 101 of file octree_template.h.