|
Rosetta 3.5
|
class that stores information of one geometric parameter line of the .cst file i.e. angleA or torsionB More...
#include <MatchConstraintFileInfo.hh>


Public Member Functions | |
| GeomSampleInfo (std::string tag) | |
| GeomSampleInfo (core::Real ideal_val, core::Real tolerance, core::Real force_k, core::Real periodicity_) | |
| virtual | ~GeomSampleInfo () |
| bool | read_data (std::istringstream &line_stream) |
| data reading routine More... | |
| utility::vector1< core::Real > | create_sample_vector () const |
| creates an explicit sample vector from the input data i.e. translates ideal value, tolerance, num_steps and periodicity into a vector of values More... | |
| std::string | tag () const |
| core::Real | ideal_val () const |
| core::Real | tolerance () const |
| core::Real | periodicity () const |
| core::Real | force_const () const |
| core::Size | num_steps () const |
| core::Real | step_size () const |
| std::string | function_tag () const |
Private Attributes | |
| std::string | tag_ |
| std::string | function_tag_ |
| core::Real | ideal_val_ |
| core::Real | tolerance_ |
| core::Real | periodicity_ |
| core::Real | force_const_ |
| core::Size | num_steps_ |
| core::Real | step_size_ |
class that stores information of one geometric parameter line of the .cst file i.e. angleA or torsionB
Definition at line 68 of file MatchConstraintFileInfo.hh.
| protocols::toolbox::match_enzdes_util::GeomSampleInfo::GeomSampleInfo | ( | std::string | tag) |
Definition at line 105 of file MatchConstraintFileInfo.cc.
| protocols::toolbox::match_enzdes_util::GeomSampleInfo::GeomSampleInfo | ( | core::Real | ideal_val, |
| core::Real | tolerance, | ||
| core::Real | force_k, | ||
| core::Real | periodicity_ | ||
| ) |
Definition at line 111 of file MatchConstraintFileInfo.cc.
|
virtual |
Definition at line 121 of file MatchConstraintFileInfo.cc.
| utility::vector1< core::Real > protocols::toolbox::match_enzdes_util::GeomSampleInfo::create_sample_vector | ( | ) | const |
creates an explicit sample vector from the input data i.e. translates ideal value, tolerance, num_steps and periodicity into a vector of values
Definition at line 189 of file MatchConstraintFileInfo.cc.
References core::kinematics::distance(), ideal_val_, num_steps_, periodicity_, step_size_, tag_, and protocols::toolbox::match_enzdes_util::tr().
|
inline |
Definition at line 113 of file MatchConstraintFileInfo.hh.
References force_const_.
|
inline |
Definition at line 125 of file MatchConstraintFileInfo.hh.
References function_tag_.
|
inline |
Definition at line 101 of file MatchConstraintFileInfo.hh.
References ideal_val_.
|
inline |
Definition at line 117 of file MatchConstraintFileInfo.hh.
References num_steps_.
|
inline |
Definition at line 109 of file MatchConstraintFileInfo.hh.
References periodicity_.
| bool protocols::toolbox::match_enzdes_util::GeomSampleInfo::read_data | ( | std::istringstream & | line_stream) |
data reading routine
Definition at line 124 of file MatchConstraintFileInfo.cc.
References force_const_, function_tag_, ideal_val_, num_steps_, periodicity_, step_size_, tag_, tolerance_, and protocols::toolbox::match_enzdes_util::tr().
|
inline |
Definition at line 121 of file MatchConstraintFileInfo.hh.
References step_size_.
|
inline |
Definition at line 97 of file MatchConstraintFileInfo.hh.
References tag_.
|
inline |
Definition at line 105 of file MatchConstraintFileInfo.hh.
References tolerance_.
Referenced by protocols::match::downstream::AtomDihedralSecMatchRPE::AtomDihedralSecMatchRPE().
|
private |
Definition at line 135 of file MatchConstraintFileInfo.hh.
Referenced by force_const(), and read_data().
|
private |
Definition at line 132 of file MatchConstraintFileInfo.hh.
Referenced by function_tag(), and read_data().
|
private |
Definition at line 135 of file MatchConstraintFileInfo.hh.
Referenced by create_sample_vector(), ideal_val(), and read_data().
|
private |
Definition at line 137 of file MatchConstraintFileInfo.hh.
Referenced by create_sample_vector(), num_steps(), and read_data().
|
private |
Definition at line 135 of file MatchConstraintFileInfo.hh.
Referenced by create_sample_vector(), periodicity(), and read_data().
|
private |
Definition at line 140 of file MatchConstraintFileInfo.hh.
Referenced by create_sample_vector(), read_data(), and step_size().
|
private |
Definition at line 132 of file MatchConstraintFileInfo.hh.
Referenced by create_sample_vector(), read_data(), and tag().
|
private |
Definition at line 135 of file MatchConstraintFileInfo.hh.
Referenced by read_data(), and tolerance().
1.8.4