![]() |
Rosetta Protocols
2014.35
|
#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... | |
![]() | |
virtual | ~RampingFunc () |
Private Attributes | |
Real | xval_start_ramp_ |
Real | xval_end_ramp_ |
Additional Inherited Members | |
![]() | |
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_.