this is the data source structure which allows JPEG to read from a vil_stream. More...
#include <vil_jpeg_source_mgr.h>
Public Attributes | |
| struct jpeg_source_mgr | base |
| vil_stream * | stream |
| JOCTET * | buffer |
| jpeg_boolean | start_of_file |
this is the data source structure which allows JPEG to read from a vil_stream.
Definition at line 19 of file vil_jpeg_source_mgr.h.
| struct jpeg_source_mgr vil_jpeg_stream_source_mgr::base |
Definition at line 21 of file vil_jpeg_source_mgr.h.
Definition at line 24 of file vil_jpeg_source_mgr.h.
| jpeg_boolean vil_jpeg_stream_source_mgr::start_of_file |
Definition at line 25 of file vil_jpeg_source_mgr.h.
Definition at line 23 of file vil_jpeg_source_mgr.h.
1.7.5.1