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

Method Next

Testing/GenericBridge/vtkBridgeCellIterator.cxx:121–125  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

119// Move iterator to next position. (loop progression).
120// \pre not_at_end: !IsAtEnd()
121void vtkBridgeCellIterator::Next()
122{
123 assert("pre: not_off" && !IsAtEnd());
124 this->CurrentIterator->Next();
125}
126
127//------------------------------------------------------------------------------
128// Description:

Callers

nothing calls this directly

Calls 2

assertFunction · 0.50
IsAtEndFunction · 0.50

Tested by

no test coverage detected