![]() |
Rosetta
2021.16
|
struct that contains info needed for hbond networks More...
#include <HBNet.hh>

Public Member Functions | |
| HBondNetStruct () | |
| HBondNetStruct (HBondNetStruct const &hbns) | |
| HBondNetStruct (HBondNetStruct &&)=default | |
| Move constructor (mainly for copy/swap idiom) We're just moving the structure from one address to the other, so a default bitwise copy is appropriate. More... | |
| HBondNetStruct & | operator= (HBondNetStruct &&)=default |
| Move assignment operator (mainly for copy/swap idiom) More... | |
| HBondNetStruct & | operator= (HBondNetStruct const &rhs) |
| Assigment operator, needed as copy constructor is specified. More... | |
| bool | operator< (HBondNetStruct const &a) const |
struct that contains info needed for hbond networks
|
inline |
|
inline |
|
default |
Move constructor (mainly for copy/swap idiom) We're just moving the structure from one address to the other, so a default bitwise copy is appropriate.
|
inline |
|
default |
Move assignment operator (mainly for copy/swap idiom)
|
inline |
Assigment operator, needed as copy constructor is specified.
References core::id::swap().
| utility::vector1< HBondResStructCOP > protocols::hbnet::HBondNetStruct::asymm_residues |
| bool protocols::hbnet::HBondNetStruct::cst_file_written |
Referenced by protocols::hbnet::HBNet::set_constraints().
| core::scoring::hbonds::HBondSetOP protocols::hbnet::HBondNetStruct::hbond_set |
| utility::vector1< core::scoring::hbonds::HBondCOP > protocols::hbnet::HBondNetStruct::hbond_vec |
Referenced by protocols::hbnet::HBNet::find_unsats(), protocols::hbnet::get_hbond_atom_pairs(), protocols::hbnet::get_num_protein_sc_sc_hbonds(), protocols::hbnet::HBNetStapleInterface::has_pH_His(), protocols::hbnet::his_tyr_connectivity(), protocols::hbnet::HBNetStapleInterface::network_meets_final_criteria(), protocols::hbnet::HBNetStapleInterface::num_intermolecular_hbonds(), and protocols::hbnet::HBNet::set_constraints().
| core::Size protocols::hbnet::HBondNetStruct::id |
| bool protocols::hbnet::HBondNetStruct::is_extended |
| bool protocols::hbnet::HBondNetStruct::is_native |
| core::Size protocols::hbnet::HBondNetStruct::lig_num_unsatisfied |
Referenced by operator<().
| std::vector< platform::uint > protocols::hbnet::HBondNetStruct::lig_state_list |
Referenced by protocols::hbnet::HBNet::merge_2_branched_networks().
| std::vector< core::Size > protocols::hbnet::HBondNetStruct::net_indices |
| bool protocols::hbnet::HBondNetStruct::network_pdb_written |
| core::Size protocols::hbnet::HBondNetStruct::num_boundary_residues |
| core::Size protocols::hbnet::HBondNetStruct::num_core_residues |
| core::Size protocols::hbnet::HBondNetStruct::num_heavy_unsat |
Referenced by protocols::hbnet::HBNet::find_unsats().
| core::Size protocols::hbnet::HBondNetStruct::num_intermolecular_hbs |
| core::Size protocols::hbnet::HBondNetStruct::num_unsat_Hpol |
| std::string protocols::hbnet::HBondNetStruct::outstring |
Referenced by protocols::hbnet::HBNet::set_constraints().
| core::Real protocols::hbnet::HBondNetStruct::percent_hbond_capacity |
| bool protocols::hbnet::HBondNetStruct::pml_file_written |
| utility::vector1< HBondResStructCOP > protocols::hbnet::HBondNetStruct::residues |
Referenced by protocols::hbnet::add_reslabels_to_pose(), protocols::hbnet::HBNet::find_unsats(), protocols::hbnet::get_hbond_atom_pairs(), protocols::hbnet::HBNet::merge_2_branched_networks(), protocols::hbnet::HBNet::minimize_network(), protocols::hbnet::HBNet::net_clash(), protocols::hbnet::network_contains_aa(), protocols::hbnet::HBNetStapleInterface::network_meets_final_criteria(), protocols::hbnet::HBNet::networks_identical_aa_sequence(), protocols::hbnet::HBNet::networks_unique(), protocols::hbnet::HBNet::num_boundary_res(), protocols::hbnet::HBNet::num_core_res(), protocols::hbnet::HBNetStapleInterface::num_helices_w_hbond(), protocols::hbnet::HBNet::place_rots_on_pose(), protocols::hbnet::print_list_to_string(), protocols::hbnet::print_network(), protocols::hbnet::print_network_w_pdb_numbering(), protocols::hbnet::HBNet::quick_and_dirty_network_has_heavy_atom_unsat(), and protocols::hbnet::HBNet::score_network_on_pose().
| utility::vector1<core::conformation::ResidueCOP> protocols::hbnet::HBondNetStruct::rotamers |
| core::Real protocols::hbnet::HBondNetStruct::score |
| bool protocols::hbnet::HBondNetStruct::scored |
Referenced by protocols::hbnet::HBNet::score_network_on_pose().
| bool protocols::hbnet::HBondNetStruct::sort_by_percent_hbond_capacity |
Referenced by operator<().
| bool protocols::hbnet::HBondNetStruct::sort_first_by_tot_unsat |
Referenced by operator<().
| bool protocols::hbnet::HBondNetStruct::term_w_bb |
| bool protocols::hbnet::HBondNetStruct::term_w_cycle |
| bool protocols::hbnet::HBondNetStruct::term_w_start |
| core::Size protocols::hbnet::HBondNetStruct::total_hbonds |
| core::Size protocols::hbnet::HBondNetStruct::total_polar_atoms |
| utility::vector1<core::id::AtomID> protocols::hbnet::HBondNetStruct::unsat_accs |
Referenced by protocols::hbnet::HBNet::find_unsats().
| utility::vector1<core::id::AtomID> protocols::hbnet::HBondNetStruct::unsat_Hpols |
Referenced by protocols::hbnet::HBNet::find_unsats().
1.8.7