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

Method Initialize

Common/DataModel/vtkHyperTreeGridGeometryEntry.cxx:40–46  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

38
39//------------------------------------------------------------------------------
40vtkHyperTree* vtkHyperTreeGridGeometryEntry::Initialize(
41 vtkHyperTreeGrid* grid, vtkIdType treeIndex, bool create)
42{
43 this->Index = 0;
44 grid->GetLevelZeroOriginFromIndex(treeIndex, this->Origin);
45 return grid->GetTree(treeIndex, create);
46}
47
48//------------------------------------------------------------------------------
49vtkIdType vtkHyperTreeGridGeometryEntry::GetGlobalNodeIndex(const vtkHyperTree* tree) const

Callers

nothing calls this directly

Calls 2

GetTreeMethod · 0.45

Tested by

no test coverage detected