#include <vtkHierarchicalDataSetInternal.h>
Inheritance diagram for vtkHDSNode:
Public Member Functions | |
vtkHDSNode () | |
void | AddParent (const vtkHDSNodeRef &parent) |
void | AddChild (const vtkHDSNodeRef &child) |
void | RemoveParent (const vtkHDSNodeRef &parent) |
void | RemoveChild (const vtkHDSNodeRef &child) |
void | DisconnectFromParent (const vtkHDSNodeRef &self, const vtkHDSNodeRef &parent, vtkHierarchicalDataSetInternal::DataSetsType &ds) |
void | DisconnectFromChild (const vtkHDSNodeRef &self, const vtkHDSNodeRef &child, vtkHierarchicalDataSetInternal::DataSetsType &ds) |
void | ConnectToParent (const vtkHDSNodeRef &self, const vtkHDSNodeRef &parent, vtkHierarchicalDataSetInternal::DataSetsType &ds) |
void | ConnectToChild (const vtkHDSNodeRef &self, const vtkHDSNodeRef &child, vtkHierarchicalDataSetInternal::DataSetsType &ds) |
void | DisconnectAll (const vtkHDSNodeRef &self, vtkHierarchicalDataSetInternal::DataSetsType &ds) |
Public Attributes | |
vtkSmartPointer< vtkDataObject > | DataSet |
Protected Attributes | |
vtkstd::vector< vtkHDSNodeRef > | Parents |
vtkstd::vector< vtkHDSNodeRef > | Children |
|
Definition at line 58 of file vtkHierarchicalDataSetInternal.h. References DataSet. |
|
Definition at line 88 of file vtkHierarchicalDataSetInternal.h. References Parents. Referenced by ConnectToParent(). |
|
Definition at line 93 of file vtkHierarchicalDataSetInternal.h. References Children. Referenced by ConnectToChild(). |
|
Definition at line 98 of file vtkHierarchicalDataSetInternal.h. References Parents. Referenced by DisconnectFromParent(). |
|
Definition at line 108 of file vtkHierarchicalDataSetInternal.h. References Children. Referenced by DisconnectFromChild(). |
|
Definition at line 136 of file vtkHierarchicalDataSetInternal.h. References vtkHierarchicalDataSetInternal::DataSetsType, vtkHDSNodeRef::Index, vtkHDSNodeRef::Level, and RemoveParent(). Referenced by DisconnectAll(). |
|
Definition at line 145 of file vtkHierarchicalDataSetInternal.h. References vtkHierarchicalDataSetInternal::DataSetsType, vtkHDSNodeRef::Index, vtkHDSNodeRef::Level, and RemoveChild(). Referenced by DisconnectAll(). |
|
Definition at line 118 of file vtkHierarchicalDataSetInternal.h. References AddParent(), vtkHierarchicalDataSetInternal::DataSetsType, vtkHDSNodeRef::Index, and vtkHDSNodeRef::Level. |
|
Definition at line 127 of file vtkHierarchicalDataSetInternal.h. References AddChild(), vtkHierarchicalDataSetInternal::DataSetsType, vtkHDSNodeRef::Index, and vtkHDSNodeRef::Level. |
|
Definition at line 154 of file vtkHierarchicalDataSetInternal.h. References Children, vtkHierarchicalDataSetInternal::DataSetsType, DisconnectFromChild(), DisconnectFromParent(), and Parents. |
|
Definition at line 59 of file vtkHierarchicalDataSetInternal.h. Referenced by vtkHDSNode(). |
|
Definition at line 84 of file vtkHierarchicalDataSetInternal.h. Referenced by AddParent(), DisconnectAll(), and RemoveParent(). |
|
Definition at line 85 of file vtkHierarchicalDataSetInternal.h. Referenced by AddChild(), DisconnectAll(), and RemoveChild(). |