|
ProteoWizard
|
Classes | |
| struct | MSDPair |
Public Types | |
| typedef boost::shared_ptr< MSData > | MSDataPtr |
Public Member Functions | |
| MSDPair | GenerateSpectrumList (const string &inputFile, bool demux=false, const SpectrumList_Demux::Params ¶ms=SpectrumList_Demux::Params()) const |
| void | GetMask (const vector< double > &original, const vector< double > &derived, vector< size_t > &mask) const |
Definition at line 52 of file SpectrumList_DemuxTest.cpp.
| typedef boost::shared_ptr<MSData> DemuxTest::MSDataPtr |
Definition at line 53 of file SpectrumList_DemuxTest.cpp.
| DemuxTest::MSDPair DemuxTest::GenerateSpectrumList | ( | const string & | inputFile, |
| bool | demux = false, |
||
| const SpectrumList_Demux::Params & | params = SpectrumList_Demux::Params() |
||
| ) | const |
Definition at line 68 of file SpectrumList_DemuxTest.cpp.
Referenced by testMSXOnly(), and testOverlapOnly().
| void DemuxTest::GetMask | ( | const vector< double > & | original, |
| const vector< double > & | derived, | ||
| vector< size_t > & | mask | ||
| ) | const |
Definition at line 91 of file SpectrumList_DemuxTest.cpp.
References unit_assert, and unit_assert_operator_equal.
Referenced by testMSXOnly(), and testOverlapOnly().
1.8.13