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

Method Next

Testing/GenericBridge/vtkBridgePointIteratorOnCell.cxx:71–75  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

69// Move iterator to next position. (loop progression).
70// \pre not_off: !IsAtEnd()
71void vtkBridgePointIteratorOnCell::Next()
72{
73 assert("pre: not_off" && !IsAtEnd());
74 this->Cursor++;
75}
76
77//------------------------------------------------------------------------------
78// Description:

Callers

nothing calls this directly

Calls 2

assertFunction · 0.50
IsAtEndFunction · 0.50

Tested by

no test coverage detected