Skip to main content

ClikaRT::io::VideoReader::FrameRange::iterator

class

Header: ClikaRT/io/video.h

Forward iterator over the range's frames; dereference decodes the frame at the current position.

Member functions

iterator()

iterator(const FrameRange* range, std::size_t pos)

An iterator over range at frame position pos.

Declared in ClikaRT/io/video.h, line 105

operator*()

FrameBatch operator*() const

Decode the current window (lazy; the decode runs here).

Declared in ClikaRT/io/video.h, line 107

operator++()

iterator& operator++()

Declared in ClikaRT/io/video.h, line 108

operator!=()

bool operator!=(const iterator& o) const

Declared in ClikaRT/io/video.h, line 109

operator==()

bool operator==(const iterator& o) const

Declared in ClikaRT/io/video.h, line 110