Public Attributes | List of all members
vil_jpeg_stream_source_mgr Struct Reference

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_streamstream
 
JOCTET * buffer
 
jpeg_boolean start_of_file
 

Detailed Description

this is the data source structure which allows JPEG to read from a vil_stream.

Definition at line 16 of file vil_jpeg_source_mgr.h.

Member Data Documentation

◆ base

struct jpeg_source_mgr vil_jpeg_stream_source_mgr::base

Definition at line 18 of file vil_jpeg_source_mgr.h.

◆ buffer

JOCTET* vil_jpeg_stream_source_mgr::buffer

Definition at line 21 of file vil_jpeg_source_mgr.h.

◆ start_of_file

jpeg_boolean vil_jpeg_stream_source_mgr::start_of_file

Definition at line 22 of file vil_jpeg_source_mgr.h.

◆ stream

vil_stream* vil_jpeg_stream_source_mgr::stream

Definition at line 20 of file vil_jpeg_source_mgr.h.


The documentation for this struct was generated from the following file: