Rosetta
Public Member Functions | Private Attributes | List of all members
RepFunc Class Reference
Inheritance diagram for RepFunc:
Inheritance graph
[legend]

Public Member Functions

 RepFunc (Real const range, Real const height)
 
core::scoring::constraints::FuncOP clone () const
 
Real func (Real const x) const
 
Real dfunc (Real const x) const
 
void read_data (std::istream &in)
 
void show_definition (std::ostream &out) const
 

Private Attributes

Real range_
 
Real height_
 

Constructor & Destructor Documentation

◆ RepFunc()

RepFunc::RepFunc ( Real const  range,
Real const  height 
)
inline

References height_, and range_.

Referenced by clone().

Member Function Documentation

◆ clone()

core::scoring::constraints::FuncOP RepFunc::clone ( ) const
inline

References RepFunc().

◆ dfunc()

Real RepFunc::dfunc ( Real const  x) const
inline

References height_, range_, and x.

◆ func()

Real RepFunc::func ( Real const  x) const
inline

References height_, range_, and x.

◆ read_data()

void RepFunc::read_data ( std::istream &  in)
inline

References height_, and range_.

◆ show_definition()

void RepFunc::show_definition ( std::ostream &  out) const
inline

References height_, and range_.

Member Data Documentation

◆ height_

Real RepFunc::height_
private

◆ range_

Real RepFunc::range_
private

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