VTK
Public Member Functions | List of all members
vtkHyperTreeGrid::vtkHyperTreeSimpleCursor Class Reference

A simplified hyper tree cursor, to be used by the hyper tree. More...

#include <vtkHyperTreeGrid.h>

Public Member Functions

 vtkHyperTreeSimpleCursor ()
 
 ~vtkHyperTreeSimpleCursor ()
 
vtkIdType GetLeafIndex ()
 Only valid for leaves. More...
 
unsigned short GetLevel ()
 Return level at which cursor is positioned. More...
 
vtkHyperTreeGetTree ()
 Methods that belong to the vtkHyperTreeCursor API. More...
 

Detailed Description

A simplified hyper tree cursor, to be used by the hyper tree.

grid supercursor.

Definition at line 607 of file vtkHyperTreeGrid.h.

Constructor & Destructor Documentation

◆ vtkHyperTreeSimpleCursor()

vtkHyperTreeGrid::vtkHyperTreeSimpleCursor::vtkHyperTreeSimpleCursor ( )

◆ ~vtkHyperTreeSimpleCursor()

vtkHyperTreeGrid::vtkHyperTreeSimpleCursor::~vtkHyperTreeSimpleCursor ( )

Member Function Documentation

◆ GetTree()

vtkHyperTree* vtkHyperTreeGrid::vtkHyperTreeSimpleCursor::GetTree ( )
inline

Methods that belong to the vtkHyperTreeCursor API.

Definition at line 618 of file vtkHyperTreeGrid.h.

◆ GetLeafIndex()

vtkIdType vtkHyperTreeGrid::vtkHyperTreeSimpleCursor::GetLeafIndex ( )
inline

Only valid for leaves.

Definition at line 624 of file vtkHyperTreeGrid.h.

◆ GetLevel()

unsigned short vtkHyperTreeGrid::vtkHyperTreeSimpleCursor::GetLevel ( )
inline

Return level at which cursor is positioned.

Definition at line 629 of file vtkHyperTreeGrid.h.


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