Public Member Functions | |
| SequenceOutputManager (std::ostream *out_data) | |
| Constructor. | |
| FrameOutputManager & | FrameOutput () |
| Return a reference to the output for a single frame. | |
| BasicOutputManager & | HeaderOutput () |
| Return a reference to the output for a single frame. | |
| BasicOutputManager & | TrailerOutput () |
| Return a reference to the output for the sequence trailer. | |
| void | ResetFrame () |
| Reset the frame data without outputting. | |
| void | WriteSeqHeaderToFile () |
| Write the sequence header. | |
| void | WriteFrameData () |
| Write all the frame data to file. | |
| void | WriteSeqTrailerToFile () |
| Write the sequence trailer. | |
| const size_t | SequenceBytes () |
| Return the total number of bytes used for the sequence. | |
| const size_t | SequenceHeadBytes () |
| Return the total number of header bytes used throughout the sequence. | |
| const size_t | MVBytes () |
| Return the total number bytes used for MVs. | |
| const size_t | ComponentBytes (const int comp_num) |
| Return the total number bytes used for a component. | |
| void | ResetFrameData () |
| Reset the frame data. | |
Definition at line 376 of file bit_manager.h.
1.4.5