MCPcopy Create free account
hub / github.com/Kitware/VTK / Initialize

Method Initialize

Common/DataModel/vtkHyperTreeGridGeometryUnlimitedEntry.cxx:63–69  ·  view source on GitHub ↗

------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

61
62//------------------------------------------------------------------------------
63vtkHyperTree* vtkHyperTreeGridGeometryUnlimitedEntry::Initialize(
64 vtkHyperTreeGrid* grid, vtkIdType treeIndex, bool create)
65{
66 this->Index = 0;
67 grid->GetLevelZeroOriginFromIndex(treeIndex, this->Origin);
68 return grid->GetTree(treeIndex, create);
69}
70
71//------------------------------------------------------------------------------
72vtkIdType vtkHyperTreeGridGeometryUnlimitedEntry::GetGlobalNodeIndex(const vtkHyperTree* tree) const

Callers

nothing calls this directly

Calls 2

GetTreeMethod · 0.45

Tested by

no test coverage detected