------------------------------------------------------------------------------
| 47 | |
| 48 | //------------------------------------------------------------------------------ |
| 49 | vtkIdType vtkHyperTreeGridGeometryEntry::GetGlobalNodeIndex(const vtkHyperTree* tree) const |
| 50 | { |
| 51 | assert("pre: not_tree" && tree); |
| 52 | return tree->GetGlobalIndexFromLocal(this->Index); |
| 53 | } |
| 54 | |
| 55 | //------------------------------------------------------------------------------ |
| 56 | void vtkHyperTreeGridGeometryEntry::SetGlobalIndexStart(vtkHyperTree* tree, vtkIdType index) |
no test coverage detected