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

Method GetGlobalNodeIndex

Common/DataModel/vtkHyperTreeGridEntry.cxx:36–40  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

34
35//------------------------------------------------------------------------------
36vtkIdType vtkHyperTreeGridEntry::GetGlobalNodeIndex(const vtkHyperTree* tree) const
37{
38 assert("pre: not_tree" && tree);
39 return tree->GetGlobalIndexFromLocal(this->Index);
40}
41
42//------------------------------------------------------------------------------
43void vtkHyperTreeGridEntry::SetGlobalIndexStart(vtkHyperTree* tree, vtkIdType index)

Callers 15

SetMaskMethod · 0.95
IsMaskedMethod · 0.95
handleNodeMethod · 0.45
RecursiveProcessMethod · 0.45
AreHTSameFunction · 0.45
RecursiveSearchMethod · 0.45
GetCornerCursorsMethod · 0.45
MarkEntireTreeAsGhostFunction · 0.45

Calls 2

assertFunction · 0.50

Tested by 15

handleNodeMethod · 0.36
RecursiveProcessMethod · 0.36
AreHTSameFunction · 0.36
handleNodeFunction · 0.36
handleNodeFunction · 0.36
runAllMaskedPointSearchFunction · 0.36
CheckTreeEqualFunction · 0.36
CopyInputTreeToOutputFunction · 0.36
TripFunction · 0.36
CheckDepthArrayFunction · 0.36
CheckTreeFunction · 0.36
FillGhostVectorFunction · 0.36