------------------------------------------------------------------------------
| 70 | |
| 71 | //------------------------------------------------------------------------------ |
| 72 | vtkIdType vtkHyperTreeGridGeometryUnlimitedEntry::GetGlobalNodeIndex(const vtkHyperTree* tree) const |
| 73 | { |
| 74 | assert("pre: not_tree" && tree); |
| 75 | return tree->GetGlobalIndexFromLocal(this->LastRealIndex); |
| 76 | } |
| 77 | |
| 78 | //------------------------------------------------------------------------------ |
| 79 | void vtkHyperTreeGridGeometryUnlimitedEntry::SetGlobalIndexStart( |
no test coverage detected