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

Method Next

Testing/GenericBridge/vtkBridgePointIteratorOnDataSet.cxx:64–68  ·  view source on GitHub ↗

------------------------------------------------------------------------------ Description: Move iterator to next position. (loop progression). \pre not_off: !IsAtEnd()

Source from the content-addressed store, hash-verified

62// Move iterator to next position. (loop progression).
63// \pre not_off: !IsAtEnd()
64void vtkBridgePointIteratorOnDataSet::Next()
65{
66 assert("pre: not_off" && !IsAtEnd());
67 this->Id++;
68}
69
70//------------------------------------------------------------------------------
71// Description:

Callers

nothing calls this directly

Calls 2

assertFunction · 0.50
IsAtEndFunction · 0.50

Tested by

no test coverage detected