------------------------------------------------------------------------------
| 738 | |
| 739 | //------------------------------------------------------------------------------ |
| 740 | void vtkHyperTreeGrid::InitializeOrientedGeometryCursor( |
| 741 | vtkHyperTreeGridOrientedGeometryCursor* cursor, vtkIdType index, bool create) |
| 742 | { |
| 743 | cursor->Initialize(this, index, create); |
| 744 | } |
| 745 | |
| 746 | //------------------------------------------------------------------------------ |
| 747 | vtkHyperTreeGridOrientedGeometryCursor* vtkHyperTreeGrid::NewOrientedGeometryCursor( |
nothing calls this directly
no test coverage detected