Public Member Functions | Public Attributes | List of all members
vil_openjpeg_image_impl Struct Reference

Public Member Functions

 vil_openjpeg_image_impl (void)
 

Public Attributes

opj_cparameters_t encode_params_
 
opj_codec_t * encode_codec_
 
opj_image_t * image_
 
opj_header header_
 
OPJ_CODEC_FORMAT opj_codec_format_
 
vil_stream_sptr vstream_
 
vil_streampos vstream_start_
 
bool is_valid_
 
bool error_
 

Detailed Description

Definition at line 148 of file vil_openjpeg.cxx.

Constructor & Destructor Documentation

◆ vil_openjpeg_image_impl()

vil_openjpeg_image_impl::vil_openjpeg_image_impl ( void  )
inline

Definition at line 163 of file vil_openjpeg.cxx.

Member Data Documentation

◆ encode_codec_

opj_codec_t* vil_openjpeg_image_impl::encode_codec_

Definition at line 152 of file vil_openjpeg.cxx.

◆ encode_params_

opj_cparameters_t vil_openjpeg_image_impl::encode_params_

Definition at line 151 of file vil_openjpeg.cxx.

◆ error_

bool vil_openjpeg_image_impl::error_

Definition at line 161 of file vil_openjpeg.cxx.

◆ header_

opj_header vil_openjpeg_image_impl::header_

Definition at line 154 of file vil_openjpeg.cxx.

◆ image_

opj_image_t* vil_openjpeg_image_impl::image_

Definition at line 153 of file vil_openjpeg.cxx.

◆ is_valid_

bool vil_openjpeg_image_impl::is_valid_

Definition at line 160 of file vil_openjpeg.cxx.

◆ opj_codec_format_

OPJ_CODEC_FORMAT vil_openjpeg_image_impl::opj_codec_format_

Definition at line 155 of file vil_openjpeg.cxx.

◆ vstream_

vil_stream_sptr vil_openjpeg_image_impl::vstream_

Definition at line 158 of file vil_openjpeg.cxx.

◆ vstream_start_

vil_streampos vil_openjpeg_image_impl::vstream_start_

Definition at line 159 of file vil_openjpeg.cxx.


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