#include <selfspectrum.h>
- Todo
 - write docs 
 
Definition at line 44 of file selfspectrum.h.
 
◆ SelfSpectrum()
Default constructor 
Definition at line 37 of file selfspectrum.cpp.
   40{
   43 
   46    {
   47      qDebug() << itmi.index1();
   48      for(auto itmj = ++itmi.begin(); itmj != itmi.end(); itmj++)
   49        {
   50          
   51          
   52          (*itmj).fillSelfSpectrumDataPoint(codec_mass_matching,
   55        }
   56    }
   57 
   58  qDebug();
   59}
SelfSpectrumMatrix m_matrix
 
 
References m_matrix, and m_trace.
 
 
◆ ~SelfSpectrum()
  
  
      
        
          | pappso::specself::SelfSpectrum::~SelfSpectrum  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
virtual   | 
  
 
 
◆ getMatrix()
◆ getTrace()
      
        
          | const Trace & pappso::specself::SelfSpectrum::getTrace  | 
          ( | 
           | ) | 
           const | 
        
      
 
 
◆ setPrecursorMass()
Definition at line 80 of file selfspectrum.cpp.
   83{
   84 
   86    {
   87      for(auto itmj = ++itmi.begin(); itmj != itmi.end(); itmj++)
   88        {
   89          
   90          
   91          (*itmj).fillAntiSpectrumDataPoint(precursor_mass,
   92                                            codec_mass_matching,
   95        }
   96    }
   97}
 
References m_matrix, and m_trace.
 
 
◆ setVariableModification()
Definition at line 101 of file selfspectrum.cpp.
  105{
  106 
  108    {
  109      for(auto itmj = ++itmi.begin(); itmj != itmi.end(); itmj++)
  110        {
  111          
  112          
  113          (*itmj).setVariableModification(codec_mass_matching, aa, quantifier);
  114        }
  115    }
  116}
 
References m_matrix.
 
 
◆ m_matrix
◆ m_trace
  
  
      
        
          | Trace pappso::specself::SelfSpectrum::m_trace | 
         
       
   | 
  
private   | 
  
 
 
The documentation for this class was generated from the following files: