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

Function getIter

include/cinder/Channel.h:269–269  ·  view source on GitHub ↗

Returns an Iter which iterates the entire Channel.

Source from the content-addressed store, hash-verified

267
268 //! Returns an Iter which iterates the entire Channel.
269 Iter getIter() { return Iter( *this, this->getBounds() ); }
270 //! Returns an Iter which iterates the Area \a area.
271 Iter getIter( const Area &area ) { return Iter( *this, area ); }
272 //! Returns a ConstIter which iterates the entire Channel.

Callers

nothing calls this directly

Calls 3

IterFunction · 0.85
ConstIterFunction · 0.85
getBoundsMethod · 0.45

Tested by

no test coverage detected