VTK
Public Member Functions | Public Attributes | List of all members
vtkHyperTreeGrid::vtkHyperTreeGridSuperCursor Struct Reference

Public structure used by filters to move around the hyper tree grid and easily access neighbors to leaves. More...

#include <vtkHyperTreeGrid.h>

Collaboration diagram for vtkHyperTreeGrid::vtkHyperTreeGridSuperCursor:
[legend]

Public Member Functions

vtkHyperTreeSimpleCursorGetCursor (int)
 

Public Attributes

double Origin [3]
 
double Size [3]
 
int NumberOfCursors
 
int MiddleCursorId
 
vtkHyperTreeSimpleCursor Cursors [3 *3 *3]
 

Detailed Description

Public structure used by filters to move around the hyper tree grid and easily access neighbors to leaves.

The super cursor is 'const'. Methods in vtkHyperTreeGrid initialize and compute children for moving toward leaves.

Definition at line 642 of file vtkHyperTreeGrid.h.

Member Function Documentation

vtkHyperTreeSimpleCursor* vtkHyperTreeGrid::vtkHyperTreeGridSuperCursor::GetCursor ( int  )

Member Data Documentation

double vtkHyperTreeGrid::vtkHyperTreeGridSuperCursor::Origin[3]

Definition at line 644 of file vtkHyperTreeGrid.h.

double vtkHyperTreeGrid::vtkHyperTreeGridSuperCursor::Size[3]

Definition at line 645 of file vtkHyperTreeGrid.h.

int vtkHyperTreeGrid::vtkHyperTreeGridSuperCursor::NumberOfCursors

Definition at line 646 of file vtkHyperTreeGrid.h.

int vtkHyperTreeGrid::vtkHyperTreeGridSuperCursor::MiddleCursorId

Definition at line 647 of file vtkHyperTreeGrid.h.

vtkHyperTreeSimpleCursor vtkHyperTreeGrid::vtkHyperTreeGridSuperCursor::Cursors[3 *3 *3]

Definition at line 648 of file vtkHyperTreeGrid.h.


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