|
ldas-tools-framecpp
2.7.0
|
Typedefs | |
| typedef LDASTools::AL::unordered_map< INT_4U, INT_4U > | data_type_size_mapping |
Functions | |
| data_type_size_mapping & | size_map_init () |
| template<typename _Map > | |
| _Map::key_type | reverse_lookup (typename _Map::mapped_type Key, const _Map &Map) |
| template<typename _Map > | |
| _Map::mapped_type | reverse_lookup (typename _Map::key_type Key, const _Map &Map) |
| template<typename T > | |
| INT_4U | data_type_id () |
| template<> | |
| INT_4U | data_type_id< INT_4S > () |
| template<> | |
| INT_4U | data_type_id< INT_4U > () |
| template<> | |
| INT_4U | data_type_id< INT_8S > () |
| template<> | |
| INT_4U | data_type_id< INT_8U > () |
| INT_2U | data_size (INT_4U Type) |
| void | swap_data (INT_8U NData, FrameCPP::Compression::data_types_type Type, CHAR_U *Buffer) |
| INT_4U | DiffGZip (const CHAR_U *Source, const INT_8U SourceLength, const INT_8U SourceByteLength, INT_4U DataType, INT_4U Level, const compress_type_mapping &CompressionMapping, boost::shared_array< CHAR_U > &Dest, INT_8U &DestByteLength) |
| template<typename T > | |
| INT_4U | compressZeroSuppressComplexType () |
| template<typename T > | |
| void | compressZeroSuppressComplex (const CHAR_U *Source, const INT_8U SourceLength, const INT_8U SourceByteLength, INT_4U DataType, boost::shared_array< CHAR_U > &DataOut, INT_8U &DataOutLen) |
| template<typename T > | |
| void | expandZeroSuppressComplex (const CHAR_U *Source, const INT_8U SourceLength, const INT_8U SourceByteLength, bool NativeOrder, INT_4U DataType, boost::shared_array< CHAR_U > &DataOut, INT_8U &DataOutLen) |
Variables | |
| static const data_type_size_mapping & | size_map = size_map_init( ) |
| typedef LDASTools::AL::unordered_map< INT_4U, INT_4U > anonymous_namespace{Compression.cc}::data_type_size_mapping |
| void anonymous_namespace{Compression.cc}::compressZeroSuppressComplex | ( | const CHAR_U * | Source, |
| const INT_8U | SourceLength, | ||
| const INT_8U | SourceByteLength, | ||
| INT_4U | DataType, | ||
| boost::shared_array< CHAR_U > & | DataOut, | ||
| INT_8U & | DataOutLen | ||
| ) |
| INT_4U anonymous_namespace{Compression.cc}::compressZeroSuppressComplexType | ( | ) |
| INT_2U anonymous_namespace{Compression.cc}::data_size | ( | INT_4U | Type | ) |
| INT_4U anonymous_namespace{Compression.cc}::data_type_id | ( | ) |
|
inline |
|
inline |
|
inline |
|
inline |
| INT_4U anonymous_namespace{Compression.cc}::DiffGZip | ( | const CHAR_U * | Source, |
| const INT_8U | SourceLength, | ||
| const INT_8U | SourceByteLength, | ||
| INT_4U | DataType, | ||
| INT_4U | Level, | ||
| const compress_type_mapping & | CompressionMapping, | ||
| boost::shared_array< CHAR_U > & | Dest, | ||
| INT_8U & | DestByteLength | ||
| ) |
| void anonymous_namespace{Compression.cc}::expandZeroSuppressComplex | ( | const CHAR_U * | Source, |
| const INT_8U | SourceLength, | ||
| const INT_8U | SourceByteLength, | ||
| bool | NativeOrder, | ||
| INT_4U | DataType, | ||
| boost::shared_array< CHAR_U > & | DataOut, | ||
| INT_8U & | DataOutLen | ||
| ) |
|
inline |
|
inline |
| data_type_size_mapping& anonymous_namespace{Compression.cc}::size_map_init | ( | ) |
| void anonymous_namespace{Compression.cc}::swap_data | ( | INT_8U | NData, |
| FrameCPP::Compression::data_types_type | Type, | ||
| CHAR_U * | Buffer | ||
| ) |
|
static |
1.8.14