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

Method InitializeOrientedCursor

Common/DataModel/vtkHyperTreeGrid.cxx:725–729  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

723
724//------------------------------------------------------------------------------
725void vtkHyperTreeGrid::InitializeOrientedCursor(
726 vtkHyperTreeGridOrientedCursor* cursor, vtkIdType index, bool create)
727{
728 cursor->Initialize(this, index, create);
729}
730
731//------------------------------------------------------------------------------
732vtkHyperTreeGridOrientedCursor* vtkHyperTreeGrid::NewOrientedCursor(vtkIdType index, bool create)

Callers 2

TestDifferentVolumesFunction · 0.80
DetermineNeighborsMethod · 0.80

Calls 1

InitializeMethod · 0.45

Tested by 1

TestDifferentVolumesFunction · 0.64