![]() |
Rosetta
2021.16
|
a minimal container for SEWING residues More...
#include <SmartSewingResidue.hh>

Public Member Functions | |
| SmartSewingResidue () | |
| SmartSewingResidue (SmartSewingResidue const &src) | |
| ~SmartSewingResidue () override | |
| SmartSewingResidueOP | clone () const |
| void | set_atom_vector (utility::vector1< core::conformation::Atom > new_atom_vector) |
| utility::vector1 < core::conformation::Atom > & | get_atom_vector () |
| utility::vector1 < core::conformation::Atom > const & | get_const_atom_vector () const |
| core::conformation::Atom & | get_atom (core::Size atom_number) |
| void | set_chis (utility::vector1< core::Real > new_chis) |
| utility::vector1< core::Real > | get_chis () const |
| void | set_amino_acid_type (std::string new_amino_acid_type) |
| std::string | get_amino_acid_type () const |
| void | set_type (PolymericType) |
| PolymericType | get_type () |
| std::string | get_full_type_name () const |
| void | set_full_type_name (std::string const &type) |
| void | become (SmartSewingResidueCOP residue_to_become) |
Private Attributes | |
| utility::vector1 < core::conformation::Atom > | atom_vector_ |
| utility::vector1< core::Real > | chis_ |
| std::string | amino_acid_type_ |
| std::string | full_type_name_ |
| PolymericType | type_ |
a minimal container for SEWING residues
| protocols::sewing::data_storage::SmartSewingResidue::SmartSewingResidue | ( | ) |
References amino_acid_type_, chis_, and full_type_name_.
| protocols::sewing::data_storage::SmartSewingResidue::SmartSewingResidue | ( | SmartSewingResidue const & | src | ) |
|
override |
| void protocols::sewing::data_storage::SmartSewingResidue::become | ( | SmartSewingResidueCOP | residue_to_become | ) |
| SmartSewingResidueOP protocols::sewing::data_storage::SmartSewingResidue::clone | ( | ) | const |
| std::string protocols::sewing::data_storage::SmartSewingResidue::get_amino_acid_type | ( | ) | const |
References amino_acid_type_.
Referenced by SmartSewingResidue().
| core::conformation::Atom & protocols::sewing::data_storage::SmartSewingResidue::get_atom | ( | core::Size | atom_number | ) |
References atom_vector_.
| utility::vector1< core::conformation::Atom > & protocols::sewing::data_storage::SmartSewingResidue::get_atom_vector | ( | ) |
References atom_vector_.
Referenced by become().
| utility::vector1< core::Real > protocols::sewing::data_storage::SmartSewingResidue::get_chis | ( | ) | const |
References chis_.
Referenced by SmartSewingResidue().
| utility::vector1< core::conformation::Atom > const & protocols::sewing::data_storage::SmartSewingResidue::get_const_atom_vector | ( | ) | const |
References atom_vector_.
Referenced by SmartSewingResidue().
| std::string protocols::sewing::data_storage::SmartSewingResidue::get_full_type_name | ( | ) | const |
References full_type_name_.
Referenced by SmartSewingResidue().
| PolymericType protocols::sewing::data_storage::SmartSewingResidue::get_type | ( | ) |
References type_.
| void protocols::sewing::data_storage::SmartSewingResidue::set_amino_acid_type | ( | std::string | new_amino_acid_type | ) |
References amino_acid_type_.
Referenced by become().
| void protocols::sewing::data_storage::SmartSewingResidue::set_atom_vector | ( | utility::vector1< core::conformation::Atom > | new_atom_vector | ) |
References atom_vector_.
Referenced by become().
| void protocols::sewing::data_storage::SmartSewingResidue::set_chis | ( | utility::vector1< core::Real > | new_chis | ) |
| void protocols::sewing::data_storage::SmartSewingResidue::set_full_type_name | ( | std::string const & | type | ) |
References full_type_name_.
Referenced by become().
| void protocols::sewing::data_storage::SmartSewingResidue::set_type | ( | PolymericType | type | ) |
References type_.
|
private |
Referenced by become(), get_amino_acid_type(), set_amino_acid_type(), and SmartSewingResidue().
|
private |
Referenced by become(), get_atom(), get_atom_vector(), get_const_atom_vector(), set_atom_vector(), and SmartSewingResidue().
|
private |
Referenced by become(), get_chis(), set_chis(), and SmartSewingResidue().
|
private |
Referenced by become(), get_full_type_name(), set_full_type_name(), and SmartSewingResidue().
|
private |
Referenced by get_type(), and set_type().
1.8.7