OpenMS
2.4.0
|
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 | |
enum OpenMS::Internal::MzMLHandlerHelper::BinaryData:: { ... } | precision |
enum OpenMS::Internal::MzMLHandlerHelper::BinaryData:: { ... } | data_type |
MSNumpressCoder::NumpressCompression | np_compression |
bool | compression |
double | unit_multiplier |
String | base64 |
Size | size |
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 |
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 |
double unit_multiplier |