Edit

class Input::Frames::FrameSetReader

Represents the ability to read a FrameSet(s) of a set of frames adjacent in time.

Members

~FrameSetReader

Syntax: public inline virtual ~FrameSetReader ( );

Destructs an instance of the FrameSetReader class.

ReadFrameSet

Syntax: public inline std::vector< std::shared_ptr< Frame > > ReadFrameSet ( uint64_t pos );

Reads a set of Frames of image data from the underlying FrameSetSource.

Parameters

  • pos The position of the frames

Returns

A shared pointer to set of read frames.