Main Page | Directories | Class Hierarchy | Alphabetical List | Class List | 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 39 of file vtkHierarchicalDataSetInternal.h.

References Index, and Level.


Member Function Documentation

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

Definition at line 41 of file vtkHierarchicalDataSetInternal.h.

References Index, and Level.

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

Definition at line 45 of file vtkHierarchicalDataSetInternal.h.

References Index, and Level.


Member Data Documentation

int vtkHDSNodeRef::Level
 

Definition at line 50 of file vtkHierarchicalDataSetInternal.h.

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

int vtkHDSNodeRef::Index
 

Definition at line 51 of file vtkHierarchicalDataSetInternal.h.

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


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