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

Method InitializeNonOrientedGeometryCursor

Common/DataModel/vtkHyperTreeGrid.cxx:772–776  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

770
771//------------------------------------------------------------------------------
772void vtkHyperTreeGrid::InitializeNonOrientedGeometryCursor(
773 vtkHyperTreeGridNonOrientedGeometryCursor* cursor, vtkIdType index, bool create)
774{
775 cursor->Initialize(this, index, create);
776}
777
778//------------------------------------------------------------------------------
779vtkHyperTreeGridNonOrientedGeometryCursor* vtkHyperTreeGrid::NewNonOrientedGeometryCursor(

Callers 15

SearchMethod · 0.80
IntersectWithLineMethod · 0.80
operator()Method · 0.80
ExecuteMethod · 0.80
ProcessTreesMethod · 0.80
Process1DHTGMethod · 0.80
GenerateGeometryMethod · 0.80

Calls 1

InitializeMethod · 0.45

Tested by 4

ExecuteMethod · 0.64
TestSumOperatorFunction · 0.64
TestMaskGhostSizesFunction · 0.64