------------------------------------------------------------------------------
| 67 | |
| 68 | //------------------------------------------------------------------------------ |
| 69 | bool vtkHyperTreeGridNonOrientedSuperCursorLight::HasTree() |
| 70 | { |
| 71 | return this->CentralCursor->HasTree(); |
| 72 | } |
| 73 | |
| 74 | //------------------------------------------------------------------------------ |
| 75 | bool vtkHyperTreeGridNonOrientedSuperCursorLight::HasTree(unsigned int icursor) |
nothing calls this directly
no test coverage detected