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

Method GetGlobalNodeIndex

Common/DataModel/vtkHyperTreeGridGeometryLevelEntry.cxx:46–50  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

44
45//------------------------------------------------------------------------------
46vtkIdType vtkHyperTreeGridGeometryLevelEntry::GetGlobalNodeIndex() const
47{
48 return this->Tree ? this->Tree->GetGlobalIndexFromLocal(this->Index)
49 : vtkHyperTreeGrid::InvalidIndex;
50}
51
52//------------------------------------------------------------------------------
53void vtkHyperTreeGridGeometryLevelEntry::SetGlobalIndexStart(vtkIdType index)

Callers 2

SetMaskMethod · 0.95
IsMaskedMethod · 0.95

Calls 1

Tested by

no test coverage detected