------------------------------------------------------------------------------
| 770 | |
| 771 | //------------------------------------------------------------------------------ |
| 772 | void vtkHyperTreeGrid::InitializeNonOrientedGeometryCursor( |
| 773 | vtkHyperTreeGridNonOrientedGeometryCursor* cursor, vtkIdType index, bool create) |
| 774 | { |
| 775 | cursor->Initialize(this, index, create); |
| 776 | } |
| 777 | |
| 778 | //------------------------------------------------------------------------------ |
| 779 | vtkHyperTreeGridNonOrientedGeometryCursor* vtkHyperTreeGrid::NewNonOrientedGeometryCursor( |