|
Rosetta 3.5
|
Ramps slowly from the starting value to the final value Non-zero for x = 0. Doesn't really start at (0,0). func(x) = exp( -1 * ( 1 - x ) / ( 1 - xval_at_0p5 ) * 0.6931 );. More...
#include <RampingMover.hh>


Public Member Functions | |
| InvGeometricFunc (Real xval_at_0p5) | |
| Ramps slowly from the starting value to the final value Non-zero for x = 0. Doesn't really start at (0,0). func(x) = exp( -1 * ( 1 - x ) / ( 1 - xval_at_0p5 ) * 0.6931 );. More... | |
| InvGeometricFunc () | |
| virtual | ~InvGeometricFunc () |
| virtual Real | func (Real x) const |
| func(x) = exp( -1 * ( 1 - x ) / ( 1 - xval_at_0p5 ) * 0.6931 ); More... | |
Public Member Functions inherited from protocols::moves::RampingFunc | |
| virtual | ~RampingFunc () |
Private Attributes | |
| Real | inv_one_minus_xval_at_0p5_ |
Additional Inherited Members | |
Public Types inherited from protocols::moves::RampingFunc | |
| typedef core::Real | Real |
Ramps slowly from the starting value to the final value Non-zero for x = 0. Doesn't really start at (0,0). func(x) = exp( -1 * ( 1 - x ) / ( 1 - xval_at_0p5 ) * 0.6931 );.
Definition at line 117 of file RampingMover.hh.
| protocols::moves::InvGeometricFunc::InvGeometricFunc | ( | Real | xval_at_0p5) |
Ramps slowly from the starting value to the final value Non-zero for x = 0. Doesn't really start at (0,0). func(x) = exp( -1 * ( 1 - x ) / ( 1 - xval_at_0p5 ) * 0.6931 );.
Definition at line 111 of file RampingMover.cc.
| protocols::moves::InvGeometricFunc::InvGeometricFunc | ( | ) |
Definition at line 116 of file RampingMover.cc.
|
virtual |
Definition at line 120 of file RampingMover.cc.
|
virtual |
func(x) = exp( -1 * ( 1 - x ) / ( 1 - xval_at_0p5 ) * 0.6931 );
Implements protocols::moves::RampingFunc.
Definition at line 124 of file RampingMover.cc.
References inv_one_minus_xval_at_0p5_.
|
private |
Definition at line 130 of file RampingMover.hh.
Referenced by func().
1.8.4