Rosetta 3.5
|
#include <qsarMap.hh>
Public Member Functions | |
virtual | ~qsarPoint () |
Automatically generated virtual destructor for class deriving directly from ReferenceCount. More... | |
qsarPoint (std::string type, core::Real value, std::string name, core::conformation::ResidueOP residue) | |
void | set_value (core::Real value) |
set the value of the qsar point More... | |
core::Real | get_value () |
return the value of the qsar point More... | |
std::string | get_type () |
return the type of the qsar point More... | |
std::string | get_name () |
return the name of the atom the qsar point is associated with More... | |
core::conformation::ResidueOP | get_residue () |
return a pointer to the residue the qsar point is associated with More... | |
Private Attributes | |
std::string | type_ |
core::Real | value_ |
std::string | atom_name_ |
core::conformation::ResidueOP | residue_ |
|
virtual |
Automatically generated virtual destructor for class deriving directly from ReferenceCount.
Auto-generated virtual destructor
protocols::qsar::qsarPoint::qsarPoint | ( | std::string | type, |
core::Real | value, | ||
std::string | name, | ||
core::conformation::ResidueOP | residue | ||
) |
std::string protocols::qsar::qsarPoint::get_name | ( | ) |
return the name of the atom the qsar point is associated with
References atom_name_.
core::conformation::ResidueOP protocols::qsar::qsarPoint::get_residue | ( | ) |
return a pointer to the residue the qsar point is associated with
References residue_.
std::string protocols::qsar::qsarPoint::get_type | ( | ) |
return the type of the qsar point
References type_.
core::Real protocols::qsar::qsarPoint::get_value | ( | ) |
return the value of the qsar point
References value_.
void protocols::qsar::qsarPoint::set_value | ( | core::Real | value) |
set the value of the qsar point
References value_.
|
private |
Referenced by get_name().
|
private |
Referenced by get_residue().
|
private |
Referenced by get_type().
|
private |
Referenced by get_value(), and set_value().