Binary data representation. More...
#include <OpenMS/FORMAT/HANDLERS/MzMLHandlerHelper.h>
Public Types | |
| enum | { PRE_NONE, PRE_32, PRE_64 } |
| enum | { DT_NONE, DT_FLOAT, DT_INT, DT_STRING } |
Public Member Functions | |
| BinaryData () | |
| Constructor. More... | |
Public Attributes | |
| String | base64 |
| enum OpenMS::Internal::MzMLHandlerHelper::BinaryData:: { ... } | precision |
| Size | size |
| bool | compression |
| enum OpenMS::Internal::MzMLHandlerHelper::BinaryData:: { ... } | data_type |
| std::vector< float > | floats_32 |
| std::vector< double > | floats_64 |
| std::vector< Int32 > | ints_32 |
| std::vector< Int64 > | ints_64 |
| std::vector< String > | decoded_char |
| MetaInfoDescription | meta |
| MSNumpressCoder::NumpressCompression | np_compression |
Binary data representation.
|
inline |
Constructor.
| String base64 |
| bool compression |
| enum { ... } data_type |
| std::vector<String> decoded_char |
| std::vector<float> floats_32 |
| std::vector<double> floats_64 |
| std::vector<Int32> ints_32 |
| std::vector<Int64> ints_64 |
| MetaInfoDescription meta |
| MSNumpressCoder::NumpressCompression np_compression |
| enum { ... } precision |
| Size size |
| OpenMS / TOPP release 2.3.0 | Documentation generated on Tue Jan 9 2018 18:22:14 using doxygen 1.8.13 |