Spectrum representation. More...
#include <OpenMS/FORMAT/HANDLERS/MzMLHandler.h>
Public Types | |
enum | { PRE_NONE, PRE_32, PRE_64 } |
enum | { DT_NONE, DT_FLOAT, DT_INT, DT_STRING } |
Public Attributes | |
String | base64 |
enum OpenMS::Internal::MzMLHandler::BinaryData:: { ... } | precision |
Size | size |
bool | compression |
enum OpenMS::Internal::MzMLHandler::BinaryData:: { ... } | data_type |
std::vector< Real > | floats_32 |
std::vector< DoubleReal > | floats_64 |
std::vector< Int32 > | ints_32 |
std::vector< Int64 > | ints_64 |
std::vector< String > | decoded_char |
MetaInfoDescription | meta |
Spectrum representation.
String base64 |
bool compression |
enum { ... } data_type |
std::vector<String> decoded_char |
std::vector<Real> floats_32 |
std::vector<DoubleReal> floats_64 |
std::vector<Int32> ints_32 |
std::vector<Int64> ints_64 |
MetaInfoDescription meta |
enum { ... } precision |
Size size |
OpenMS / TOPP release 1.11.1 | Documentation generated on Thu Nov 14 2013 11:19:37 using doxygen 1.8.5 |