------------------------------------------------------------------------------
| 284 | |
| 285 | //------------------------------------------------------------------------------ |
| 286 | bool vtkHyperTreeGridNonOrientedSuperCursor::IsLeaf() |
| 287 | { |
| 288 | return this->CentralCursor->IsLeaf(); |
| 289 | } |
| 290 | |
| 291 | //------------------------------------------------------------------------------ |
| 292 | bool vtkHyperTreeGridNonOrientedSuperCursor::IsLeaf(unsigned int icursor) |
no test coverage detected