#include <itkOctreeNode.h>
Collaboration diagram for itk::OctreeNode:
Public Member Functions | |
OctreeNode (void) | |
virtual | ~OctreeNode (void) |
OctreeNode & | GetChild (const enum LeafIdentifier ChildID) const |
OctreeNode & | GetChild (const enum LeafIdentifier ChildID) |
int | GetColor (void) const |
void | SetColor (int NodeColor) |
void | SetBranch (OctreeNodeBranch *NewBranch) |
bool | IsNodeColored (void) const |
void | SetParentOctree (OctreeBase *parent) |
Definition at line 27 of file itkOctreeNode.h.
|
Default constructor
|
|
Default destructor
|
|
|
|
Returns the value of the specified Child for for this OctreeNode
|
|
Determines the color value of the specified Child for for this OctreeNode
|
|
Determines if the child is a leaf node (colored), or a branch node (uncolored)
|
|
Sets the color value of the specified Child for for this OctreeNode
|
|
Sets the color value of the specified Child for for this OctreeNode
|
|
Definition at line 95 of file itkOctreeNode.h. |