------------------------------------------------------------------------------
| 25 | |
| 26 | //------------------------------------------------------------------------------ |
| 27 | vtkHyperTree* vtkHyperTreeGridEntry::Initialize( |
| 28 | vtkHyperTreeGrid* grid, vtkIdType treeIndex, bool create) |
| 29 | { |
| 30 | assert(grid != nullptr); |
| 31 | this->Index = 0; |
| 32 | return grid->GetTree(treeIndex, create); |
| 33 | } |
| 34 | |
| 35 | //------------------------------------------------------------------------------ |
| 36 | vtkIdType vtkHyperTreeGridEntry::GetGlobalNodeIndex(const vtkHyperTree* tree) const |