------------------------------------------------------------------------------
| 71 | |
| 72 | //------------------------------------------------------------------------------ |
| 73 | bool vtkHyperTreeGridNonOrientedSuperCursor::HasTree() |
| 74 | { |
| 75 | return this->CentralCursor->HasTree(); |
| 76 | } |
| 77 | |
| 78 | //------------------------------------------------------------------------------ |
| 79 | bool vtkHyperTreeGridNonOrientedSuperCursor::HasTree(unsigned int icursor) |
nothing calls this directly
no test coverage detected