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

Method GetGlobalNodeIndex

Common/DataModel/vtkHyperTreeGridGeometryEntry.cxx:49–53  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

47
48//------------------------------------------------------------------------------
49vtkIdType vtkHyperTreeGridGeometryEntry::GetGlobalNodeIndex(const vtkHyperTree* tree) const
50{
51 assert("pre: not_tree" && tree);
52 return tree->GetGlobalIndexFromLocal(this->Index);
53}
54
55//------------------------------------------------------------------------------
56void vtkHyperTreeGridGeometryEntry::SetGlobalIndexStart(vtkHyperTree* tree, vtkIdType index)

Callers 2

SetMaskMethod · 0.95
IsMaskedMethod · 0.95

Calls 2

assertFunction · 0.50

Tested by

no test coverage detected