Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
posThe position of the frames
Returns
A shared pointer to set of read frames.