Main Page | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Class Members | File Members | Related Pages

vtkHDSNodeRef Struct Reference

#include <vtkHierarchicalDataSetInternal.h>

List of all members.

Public Member Functions

 vtkHDSNodeRef (int level, int index)
vtkstd_bool operator== (const vtkHDSNodeRef &rhs)
vtkstd_bool operator!= (const vtkHDSNodeRef &rhs)

Public Attributes

int Level
int Index


Constructor & Destructor Documentation

vtkHDSNodeRef::vtkHDSNodeRef (  int  level,
int  index
)  [inline]
 

Definition at line 40 of file vtkHierarchicalDataSetInternal.h.


Member Function Documentation

vtkstd_bool vtkHDSNodeRef::operator== (  const vtkHDSNodeRef &  rhs  )  [inline]
 

Definition at line 42 of file vtkHierarchicalDataSetInternal.h.

References Index, and Level.

vtkstd_bool vtkHDSNodeRef::operator!= (  const vtkHDSNodeRef &  rhs  )  [inline]
 

Definition at line 46 of file vtkHierarchicalDataSetInternal.h.

References Index, and Level.


Member Data Documentation

int vtkHDSNodeRef::Level
 

Definition at line 51 of file vtkHierarchicalDataSetInternal.h.

Referenced by vtkHDSNode::ConnectToChild(), vtkHDSNode::ConnectToParent(), vtkHDSNode::DisconnectFromChild(), vtkHDSNode::DisconnectFromParent(), operator!=(), and operator==().

int vtkHDSNodeRef::Index
 

Definition at line 52 of file vtkHierarchicalDataSetInternal.h.

Referenced by vtkHDSNode::ConnectToChild(), vtkHDSNode::ConnectToParent(), vtkHDSNode::DisconnectFromChild(), vtkHDSNode::DisconnectFromParent(), operator!=(), and operator==().


The documentation for this struct was generated from the following file: