![]()  | 
  
    OpenMS
    
     
   | 
  
Abstract base class which defines an interface for PeptideIdentifications. More...
#include <OpenMS/VISUAL/INTERFACES/IPeptideIds.h>
Public Types | |
| using | PepIds = std::vector< PeptideIdentification > | 
Public Member Functions | |
| virtual const PepIds & | getPeptideIds () const =0 | 
| get the peptide IDs for this layer  More... | |
| virtual PepIds & | getPeptideIds ()=0 | 
| virtual void | setPeptideIds (const PepIds &ids)=0 | 
| overwrite the peptide IDs for this layer  More... | |
| virtual void | setPeptideIds (PepIds &&ids)=0 | 
Abstract base class which defines an interface for PeptideIdentifications.
| using PepIds = std::vector<PeptideIdentification> | 
      
  | 
  pure virtual | 
get the peptide IDs for this layer
Implemented in LayerDataIdent, and LayerDataFeature.
      
  | 
  pure virtual | 
Implemented in LayerDataIdent, and LayerDataFeature.
      
  | 
  pure virtual | 
overwrite the peptide IDs for this layer
Implemented in LayerDataIdent, and LayerDataFeature.
      
  | 
  pure virtual | 
Implemented in LayerDataIdent, and LayerDataFeature.