IODA Bundle
odc_decoder_t Struct Reference

Classes

struct  DecodeColumn
 

Public Member Functions

 odc_decoder_t ()
 

Public Attributes

size_t nrows
 
std::vector< std::string > columnNames
 
std::vector< DecodeColumncolumnData
 
size_t dataWidth
 
size_t dataHeight
 
void * externalData
 
bool columnMajor
 
std::unique_ptr< char > ownedData
 

Detailed Description

Definition at line 40 of file api/odc.cc.

Constructor & Destructor Documentation

◆ odc_decoder_t()

odc_decoder_t::odc_decoder_t ( )
inline

Definition at line 49 of file api/odc.cc.

Member Data Documentation

◆ columnData

std::vector<DecodeColumn> odc_decoder_t::columnData

Definition at line 53 of file api/odc.cc.

◆ columnMajor

bool odc_decoder_t::columnMajor

Definition at line 58 of file api/odc.cc.

◆ columnNames

std::vector<std::string> odc_decoder_t::columnNames

Definition at line 52 of file api/odc.cc.

◆ dataHeight

size_t odc_decoder_t::dataHeight

Definition at line 56 of file api/odc.cc.

◆ dataWidth

size_t odc_decoder_t::dataWidth

Definition at line 55 of file api/odc.cc.

◆ externalData

void* odc_decoder_t::externalData

Definition at line 57 of file api/odc.cc.

◆ nrows

size_t odc_decoder_t::nrows

Definition at line 51 of file api/odc.cc.

◆ ownedData

std::unique_ptr<char> odc_decoder_t::ownedData

Definition at line 60 of file api/odc.cc.


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