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

Method IncrementToNextCell

Common/DataModel/vtkDataSetCellIterator.cxx:148–151  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

146
147//------------------------------------------------------------------------------
148void vtkDataSetCellIterator::IncrementToNextCell()
149{
150 ++this->CellId;
151}
152
153//------------------------------------------------------------------------------
154vtkDataSetCellIterator::vtkDataSetCellIterator()

Callers 1

GoToNextCellMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected