------------------------------------------------------------------------------
| 717 | |
| 718 | //------------------------------------------------------------------------------ |
| 719 | void vtkHyperTreeGrid::InitializeTreeIterator(vtkHyperTreeGridIterator& it) |
| 720 | { |
| 721 | it.Initialize(this); |
| 722 | } |
| 723 | |
| 724 | //------------------------------------------------------------------------------ |
| 725 | void vtkHyperTreeGrid::InitializeOrientedCursor( |