------------------------------------------------------------------------------
| 34 | |
| 35 | //------------------------------------------------------------------------------ |
| 36 | vtkIdType vtkHyperTreeGridEntry::GetGlobalNodeIndex(const vtkHyperTree* tree) const |
| 37 | { |
| 38 | assert("pre: not_tree" && tree); |
| 39 | return tree->GetGlobalIndexFromLocal(this->Index); |
| 40 | } |
| 41 | |
| 42 | //------------------------------------------------------------------------------ |
| 43 | void vtkHyperTreeGridEntry::SetGlobalIndexStart(vtkHyperTree* tree, vtkIdType index) |