|
VTK
|
#include <vtkLabelHierarchyPrivate.h>
Public Member Functions | |
| LabelSet (vtkLabelHierarchy *hierarchy) | |
| LabelSet (const LabelSet &src) | |
| LabelSet () | |
| LabelSet & | operator= (const LabelSet &rhs) |
| const double * | GetCenter () const |
| double | GetSize () const |
| void | SetGeometry (const double center[3], double length) |
| void | SetChildGeometry (octree< LabelSet, 2 >::octree_node_pointer self) |
| void | SetChildGeometry (octree< LabelSet, 3 >::octree_node_pointer self) |
| void | AddChildren (octree< LabelSet, 2 >::octree_node_pointer self, LabelSet &emptyNode) |
| void | AddChildren (octree< LabelSet, 3 >::octree_node_pointer self, LabelSet &emptyNode) |
| void | Insert (vtkIdType anchor) |
| void | Increment () |
| vtkIdType | GetLocalAnchorCount () const |
| vtkIdType | GetTotalAnchorCount () const |
Public Attributes | |
| vtkIdType | TotalAnchors |
| double | Center [3] |
| double | Size |
Definition at line 95 of file vtkLabelHierarchyPrivate.h.
| vtkLabelHierarchy::Implementation::LabelSet::LabelSet | ( | vtkLabelHierarchy * | hierarchy | ) | [inline] |
Definition at line 98 of file vtkLabelHierarchyPrivate.h.
| vtkLabelHierarchy::Implementation::LabelSet::LabelSet | ( | const LabelSet & | src | ) | [inline] |
Definition at line 109 of file vtkLabelHierarchyPrivate.h.
Definition at line 120 of file vtkLabelHierarchyPrivate.h.
Definition at line 131 of file vtkLabelHierarchyPrivate.h.
| const double* vtkLabelHierarchy::Implementation::LabelSet::GetCenter | ( | ) | const [inline] |
Definition at line 145 of file vtkLabelHierarchyPrivate.h.
| double vtkLabelHierarchy::Implementation::LabelSet::GetSize | ( | ) | const [inline] |
Definition at line 146 of file vtkLabelHierarchyPrivate.h.
| void vtkLabelHierarchy::Implementation::LabelSet::SetGeometry | ( | const double | center[3], |
| double | length | ||
| ) | [inline] |
Definition at line 207 of file vtkLabelHierarchyPrivate.h.
| void vtkLabelHierarchy::Implementation::LabelSet::SetChildGeometry | ( | octree< LabelSet, 2 >::octree_node_pointer | self | ) | [inline] |
Definition at line 216 of file vtkLabelHierarchyPrivate.h.
| void vtkLabelHierarchy::Implementation::LabelSet::SetChildGeometry | ( | octree< LabelSet, 3 >::octree_node_pointer | self | ) | [inline] |
Definition at line 231 of file vtkLabelHierarchyPrivate.h.
| void vtkLabelHierarchy::Implementation::LabelSet::AddChildren | ( | octree< LabelSet, 2 >::octree_node_pointer | self, |
| LabelSet & | emptyNode | ||
| ) | [inline] |
Definition at line 245 of file vtkLabelHierarchyPrivate.h.
| void vtkLabelHierarchy::Implementation::LabelSet::AddChildren | ( | octree< LabelSet, 3 >::octree_node_pointer | self, |
| LabelSet & | emptyNode | ||
| ) | [inline] |
Definition at line 251 of file vtkLabelHierarchyPrivate.h.
| void vtkLabelHierarchy::Implementation::LabelSet::Insert | ( | vtkIdType | anchor | ) | [inline] |
Definition at line 152 of file vtkLabelHierarchyPrivate.h.
| void vtkLabelHierarchy::Implementation::LabelSet::Increment | ( | ) | [inline] |
Definition at line 157 of file vtkLabelHierarchyPrivate.h.
| vtkIdType vtkLabelHierarchy::Implementation::LabelSet::GetLocalAnchorCount | ( | ) | const [inline] |
Definition at line 158 of file vtkLabelHierarchyPrivate.h.
| vtkIdType vtkLabelHierarchy::Implementation::LabelSet::GetTotalAnchorCount | ( | ) | const [inline] |
Definition at line 159 of file vtkLabelHierarchyPrivate.h.
Definition at line 161 of file vtkLabelHierarchyPrivate.h.
Definition at line 162 of file vtkLabelHierarchyPrivate.h.
Definition at line 163 of file vtkLabelHierarchyPrivate.h.
1.8.0