|
ldas-tools-framecpp 3.0.4
|
Public Member Functions | |
| 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) | |
| 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) | |
| 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) | |
| void | copy_core (const data_container_type &Source) |
| bool | operator== (const data_container_type &RHS) const |
| 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) | |
| 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) | |
| 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) | |
| 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_4::FrVect::data_container_type::data_container_type | ( | ) |
| FrameCPP::Version_4::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 ) |
| FrameCPP::Version_4::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 ) |
| FrameCPP::Version_4::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 ) |
| FrameCPP::Version_4::FrVect::data_container_type::data_container_type | ( | ) |
| FrameCPP::Version_4::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 ) |
| FrameCPP::Version_4::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 ) |
| FrameCPP::Version_4::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 ) |
| void FrameCPP::Version_4::FrVect::data_container_type::copy_core | ( | const data_container_type & | Source | ) |
| void FrameCPP::Version_4::FrVect::data_container_type::copy_core | ( | const data_container_type & | Source | ) |
| bool FrameCPP::Version_4::FrVect::data_container_type::operator== | ( | const data_container_type & | RHS | ) | const |
| bool FrameCPP::Version_4::FrVect::data_container_type::operator== | ( | const data_container_type & | RHS | ) | const |
| compress_type FrameCPP::Version_4::FrVect::data_container_type::compress |
| data_type FrameCPP::Version_4::FrVect::data_container_type::data |
| std::vector< Dimension > FrameCPP::Version_4::FrVect::data_container_type::dimension |
| STRING FrameCPP::Version_4::FrVect::data_container_type::name |
| nBytes_type FrameCPP::Version_4::FrVect::data_container_type::nBytes |
| nData_type FrameCPP::Version_4::FrVect::data_container_type::nData |
| type_type FrameCPP::Version_4::FrVect::data_container_type::type |
| STRING FrameCPP::Version_4::FrVect::data_container_type::unitY |