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

Private Attributes | |
| utility::vector1< LigandContactOP > | current_contacts_ |
| data_storage::LigandSegmentOP | owner_segment_ |
| core::Size | ligand_id_ |
| utility::vector1< core::Size > | alignment_atoms_ |
| std::map< core::Size, hashing::IdealContact > | ideal_contacts_ |
| bool | partner_ligand_ = false |
a minimal container for SEWING residues
| protocols::sewing::data_storage::LigandResidue::LigandResidue | ( | ) |
a minimal container for SEWING residues
References alignment_atoms_, current_contacts_, and owner_segment_.
| protocols::sewing::data_storage::LigandResidue::LigandResidue | ( | LigandResidue const & | src | ) |
| void protocols::sewing::data_storage::LigandResidue::add_contact | ( | LigandContactOP | contact | ) |
References current_contacts_.
| void protocols::sewing::data_storage::LigandResidue::add_ideal_contact | ( | hashing::IdealContact | contact | ) |
References ideal_contacts_, and protocols::sewing::hashing::IdealContact::ligand_atom.
| LigandResidueOP protocols::sewing::data_storage::LigandResidue::clone | ( | ) | const |
| utility::vector1< core::Size > protocols::sewing::data_storage::LigandResidue::get_alignment_atoms | ( | ) | const |
References alignment_atoms_.
Referenced by LigandResidue().
| utility::vector1< LigandContactOP > const & protocols::sewing::data_storage::LigandResidue::get_current_contacts | ( | ) | const |
References current_contacts_.
Referenced by LigandResidue().
| std::map< core::Size, hashing::IdealContact > const & protocols::sewing::data_storage::LigandResidue::get_ideal_contacts | ( | ) | const |
References ideal_contacts_.
Referenced by LigandResidue().
| core::Size protocols::sewing::data_storage::LigandResidue::get_ligand_id | ( | ) | const |
References ligand_id_.
Referenced by LigandResidue().
| utility::vector1< LigandContactOP > & protocols::sewing::data_storage::LigandResidue::get_nonconst_current_contacts | ( | ) |
References current_contacts_.
| data_storage::LigandSegmentOP protocols::sewing::data_storage::LigandResidue::get_nonconst_owner_segment | ( | ) |
References owner_segment_.
| data_storage::LigandSegmentOP protocols::sewing::data_storage::LigandResidue::get_owner_segment | ( | ) | const |
References owner_segment_.
Referenced by LigandResidue().
|
inline |
References partner_ligand_.
| void protocols::sewing::data_storage::LigandResidue::set_alignment_atoms | ( | utility::vector1< core::Size > | atoms | ) |
References alignment_atoms_.
| void protocols::sewing::data_storage::LigandResidue::set_contacts | ( | utility::vector1< LigandContactOP > | contacts | ) |
References current_contacts_.
| void protocols::sewing::data_storage::LigandResidue::set_ligand_id | ( | core::Size | id | ) |
References ligand_id_.
| void protocols::sewing::data_storage::LigandResidue::set_owner_segment | ( | data_storage::LigandSegmentOP | owner | ) |
References owner_segment_.
|
inline |
References partner_ligand_.
|
private |
Referenced by get_alignment_atoms(), LigandResidue(), and set_alignment_atoms().
|
private |
Referenced by add_contact(), get_current_contacts(), get_nonconst_current_contacts(), LigandResidue(), and set_contacts().
|
private |
Referenced by add_ideal_contact(), get_ideal_contacts(), and LigandResidue().
|
private |
Referenced by get_ligand_id(), LigandResidue(), and set_ligand_id().
|
private |
Referenced by get_nonconst_owner_segment(), get_owner_segment(), LigandResidue(), and set_owner_segment().
|
private |
Referenced by get_partner_ligand(), and set_partner_ligand().
1.8.7