#include <WarpFunction.hpp>
List of all members.
Public Member Functions |
| SplineWarpFunction (std::vector< std::pair< double, double > > &anchors) |
virtual void | operator() (std::vector< double > &rt_vals, std::vector< double > &warped_rt_vals) |
| WarpFunction (const std::vector< std::pair< double, double > > &anchors) |
virtual | ~WarpFunction () |
Private Attributes |
std::vector< boost::tuple
< double, double, double,
double > > | coefficients_ |
Additional Inherited Members |
std::vector< std::pair< double,
double > > | anchors_ |
Detailed Description
Definition at line 83 of file WarpFunction.hpp.
Constructor & Destructor Documentation
pwiz::eharmony::SplineWarpFunction::SplineWarpFunction |
( |
std::vector< std::pair< double, double > > & |
anchors | ) |
|
Member Function Documentation
virtual void pwiz::eharmony::SplineWarpFunction::operator() |
( |
std::vector< double > & |
rt_vals, |
|
|
std::vector< double > & |
warped_rt_vals |
|
) |
| |
|
virtual |
Member Data Documentation
std::vector<boost::tuple<double,double,double,double> > pwiz::eharmony::SplineWarpFunction::coefficients_ |
|
private |
The documentation for this class was generated from the following file:
- /Users/parag/_Research/pwiz/svn/trunk/pwiz/pwiz/analysis/eharmony/WarpFunction.hpp