![]() |
Rosetta
2021.16
|
#include <qsarMap.hh>

Public Member Functions | |
| ~qsarPoint () override | |
| Automatically generated virtual destructor for class deriving directly from VirtualBase. More... | |
| qsarPoint (std::string const &type, core::Real value, std::string const &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_ |
|
overridedefault |
Automatically generated virtual destructor for class deriving directly from VirtualBase.
Auto-generated virtual destructor
| protocols::qsar::qsarPoint::qsarPoint | ( | std::string const & | type, |
| core::Real | value, | ||
| std::string const & | 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().
1.8.7