|
template<int > |
void | FrameCPP::Compression::ZeroSuppress::Compress (const data_element_type *DataIn, nbytes_type NBytesIn, boost::shared_array< data_element_type > &DataOut, nbytes_type &NBytesOut) |
| Compress the data with ZeroSuppress.
|
|
template<int > |
void | FrameCPP::Compression::ZeroSuppress::Compress (const data_element_type *DataIn, nbytes_type NBytesIn, data_type &DataOut, nbytes_type &NBytesOut) |
|
template<int > |
void | FrameCPP::Compression::ZeroSuppress::Expand (const data_element_type *DataIn, nbytes_type DataInBytes, bool ByteSwap, boost::shared_array< data_element_type > &DataOut, ndata_type NDataOut, nbytes_type &NBytesOut) |
|
template<int > |
void | FrameCPP::Compression::ZeroSuppress::Expand (const data_element_type *DataIn, nbytes_type DataInBytes, bool ByteSwap, data_type &DataOut, ndata_type NDataOut, nbytes_type &NBytesOut) |
|
template<int > |
void | FrameCPP::Compression::ZeroSuppress::DiffCompress (const data_element_type *DataIn, nbytes_type NBytesIn, data_type_type DataType, boost::shared_array< data_element_type > &DataOut, nbytes_type &NBytesOut) |
|
template<int > |
void | FrameCPP::Compression::ZeroSuppress::DiffCompress (const data_element_type *DataIn, nbytes_type NBytesIn, data_type_type DataType, data_type &DataOut, nbytes_type &NBytesOut) |
|
template<int Size> |
void | FrameCPP::Compression::ZeroSuppress::DiffExpand (const data_element_type *DataIn, nbytes_type DataInBytes, bool ByteSwap, data_type_type DataType, boost::shared_array< data_element_type > &DataOut, ndata_type NDataOut, nbytes_type &NBytesOut) |
| Expansion of the data.
|
|
template<int Size> |
void | FrameCPP::Compression::ZeroSuppress::DiffExpand (const data_element_type *DataIn, nbytes_type DataInBytes, bool ByteSwap, data_type_type DataType, data_type &DataOut, ndata_type NDataOut, nbytes_type &NBytesOut) |
| Expansion of the data.
|
|