![]() |
Rosetta Protocols
2014.16.56682
|
#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 |
References runtime_assert.
|
virtual |
|
virtual |
Func must be defined (and finite) over the range from 0 and 1.
Implements protocols::moves::RampingFunc.
References xval_end_ramp_, and xval_start_ramp_.
1.8.7