|
Rosetta 3.5
|
#include <RampingMover.hh>


Public Member Functions | |
| FastLinearFunc (Real xval_start_ramp, Real xval_end_ramp) | |
| virtual | ~FastLinearFunc () |
| virtual Real | func (Real x) const |
| Func must be defined (and finite) over the range from 0 and 1. More... | |
Public Member Functions inherited from protocols::moves::RampingFunc | |
| virtual | ~RampingFunc () |
Private Attributes | |
| Real | xval_start_ramp_ |
| Real | xval_end_ramp_ |
Additional Inherited Members | |
Public Types inherited from protocols::moves::RampingFunc | |
| typedef core::Real | Real |
Definition at line 74 of file RampingMover.hh.
Definition at line 56 of file RampingMover.cc.
|
virtual |
Definition at line 68 of file RampingMover.cc.
|
virtual |
Func must be defined (and finite) over the range from 0 and 1.
Implements protocols::moves::RampingFunc.
Definition at line 71 of file RampingMover.cc.
References xval_end_ramp_, and xval_start_ramp_.
|
private |
Definition at line 89 of file RampingMover.hh.
Referenced by func().
|
private |
Definition at line 88 of file RampingMover.hh.
Referenced by func().
1.8.4