MCPcopy Create free account
hub / github.com/cinder/Cinder / getIter

Function getIter

include/cinder/Surface.h:485–485  ·  view source on GitHub ↗

Returns an Iter which iterates the entire Surface.

Source from the content-addressed store, hash-verified

483
484 //! Returns an Iter which iterates the entire Surface.
485 Iter getIter() { return Iter( *this, this->getBounds() ); }
486 //! Returns an Iter which iterates the Area \a area.
487 Iter getIter( const Area &area ) { return Iter( *this, area ); }
488 //! Returns a ConstIter which iterates the entire Surface.

Callers

nothing calls this directly

Calls 3

IterFunction · 0.85
ConstIterFunction · 0.85
getBoundsMethod · 0.45

Tested by

no test coverage detected