#include <pic_io.h>
Inheritance diagram for dirac::StreamPicOutput:

Public Member Functions | |
| StreamPicOutput () | |
| Default Constructor. | |
| StreamPicOutput (const SeqParams &sp) | |
| Constructor. | |
| virtual | ~StreamPicOutput () |
| virtual Destructor | |
| virtual bool | WriteNextFrame (const Frame &myframe) |
| Write the next frame to the output. | |
| SeqParams & | GetSeqParams () |
| Get the sequence parameters. | |
Protected Member Functions | |
| virtual bool | WriteComponent (const PicArray &pic_data, const CompSort &cs) |
| Write a component to file. | |
Protected Attributes | |
| SeqParams | m_sparams |
| Sequence parameters. | |
| std::ostream * | m_op_pic_ptr |
| Output stream. | |
Abstract base class for classes that output frames to stream
Definition at line 77 of file pic_io.h.
|
|
Constructor. Constructor, takes
Definition at line 53 of file pic_io.cpp. |
1.4.5