Grok  9.5.0
Public Member Functions | Public Attributes | List of all members
j2k_tilepart_header Class Reference

#include <j2kmarkers.hpp>

Public Member Functions

 j2k_tilepart_header (uint16_t nc)
 
uint32_t read (j2c_src_memory &in)
 

Public Attributes

uint16_t num_components
 
SOT_marker SOT
 
std::unique_ptr< COD_markerCOD
 
std::vector< std::unique_ptr< COC_marker > > COC
 
std::unique_ptr< QCD_markerQCD
 
std::vector< std::unique_ptr< QCC_marker > > QCC
 
std::vector< std::unique_ptr< RGN_marker > > RGN
 
std::unique_ptr< POC_markerPOC
 
std::vector< std::unique_ptr< PPT_marker > > PPT
 
std::vector< std::unique_ptr< PLT_marker > > PLT
 
std::vector< std::unique_ptr< COM_marker > > COM
 

Constructor & Destructor Documentation

◆ j2k_tilepart_header()

j2k_tilepart_header::j2k_tilepart_header ( uint16_t  nc)
explicit

References COD, num_components, POC, and QCD.

Member Function Documentation

◆ read()

uint32_t j2k_tilepart_header::read ( j2c_src_memory in)

Member Data Documentation

◆ COC

std::vector<std::unique_ptr<COC_marker> > j2k_tilepart_header::COC

Referenced by read().

◆ COD

std::unique_ptr<COD_marker> j2k_tilepart_header::COD

Referenced by j2k_tilepart_header(), and read().

◆ COM

std::vector<std::unique_ptr<COM_marker> > j2k_tilepart_header::COM

Referenced by read().

◆ num_components

uint16_t j2k_tilepart_header::num_components

Referenced by j2k_tilepart_header(), and read().

◆ PLT

std::vector<std::unique_ptr<PLT_marker> > j2k_tilepart_header::PLT

Referenced by read().

◆ POC

std::unique_ptr<POC_marker> j2k_tilepart_header::POC

Referenced by j2k_tilepart_header(), and read().

◆ PPT

std::vector<std::unique_ptr<PPT_marker> > j2k_tilepart_header::PPT

Referenced by read().

◆ QCC

std::vector<std::unique_ptr<QCC_marker> > j2k_tilepart_header::QCC

Referenced by read().

◆ QCD

std::unique_ptr<QCD_marker> j2k_tilepart_header::QCD

Referenced by j2k_tilepart_header(), and read().

◆ RGN

std::vector<std::unique_ptr<RGN_marker> > j2k_tilepart_header::RGN

Referenced by read().

◆ SOT

SOT_marker j2k_tilepart_header::SOT

Referenced by read().


The documentation for this class was generated from the following files: