|
Rosetta 3.5
|
Ramps rapidly from the starting value to the final value. Not 1 at x=1. Doesn't really finish at (1,1). func(x) = 1 - exp( -1 * x * inv_xval_at_0p5 * 0.6931 );. More...
#include <RampingMover.hh>


Public Member Functions | |
| GeometricFunc (Real xval_at_0p5) | |
| Ramps rapidly from the starting value to the final value. Not 1 at x=1. Doesn't really finish at (1,1). More... | |
| GeometricFunc () | |
| ctor – val of 0.5 produces 0.5 More... | |
| virtual | ~GeometricFunc () |
| virtual Real | func (Real x) const |
| func(x) = 1 - exp( -1 * x * inv_xval_at_0p5 * 0.6931 ); More... | |
Public Member Functions inherited from protocols::moves::RampingFunc | |
| virtual | ~RampingFunc () |
Private Attributes | |
| Real | inv_xval_at_0p5_ |
Additional Inherited Members | |
Public Types inherited from protocols::moves::RampingFunc | |
| typedef core::Real | Real |
Ramps rapidly from the starting value to the final value. Not 1 at x=1. Doesn't really finish at (1,1). func(x) = 1 - exp( -1 * x * inv_xval_at_0p5 * 0.6931 );.
Definition at line 97 of file RampingMover.hh.
| protocols::moves::GeometricFunc::GeometricFunc | ( | Real | xval_at_0p5) |
Ramps rapidly from the starting value to the final value. Not 1 at x=1. Doesn't really finish at (1,1).
Definition at line 84 of file RampingMover.cc.
| protocols::moves::GeometricFunc::GeometricFunc | ( | ) |
ctor – val of 0.5 produces 0.5
Definition at line 91 of file RampingMover.cc.
|
virtual |
Definition at line 97 of file RampingMover.cc.
|
virtual |
func(x) = 1 - exp( -1 * x * inv_xval_at_0p5 * 0.6931 );
Implements protocols::moves::RampingFunc.
Definition at line 101 of file RampingMover.cc.
References inv_xval_at_0p5_.
|
private |
Definition at line 110 of file RampingMover.hh.
Referenced by func().
1.8.4