![]() |
Rosetta
2021.16
|
#include <RampingMover.hh>

Public Member Functions | |
| FastLinearFunc (Real xval_start_ramp, Real xval_end_ramp) | |
| ~FastLinearFunc () override | |
| Real | func (Real x) const override |
| Func must be defined (and finite) over the range from 0 and 1. More... | |
Public Member Functions inherited from protocols::moves::RampingFunc | |
| ~RampingFunc () override | |
Private Attributes | |
| Real | xval_start_ramp_ |
| Real | xval_end_ramp_ |
Additional Inherited Members | |
Public Types inherited from protocols::moves::RampingFunc | |
| typedef core::Real | Real |
|
overridedefault |
|
overridevirtual |
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