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

Method GetGlobalNodeIndex

Common/DataModel/vtkHyperTreeGridLevelEntry.cxx:61–68  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

59
60//------------------------------------------------------------------------------
61vtkIdType vtkHyperTreeGridLevelEntry::GetGlobalNodeIndex() const
62{
63 if (this->Tree)
64 {
65 return this->Tree->GetGlobalIndexFromLocal(this->Index);
66 }
67 return -1;
68}
69
70//------------------------------------------------------------------------------
71void vtkHyperTreeGridLevelEntry::SetGlobalIndexStart(vtkIdType index)

Callers 2

SetMaskMethod · 0.95
IsMaskedMethod · 0.95

Calls 1

Tested by

no test coverage detected