17#ifndef MS_MS1QUANT_MATCH_RANGE_HPP 
   18#define MS_MS1QUANT_MATCH_RANGE_HPP 
   21namespace matrix_science
 
   29    class ms_ms1quant_match_range_body;
 
   49            void extend(
int scanId, 
double rt);
 
   52            ms_ms1quant_match_range_body * body();
 
   53            const ms_ms1quant_match_range_body * body() 
const;
 
   57            void getRt(
double & start, 
double & end) 
const;
 
   60            void getScan(
int & start, 
int & end) 
const;
 
   62            void getRt(
double & OUTPUT, 
double & OUTPUT) 
const;
 
   63            void getScan(
int & OUTPUT, 
int & OUTPUT) 
const;
 
A range for a component of a peptide match.
Definition: ms_ms1quant_match_range.hpp:37