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

Method NewOrientedGeometryCursor

Common/DataModel/vtkHyperTreeGrid.cxx:747–753  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

745
746//------------------------------------------------------------------------------
747vtkHyperTreeGridOrientedGeometryCursor* vtkHyperTreeGrid::NewOrientedGeometryCursor(
748 vtkIdType index, bool create)
749{
750 vtkHyperTreeGridOrientedGeometryCursor* cursor = vtkHyperTreeGridOrientedGeometryCursor::New();
751 cursor->Initialize(this, index, create);
752 return cursor;
753}
754
755//------------------------------------------------------------------------------
756void vtkHyperTreeGrid::InitializeNonOrientedCursor(

Callers

nothing calls this directly

Calls 2

NewFunction · 0.50
InitializeMethod · 0.45

Tested by

no test coverage detected