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

Method GetGlobalNodeIndex

Common/DataModel/vtkHyperTreeGridGeometryUnlimitedEntry.cxx:72–76  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

70
71//------------------------------------------------------------------------------
72vtkIdType vtkHyperTreeGridGeometryUnlimitedEntry::GetGlobalNodeIndex(const vtkHyperTree* tree) const
73{
74 assert("pre: not_tree" && tree);
75 return tree->GetGlobalIndexFromLocal(this->LastRealIndex);
76}
77
78//------------------------------------------------------------------------------
79void vtkHyperTreeGridGeometryUnlimitedEntry::SetGlobalIndexStart(

Callers 2

SetMaskMethod · 0.95
IsMaskedMethod · 0.95

Calls 2

assertFunction · 0.50

Tested by

no test coverage detected