ProteoWizard
Public Member Functions | Public Attributes
SetRetentionTime Struct Reference

List of all members.

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 ( double  _rt)
inline

Definition at line 65 of file FeatureDetectorTuningTest.cpp.

: rt(_rt) {}

Member Function Documentation

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

Definition at line 66 of file FeatureDetectorTuningTest.cpp.

{peak.retentionTime = rt;}

Member Data Documentation

double SetRetentionTime::rt

Definition at line 64 of file FeatureDetectorTuningTest.cpp.


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