#include <octree_template.h>
Public Member Functions | |
InnerNode (NodePointer parent, int level) | |
InnerNode () | |
bool | IsLeaf () |
NodePointer & | Son (int sonIndex) |
Public Attributes | |
NodePointer | sons [8] |
Definition at line 107 of file octree_template.h.
vcg::OctreeTemplate< VOXEL_TYPE, SCALAR_TYPE >::InnerNode::InnerNode | ( | ) | [inline] |
Definition at line 109 of file octree_template.h.
vcg::OctreeTemplate< VOXEL_TYPE, SCALAR_TYPE >::InnerNode::InnerNode | ( | NodePointer | parent, | |
int | level | |||
) | [inline] |
Definition at line 110 of file octree_template.h.
bool vcg::OctreeTemplate< VOXEL_TYPE, SCALAR_TYPE >::InnerNode::IsLeaf | ( | void | ) | [inline, virtual] |
Implements vcg::OctreeTemplate< VOXEL_TYPE, SCALAR_TYPE >::Node.
Definition at line 121 of file octree_template.h.
NodePointer& vcg::OctreeTemplate< VOXEL_TYPE, SCALAR_TYPE >::InnerNode::Son | ( | int | sonIndex | ) | [inline, virtual] |
Implements vcg::OctreeTemplate< VOXEL_TYPE, SCALAR_TYPE >::Node.
Definition at line 115 of file octree_template.h.
NodePointer vcg::OctreeTemplate< VOXEL_TYPE, SCALAR_TYPE >::InnerNode::sons[8] |
Definition at line 126 of file octree_template.h.