------------------------------------------------------------------------------
| 44 | |
| 45 | //------------------------------------------------------------------------------ |
| 46 | vtkIdType vtkHyperTreeGridGeometryLevelEntry::GetGlobalNodeIndex() const |
| 47 | { |
| 48 | return this->Tree ? this->Tree->GetGlobalIndexFromLocal(this->Index) |
| 49 | : vtkHyperTreeGrid::InvalidIndex; |
| 50 | } |
| 51 | |
| 52 | //------------------------------------------------------------------------------ |
| 53 | void vtkHyperTreeGridGeometryLevelEntry::SetGlobalIndexStart(vtkIdType index) |
no test coverage detected