ProteoWizard
Public Member Functions | Public Attributes
Simple Struct Reference

List of all members.

Public Member Functions

double retentionTimeMin () const
double retentionTimeMax () const
 Simple (double _mz=0, double _rtMin=0, double _rtMax=0)

Public Attributes

double mz
double retentionTime
double rtMin
double rtMax

Detailed Description

Definition at line 95 of file MZRTFieldTest.cpp.


Constructor & Destructor Documentation

Simple::Simple ( double  _mz = 0,
double  _rtMin = 0,
double  _rtMax = 0 
)
inline

Definition at line 104 of file MZRTFieldTest.cpp.

: mz(_mz),
retentionTime((_rtMin+_rtMax)/2),
rtMin(_rtMin), rtMax(_rtMax)
{}

Member Function Documentation

double Simple::retentionTimeMin ( ) const
inline

Definition at line 101 of file MZRTFieldTest.cpp.

{return rtMin;}
double Simple::retentionTimeMax ( ) const
inline

Definition at line 102 of file MZRTFieldTest.cpp.

{return rtMax;}

Member Data Documentation

double Simple::mz

Definition at line 97 of file MZRTFieldTest.cpp.

double Simple::retentionTime

Definition at line 98 of file MZRTFieldTest.cpp.

double Simple::rtMin

Definition at line 99 of file MZRTFieldTest.cpp.

double Simple::rtMax

Definition at line 100 of file MZRTFieldTest.cpp.


The documentation for this struct was generated from the following file: