#include <OpenMS/ANALYSIS/OPENSWATH/OPENSWATHALGO/DATAACCESS/TransitionExperiment.h>
Public Types | |
typedef LightTransition | Transition |
typedef LightCompound | Peptide |
typedef LightCompound | Compound |
typedef LightProtein | Protein |
Public Member Functions | |
LightTargetedExperiment () | |
std::vector< LightTransition > & | getTransitions () |
const std::vector< LightTransition > & | getTransitions () const |
std::vector< LightCompound > & | getCompounds () |
const std::vector< LightCompound > & | getCompounds () const |
std::vector< LightProtein > & | getProteins () |
const std::vector< LightProtein > & | getProteins () const |
const LightCompound & | getPeptideByRef (const std::string &ref) |
const LightCompound & | getCompoundByRef (const std::string &ref) |
Public Attributes | |
std::vector< LightTransition > | transitions |
std::vector< LightCompound > | compounds |
std::vector< LightProtein > | proteins |
Private Member Functions | |
void | createPeptideReferenceMap_ () |
Private Attributes | |
bool | compound_reference_map_dirty_ |
std::map< std::string, LightCompound * > | compound_reference_map_ |
typedef LightCompound Compound |
typedef LightCompound Peptide |
typedef LightProtein Protein |
typedef LightTransition Transition |
|
inline |
|
inlineprivate |
|
inline |
|
inline |
Referenced by SortPairDoubleByFirst().
|
inline |
|
inline |
|
inline |
Referenced by SortPairDoubleByFirst().
|
inline |
|
inline |
Referenced by SortPairDoubleByFirst().
|
inline |
|
private |
|
private |
std::vector<LightCompound> compounds |
std::vector<LightProtein> proteins |
std::vector<LightTransition> transitions |
Referenced by SortPairDoubleByFirst().
OpenMS / TOPP release 2.3.0 | Documentation generated on Tue Jan 9 2018 18:22:15 using doxygen 1.8.13 |