ldas-tools-framecpp
2.9.3
|
Public Member Functions | |
data_container_type () | |
Default Constructor. More... | |
data_container_type (const std::string &n, type_type t, const byte_order_type byte_order, INT_4U ndim, const Dimension *dims, const std::string &unit) | |
Constructor. More... | |
data_container_type (const std::string &Name, compress_type Compress, type_type Type, nData_type NData, nBytes_type NBytes, void *Data, nDim_type NDim, const Dimension *Dims, const std::string &UnitY, bool Allocate) | |
Constructor. More... | |
data_container_type (const std::string &Name, compress_type Compress, type_type Type, nData_type NData, nBytes_type NBytes, data_type Data, nDim_type NDim, const Dimension *Dims, const std::string &UnitY) | |
Constructor. More... | |
void | copy_core (const data_container_type &Source) |
bool | operator== (const data_container_type &RHS) const |
data_container_type () | |
Default Constructor. More... | |
data_container_type (const std::string &n, type_type t, const byte_order_type byte_order, INT_4U ndim, const Dimension *dims, const std::string &unit) | |
Constructor. More... | |
data_container_type (const std::string &Name, compress_type Compress, type_type Type, nData_type NData, nBytes_type NBytes, void *Data, nDim_type NDim, const Dimension *Dims, const std::string &UnitY, bool Allocate) | |
Constructor. More... | |
data_container_type (const std::string &Name, compress_type Compress, type_type Type, nData_type NData, nBytes_type NBytes, data_type Data, nDim_type NDim, const Dimension *Dims, const std::string &UnitY) | |
Constructor. More... | |
void | copy_core (const data_container_type &Source) |
bool | operator== (const data_container_type &RHS) const |
data_container_type () | |
Default Constructor. More... | |
data_container_type (const std::string &n, type_type t, const byte_order_type byte_order, INT_4U ndim, const Dimension *dims, const std::string &unit) | |
Constructor. More... | |
data_container_type (const std::string &Name, compress_type Compress, type_type Type, nData_type NData, nBytes_type NBytes, void *Data, nDim_type NDim, const Dimension *Dims, const std::string &UnitY, bool Allocate) | |
Constructor. More... | |
data_container_type (const std::string &Name, compress_type Compress, type_type Type, nData_type NData, nBytes_type NBytes, data_type Data, nDim_type NDim, const Dimension *Dims, const std::string &UnitY) | |
Constructor. More... | |
void | copy_core (const data_container_type &Source) |
bool | operator== (const data_container_type &RHS) const |
Public Attributes | |
STRING | name |
compress_type | compress |
type_type | type |
nData_type | nData |
nBytes_type | nBytes |
data_type | data |
std::vector< Dimension > | dimension |
STRING | unitY |
FrameCPP::Version_3::FrVect::data_container_type::data_container_type | ( | ) |
Default Constructor.
FrameCPP::Version_3::FrVect::data_container_type::data_container_type | ( | const std::string & | n, |
type_type | t, | ||
const byte_order_type | byte_order, | ||
INT_4U | ndim, | ||
const Dimension * | dims, | ||
const std::string & | unit | ||
) |
Constructor.
[in] | n | The name of the data. |
[in] | t | The data type. |
[in] | byte_order | |
[in] | ndim |
FrameCPP::Version_3::FrVect::data_container_type::data_container_type | ( | const std::string & | Name, |
compress_type | Compress, | ||
type_type | Type, | ||
nData_type | NData, | ||
nBytes_type | NBytes, | ||
void * | Data, | ||
nDim_type | NDim, | ||
const Dimension * | Dims, | ||
const std::string & | UnitY, | ||
bool | Allocate | ||
) |
Constructor.
[in] | Name | The name of the data. |
[in] | Compress | |
[in] | Type | The data type. |
[in] | NData | Number of data elements. |
[in] | NBytes | Number of bytes allocated to Data. |
[in] | Data | A pointer to the data. Default: 0 |
[in] | NDim | The number of dimensions. |
[in] | Dims | A pointer to 'nDim' Dimension objects containing information about the dimensions for this data. |
[in] | UnitY | Units for the data. |
[in] | Allocate | True if space for the data space should be allocated by this call, false otherwise. |
FrameCPP::Version_3::FrVect::data_container_type::data_container_type | ( | const std::string & | Name, |
compress_type | Compress, | ||
type_type | Type, | ||
nData_type | NData, | ||
nBytes_type | NBytes, | ||
data_type | Data, | ||
nDim_type | NDim, | ||
const Dimension * | Dims, | ||
const std::string & | UnitY | ||
) |
Constructor.
[in] | Name | The name of the data. |
[in] | Compress | |
[in] | Type | The data type. |
[in] | NData | Number of data elements. |
[in] | NBytes | Number of bytes allocated to Data. |
[in] | Data | A pointer to the data. Default: 0 |
[in] | NDim | The number of dimensions. |
[in] | Dims | A pointer to 'nDim' Dimension objects containing information about the dimensions for this data. |
[in] | UnitY | Units for the data. |
FrameCPP::Version_3::FrVect::data_container_type::data_container_type | ( | ) |
Default Constructor.
FrameCPP::Version_3::FrVect::data_container_type::data_container_type | ( | const std::string & | n, |
type_type | t, | ||
const byte_order_type | byte_order, | ||
INT_4U | ndim, | ||
const Dimension * | dims, | ||
const std::string & | unit | ||
) |
Constructor.
[in] | n | The name of the data. |
[in] | t | The data type. |
[in] | byte_order | |
[in] | ndim |
FrameCPP::Version_3::FrVect::data_container_type::data_container_type | ( | const std::string & | Name, |
compress_type | Compress, | ||
type_type | Type, | ||
nData_type | NData, | ||
nBytes_type | NBytes, | ||
void * | Data, | ||
nDim_type | NDim, | ||
const Dimension * | Dims, | ||
const std::string & | UnitY, | ||
bool | Allocate | ||
) |
Constructor.
[in] | Name | The name of the data. |
[in] | Compress | |
[in] | Type | The data type. |
[in] | NData | Number of data elements. |
[in] | NBytes | Number of bytes allocated to Data. |
[in] | Data | A pointer to the data. Default: 0 |
[in] | NDim | The number of dimensions. |
[in] | Dims | A pointer to 'nDim' Dimension objects containing information about the dimensions for this data. |
[in] | UnitY | Units for the data. |
[in] | Allocate | True if space for the data space should be allocated by this call, false otherwise. |
FrameCPP::Version_3::FrVect::data_container_type::data_container_type | ( | const std::string & | Name, |
compress_type | Compress, | ||
type_type | Type, | ||
nData_type | NData, | ||
nBytes_type | NBytes, | ||
data_type | Data, | ||
nDim_type | NDim, | ||
const Dimension * | Dims, | ||
const std::string & | UnitY | ||
) |
Constructor.
[in] | Name | The name of the data. |
[in] | Compress | |
[in] | Type | The data type. |
[in] | NData | Number of data elements. |
[in] | NBytes | Number of bytes allocated to Data. |
[in] | Data | A pointer to the data. Default: 0 |
[in] | NDim | The number of dimensions. |
[in] | Dims | A pointer to 'nDim' Dimension objects containing information about the dimensions for this data. |
[in] | UnitY | Units for the data. |
FrameCPP::Version_3::FrVect::data_container_type::data_container_type | ( | ) |
Default Constructor.
FrameCPP::Version_3::FrVect::data_container_type::data_container_type | ( | const std::string & | n, |
type_type | t, | ||
const byte_order_type | byte_order, | ||
INT_4U | ndim, | ||
const Dimension * | dims, | ||
const std::string & | unit | ||
) |
Constructor.
[in] | n | The name of the data. |
[in] | t | The data type. |
[in] | byte_order | |
[in] | ndim |
FrameCPP::Version_3::FrVect::data_container_type::data_container_type | ( | const std::string & | Name, |
compress_type | Compress, | ||
type_type | Type, | ||
nData_type | NData, | ||
nBytes_type | NBytes, | ||
void * | Data, | ||
nDim_type | NDim, | ||
const Dimension * | Dims, | ||
const std::string & | UnitY, | ||
bool | Allocate | ||
) |
Constructor.
[in] | Name | The name of the data. |
[in] | Compress | |
[in] | Type | The data type. |
[in] | NData | Number of data elements. |
[in] | NBytes | Number of bytes allocated to Data. |
[in] | Data | A pointer to the data. Default: 0 |
[in] | NDim | The number of dimensions. |
[in] | Dims | A pointer to 'nDim' Dimension objects containing information about the dimensions for this data. |
[in] | UnitY | Units for the data. |
[in] | Allocate | True if space for the data space should be allocated by this call, false otherwise. |
FrameCPP::Version_3::FrVect::data_container_type::data_container_type | ( | const std::string & | Name, |
compress_type | Compress, | ||
type_type | Type, | ||
nData_type | NData, | ||
nBytes_type | NBytes, | ||
data_type | Data, | ||
nDim_type | NDim, | ||
const Dimension * | Dims, | ||
const std::string & | UnitY | ||
) |
Constructor.
[in] | Name | The name of the data. |
[in] | Compress | |
[in] | Type | The data type. |
[in] | NData | Number of data elements. |
[in] | NBytes | Number of bytes allocated to Data. |
[in] | Data | A pointer to the data. Default: 0 |
[in] | NDim | The number of dimensions. |
[in] | Dims | A pointer to 'nDim' Dimension objects containing information about the dimensions for this data. |
[in] | UnitY | Units for the data. |
void FrameCPP::Version_3::FrVect::data_container_type::copy_core | ( | const data_container_type & | Source | ) |
void FrameCPP::Version_3::FrVect::data_container_type::copy_core | ( | const data_container_type & | Source | ) |
void FrameCPP::Version_3::FrVect::data_container_type::copy_core | ( | const data_container_type & | Source | ) |
bool FrameCPP::Version_3::FrVect::data_container_type::operator== | ( | const data_container_type & | RHS | ) | const |
bool FrameCPP::Version_3::FrVect::data_container_type::operator== | ( | const data_container_type & | RHS | ) | const |
bool FrameCPP::Version_3::FrVect::data_container_type::operator== | ( | const data_container_type & | RHS | ) | const |
compress_type FrameCPP::Version_3::FrVect::data_container_type::compress |
data_type FrameCPP::Version_3::FrVect::data_container_type::data |
std::vector< Dimension > FrameCPP::Version_3::FrVect::data_container_type::dimension |
STRING FrameCPP::Version_3::FrVect::data_container_type::name |
nBytes_type FrameCPP::Version_3::FrVect::data_container_type::nBytes |
nData_type FrameCPP::Version_3::FrVect::data_container_type::nData |
type_type FrameCPP::Version_3::FrVect::data_container_type::type |
STRING FrameCPP::Version_3::FrVect::data_container_type::unitY |