22 #ifndef _PEP2MZIDENT_HPP_ 23 #define _PEP2MZIDENT_HPP_ 71 IdentDataPtr getIdentData()
const;
73 void setDebug(
bool debug);
75 bool getDebug()
const;
77 void setVerbose(
bool verbose);
79 bool getVerbose()
const;
81 void addParamMap(std::vector<CVMapPtr>& map);
83 void setParamMap(std::vector<CVMapPtr>& map);
85 const std::vector<CVMapPtr>& getParamMap()
const;
89 boost::shared_ptr<Impl>
pimpl;
PWIZ_API_DECL CVID translate(MassAnalyzerType type)
boost::shared_ptr< IdentData > IdentDataPtr
Implementation of the MzIdentMLType from the mzIdentML schema.
boost::shared_ptr< Impl > pimpl
Translates data from a MinimumPepXML object into a IdentData object tree when a translation is known...