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

Method GetGlobalNodeIndex

Common/DataModel/vtkHyperTreeGridNonOrientedSuperCursor.cxx:121–124  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

119
120//------------------------------------------------------------------------------
121vtkIdType vtkHyperTreeGridNonOrientedSuperCursor::GetGlobalNodeIndex()
122{
123 return this->CentralCursor->GetGlobalNodeIndex();
124}
125
126//------------------------------------------------------------------------------
127vtkIdType vtkHyperTreeGridNonOrientedSuperCursor::GetGlobalNodeIndex(unsigned int icursor)

Callers 2

GetInformationMethod · 0.45
ToChildMethod · 0.45

Calls 1

GetIndiceEntryMethod · 0.95

Tested by

no test coverage detected