Rosetta 3.5
|
#include <RampingMover.hh>
Public Types | |
typedef core::Real | Real |
Public Member Functions | |
virtual | ~RampingFunc () |
virtual Real | func (Real) const =0 |
Func must be defined (and finite) over the range from 0 and 1. More... | |
|
virtual |
Func must be defined (and finite) over the range from 0 and 1.
Implemented in protocols::moves::InvGeometricFunc, protocols::moves::GeometricFunc, protocols::moves::FastLinearFunc, and protocols::moves::LinearFunc.