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

Public Member Functions | |
| FileStreamInput (const char *input_name) | |
| Constructor. | |
| virtual | ~FileStreamInput () |
| Destructor. | |
| virtual bool | ReadPicHeader () |
| Read the picture header. | |
| virtual void | Skip (const int n) |
| Skip n frames of input. | |
Protected Attributes | |
| std::ifstream * | m_ip_head_ptr |
| input header stream | |
Class for reading picture data from a file.
Definition at line 381 of file pic_io.h.
|
|
Constructor. Constructor, takes
Definition at line 368 of file pic_io.cpp. References m_ip_head_ptr, and dirac::StreamPicInput::m_ip_pic_ptr. |
1.4.5