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

Method Begin

Testing/GenericBridge/vtkBridgeCellIteratorOnDataSet.cxx:51–55  ·  view source on GitHub ↗

------------------------------------------------------------------------------ Description: Move iterator to first position if any (loop initialization).

Source from the content-addressed store, hash-verified

49// Description:
50// Move iterator to first position if any (loop initialization).
51void vtkBridgeCellIteratorOnDataSet::Begin()
52{
53 this->Id = -1;
54 this->Next(); // skip cells of other dimensions
55}
56
57//------------------------------------------------------------------------------
58// Description:

Callers

nothing calls this directly

Calls 1

NextMethod · 0.95

Tested by

no test coverage detected