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

Method InitializeOrientedGeometryCursor

Common/DataModel/vtkHyperTreeGrid.cxx:740–744  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

738
739//------------------------------------------------------------------------------
740void vtkHyperTreeGrid::InitializeOrientedGeometryCursor(
741 vtkHyperTreeGridOrientedGeometryCursor* cursor, vtkIdType index, bool create)
742{
743 cursor->Initialize(this, index, create);
744}
745
746//------------------------------------------------------------------------------
747vtkHyperTreeGridOrientedGeometryCursor* vtkHyperTreeGrid::NewOrientedGeometryCursor(

Callers

nothing calls this directly

Calls 1

InitializeMethod · 0.45

Tested by

no test coverage detected