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

Method InitializeNonOrientedMooreSuperCursor

Common/DataModel/vtkHyperTreeGrid.cxx:962–966  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

960
961//------------------------------------------------------------------------------
962void vtkHyperTreeGrid::InitializeNonOrientedMooreSuperCursor(
963 vtkHyperTreeGridNonOrientedMooreSuperCursor* cursor, vtkIdType index, bool create)
964{
965 cursor->Initialize(this, index, create);
966}
967
968//------------------------------------------------------------------------------
969vtkHyperTreeGridNonOrientedMooreSuperCursor* vtkHyperTreeGrid::NewNonOrientedMooreSuperCursor(

Callers 8

TestHyperTreeGridCursorsFunction · 0.80
TripFunction · 0.80
Process3DHTGMethod · 0.80
ProcessTreesMethod · 0.80
ProcessTreesMethod · 0.80
ProcessTreesMethod · 0.80
ProcessTreesMethod · 0.80

Calls 1

InitializeMethod · 0.45

Tested by 3

TestHyperTreeGridCursorsFunction · 0.64
TripFunction · 0.64