------------------------------------------------------------------------------
| 59 | |
| 60 | //------------------------------------------------------------------------------ |
| 61 | vtkIdType vtkHyperTreeGridLevelEntry::GetGlobalNodeIndex() const |
| 62 | { |
| 63 | if (this->Tree) |
| 64 | { |
| 65 | return this->Tree->GetGlobalIndexFromLocal(this->Index); |
| 66 | } |
| 67 | return -1; |
| 68 | } |
| 69 | |
| 70 | //------------------------------------------------------------------------------ |
| 71 | void vtkHyperTreeGridLevelEntry::SetGlobalIndexStart(vtkIdType index) |
no test coverage detected