Class FrameRange

Class Documentation

class FrameRange

Public Types

using value_type = Frame
using iterator = frame_iterator

Public Functions

FrameRange()
FrameRange(Motion const &motion_, double fps_)
FrameRange(const FrameRange&)
FrameRange(FrameRange&&)
FrameRange &operator=(const FrameRange&)
FrameRange &operator=(FrameRange&&)
iterator begin() const
iterator end() const
iterator cbegin() const
iterator cend() const