Rosetta 3.5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Private Attributes | List of all members
protocols::moves::FastLinearFunc Class Reference

#include <RampingMover.hh>

Inheritance diagram for protocols::moves::FastLinearFunc:
Inheritance graph
[legend]
Collaboration diagram for protocols::moves::FastLinearFunc:
Collaboration graph
[legend]

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...
 
- Public Member Functions inherited from protocols::moves::RampingFunc
virtual ~RampingFunc ()
 

Private Attributes

Real xval_start_ramp_
 
Real xval_end_ramp_
 

Additional Inherited Members

- Public Types inherited from protocols::moves::RampingFunc
typedef core::Real Real
 

Detailed Description

Definition at line 74 of file RampingMover.hh.

Constructor & Destructor Documentation

protocols::moves::FastLinearFunc::FastLinearFunc ( Real  xval_start_ramp,
Real  xval_end_ramp 
)

Definition at line 56 of file RampingMover.cc.

protocols::moves::FastLinearFunc::~FastLinearFunc ( )
virtual

Definition at line 68 of file RampingMover.cc.

Member Function Documentation

RampingFunc::Real protocols::moves::FastLinearFunc::func ( Real  ) const
virtual

Func must be defined (and finite) over the range from 0 and 1.

Implements protocols::moves::RampingFunc.

Definition at line 71 of file RampingMover.cc.

References xval_end_ramp_, and xval_start_ramp_.

Member Data Documentation

Real protocols::moves::FastLinearFunc::xval_end_ramp_
private

Definition at line 89 of file RampingMover.hh.

Referenced by func().

Real protocols::moves::FastLinearFunc::xval_start_ramp_
private

Definition at line 88 of file RampingMover.hh.

Referenced by func().


The documentation for this class was generated from the following files: