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

Method Initialize

Common/DataModel/vtkHyperTreeGridEntry.cxx:27–33  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

25
26//------------------------------------------------------------------------------
27vtkHyperTree* 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//------------------------------------------------------------------------------
36vtkIdType vtkHyperTreeGridEntry::GetGlobalNodeIndex(const vtkHyperTree* tree) const

Callers

nothing calls this directly

Calls 2

assertFunction · 0.50
GetTreeMethod · 0.45

Tested by

no test coverage detected