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

Method Next

Testing/GenericBridge/vtkBridgeCellIteratorOne.cxx:130–135  ·  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

128// Move iterator to next position. (loop progression).
129// \pre not_at_end: !IsAtEnd()
130void vtkBridgeCellIteratorOne::Next()
131{
132 assert("pre: not_off" && !this->IsAtEnd());
133
134 this->cIsAtEnd = 1;
135}
136
137//------------------------------------------------------------------------------
138// Description:

Callers

nothing calls this directly

Calls 2

IsAtEndMethod · 0.95
assertFunction · 0.50

Tested by

no test coverage detected