ProteoWizard
Public Member Functions | Public Attributes | List of all members
SetRetentionTime Struct Reference

Public Member Functions

 SetRetentionTime (double _rt)
 
void operator() (Peak &peak)
 

Public Attributes

double rt
 

Detailed Description

Definition at line 62 of file FeatureDetectorTuningTest.cpp.

Constructor & Destructor Documentation

§ SetRetentionTime()

SetRetentionTime::SetRetentionTime ( double  _rt)
inline

Definition at line 65 of file FeatureDetectorTuningTest.cpp.

65 : rt(_rt) {}

Member Function Documentation

§ operator()()

void SetRetentionTime::operator() ( Peak peak)
inline

Definition at line 66 of file FeatureDetectorTuningTest.cpp.

66 {peak.retentionTime = rt;}

Member Data Documentation

§ rt

double SetRetentionTime::rt

Definition at line 64 of file FeatureDetectorTuningTest.cpp.


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