------------------------------------------------------------------------------
| 119 | |
| 120 | //------------------------------------------------------------------------------ |
| 121 | vtkIdType vtkHyperTreeGridNonOrientedSuperCursor::GetGlobalNodeIndex() |
| 122 | { |
| 123 | return this->CentralCursor->GetGlobalNodeIndex(); |
| 124 | } |
| 125 | |
| 126 | //------------------------------------------------------------------------------ |
| 127 | vtkIdType vtkHyperTreeGridNonOrientedSuperCursor::GetGlobalNodeIndex(unsigned int icursor) |
no test coverage detected