Class that stores information about one dummy spinlabel conformer (e.g. atom names and xyz coordinates, and whether it clashes with neighboring amino acid residues or not). A vector of NMRDummySpinlabelConformer objects is member of class NMRDummySpinlabelEnsemble.
More...
#include <NMRDummySpinlabelEnsemble.hh>
|
| | NMRDummySpinlabelConformer (Size const id, Size const nobs, Real const freq, conformation::Residue const &residue) |
| | Construct from ID, number of observations, frequency and residue. More...
|
| |
| | NMRDummySpinlabelConformer (Size const id, Size const nobs, Real const freq, chemical::ResidueType const &restype, utility::vector1< std::string > const &names, utility::vector1< Vector > const &coords) |
| | Construct from ID, number of observations (frequency), atom names, xyz coordinates and residue type. More...
|
| |
| | NMRDummySpinlabelConformer (Size const id, Size const nobs, Real const freq, chemical::ResidueType const &restype, AtomNamePosMap const &names_coords) |
| |
| | NMRDummySpinlabelConformer (NMRDummySpinlabelConformer const &other) |
| | copy constructor More...
|
| |
| NMRDummySpinlabelConformer & | operator= (NMRDummySpinlabelConformer const &rhs) |
| | assignment operator More...
|
| |
| | ~NMRDummySpinlabelConformer () override |
| | destructor More...
|
| |
| Size | get_id () const |
| | Getters and Setters. More...
|
| |
| Size | get_nobs () const |
| |
| Real | get_frequency () const |
| |
| Real & | frequency () |
| |
| bool | has_clash () const |
| |
| Real | get_clash_score () const |
| |
| Real & | clash_score () |
| |
| NMRDummySpinlabelAtomTable & | get_atom_table () |
| |
| NMRDummySpinlabelAtomTable const & | get_atom_table () const |
| |
| ResidueOP | get_residue () |
| |
| ResidueCOP | get_residue () const |
| |
| void | clash_on () |
| |
| void | clash_off () |
| |
| void | set_clash_score (Real score) |
| |
Class that stores information about one dummy spinlabel conformer (e.g. atom names and xyz coordinates, and whether it clashes with neighboring amino acid residues or not). A vector of NMRDummySpinlabelConformer objects is member of class NMRDummySpinlabelEnsemble.
◆ NMRDummySpinlabelConformer() [1/5]
| core::scoring::nmr::NMRDummySpinlabelConformer::NMRDummySpinlabelConformer |
( |
| ) |
|
|
private |
◆ NMRDummySpinlabelConformer() [2/5]
| core::scoring::nmr::NMRDummySpinlabelConformer::NMRDummySpinlabelConformer |
( |
Size const |
id, |
|
|
Size const |
nobs, |
|
|
Real const |
freq, |
|
|
conformation::Residue const & |
residue |
|
) |
| |
◆ NMRDummySpinlabelConformer() [3/5]
| core::scoring::nmr::NMRDummySpinlabelConformer::NMRDummySpinlabelConformer |
( |
Size const |
id, |
|
|
Size const |
nobs, |
|
|
Real const |
freq, |
|
|
chemical::ResidueType const & |
restype, |
|
|
utility::vector1< std::string > const & |
names, |
|
|
utility::vector1< Vector > const & |
coords |
|
) |
| |
◆ NMRDummySpinlabelConformer() [4/5]
◆ NMRDummySpinlabelConformer() [5/5]
◆ ~NMRDummySpinlabelConformer()
| core::scoring::nmr::NMRDummySpinlabelConformer::~NMRDummySpinlabelConformer |
( |
| ) |
|
|
override |
◆ clash_off()
| void core::scoring::nmr::NMRDummySpinlabelConformer::clash_off |
( |
| ) |
|
|
inline |
◆ clash_on()
| void core::scoring::nmr::NMRDummySpinlabelConformer::clash_on |
( |
| ) |
|
|
inline |
◆ clash_score()
| Real& core::scoring::nmr::NMRDummySpinlabelConformer::clash_score |
( |
| ) |
|
|
inline |
◆ frequency()
| Real& core::scoring::nmr::NMRDummySpinlabelConformer::frequency |
( |
| ) |
|
|
inline |
◆ get_atom_table() [1/2]
◆ get_atom_table() [2/2]
◆ get_clash_score()
| Real core::scoring::nmr::NMRDummySpinlabelConformer::get_clash_score |
( |
| ) |
const |
|
inline |
◆ get_frequency()
| Real core::scoring::nmr::NMRDummySpinlabelConformer::get_frequency |
( |
| ) |
const |
|
inline |
◆ get_id()
| Size core::scoring::nmr::NMRDummySpinlabelConformer::get_id |
( |
| ) |
const |
|
inline |
Getters and Setters.
References id_.
◆ get_nobs()
| Size core::scoring::nmr::NMRDummySpinlabelConformer::get_nobs |
( |
| ) |
const |
|
inline |
◆ get_residue() [1/2]
| ResidueOP core::scoring::nmr::NMRDummySpinlabelConformer::get_residue |
( |
| ) |
|
|
inline |
◆ get_residue() [2/2]
| ResidueCOP core::scoring::nmr::NMRDummySpinlabelConformer::get_residue |
( |
| ) |
const |
|
inline |
◆ has_clash()
| bool core::scoring::nmr::NMRDummySpinlabelConformer::has_clash |
( |
| ) |
const |
|
inline |
◆ operator=()
◆ set_clash_score()
| void core::scoring::nmr::NMRDummySpinlabelConformer::set_clash_score |
( |
Real |
score | ) |
|
|
inline |
◆ atom_table_
◆ clash_
| bool core::scoring::nmr::NMRDummySpinlabelConformer::clash_ |
|
private |
◆ clash_score_
| Real core::scoring::nmr::NMRDummySpinlabelConformer::clash_score_ |
|
private |
◆ frequency_
| Real core::scoring::nmr::NMRDummySpinlabelConformer::frequency_ |
|
private |
◆ id_
| Size core::scoring::nmr::NMRDummySpinlabelConformer::id_ |
|
private |
◆ nobs_
| Size core::scoring::nmr::NMRDummySpinlabelConformer::nobs_ |
|
private |
◆ residue_
| ResidueOP core::scoring::nmr::NMRDummySpinlabelConformer::residue_ |
|
private |
The documentation for this class was generated from the following files: