------------------------------------------------------------------------------
| 723 | |
| 724 | //------------------------------------------------------------------------------ |
| 725 | void vtkHyperTreeGrid::InitializeOrientedCursor( |
| 726 | vtkHyperTreeGridOrientedCursor* cursor, vtkIdType index, bool create) |
| 727 | { |
| 728 | cursor->Initialize(this, index, create); |
| 729 | } |
| 730 | |
| 731 | //------------------------------------------------------------------------------ |
| 732 | vtkHyperTreeGridOrientedCursor* vtkHyperTreeGrid::NewOrientedCursor(vtkIdType index, bool create) |