|
ProteoWizard
|
#include "pwiz/utility/misc/Export.hpp"#include "pwiz/utility/misc/BinaryData.hpp"#include "boost/shared_ptr.hpp"#include <string>#include <vector>#include <map>#include "pwiz/data/common/cv.hpp"Go to the source code of this file.
Classes | |
| class | pwiz::msdata::BinaryDataEncoder |
| binary-to-text encoding More... | |
| struct | pwiz::msdata::BinaryDataEncoder::Config |
| encoding/decoding configuration More... | |
Namespaces | |
| namespace | pwiz |
| namespace | pwiz::msdata |
Functions | |
| PWIZ_API_DECL std::ostream & | pwiz::msdata::operator<< (std::ostream &os, const BinaryDataEncoder::Config &config) |
Variables | |
| const double | pwiz::msdata::BinaryDataEncoder_default_numpressSlofErrorTolerance = 0.0002 |
| const double | pwiz::msdata::BinaryDataEncoder_default_numpressLinearErrorTolerance = 2e-9 |
| const double | pwiz::msdata::BinaryDataEncoder_default_numpressPicErrorTolerance = 0.5 |