ProteoWizard
|
#include "DistanceAttributes.hpp"
#include "NeighborJoiner.hpp"
#include "pwiz/utility/misc/unit.hpp"
Go to the source code of this file.
Functions | |
boost::shared_ptr< SpectrumQuery > | generateSpectrumQuery (const string &sequence, const double &mass, const int &charge, const double &rt) |
vector< boost::shared_ptr < AMTContainer > > | generateAMTContainers () |
void | test () |
int | main (int argc, char *argv[]) |
boost::shared_ptr<SpectrumQuery> generateSpectrumQuery | ( | const string & | sequence, |
const double & | mass, | ||
const int & | charge, | ||
const double & | rt | ||
) |
Definition at line 35 of file DistanceAttributesTest.cpp.
Referenced by generateAMTContainers().
vector<boost::shared_ptr<AMTContainer> > generateAMTContainers | ( | ) |
Definition at line 47 of file DistanceAttributesTest.cpp.
References e(), and generateSpectrumQuery().
Referenced by test().
void test | ( | ) |
Definition at line 111 of file DistanceAttributesTest.cpp.
References epsilon, generateAMTContainers(), and unit_assert_equal.
int main | ( | int | argc, |
char * | argv[] | ||
) |