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

Public Types | |
| typedef utility::graph::LowMemGraph < HBondNode, HBondEdge > | PARENT |
Public Member Functions | |
| HBondGraph () | |
| HBondGraph (Size num_nodes) | |
| ~HBondGraph () override | |
| Size | count_static_memory () const override |
| Size | count_dynamic_memory () const override |
| void | merge (HBondGraph const &other, bool merge_nodes_with_OR_logic) |
| Merges all info from other into this graph. All nodes from other must be present in this graph (by rotamer_id and mres_id). There are two ways to merge the atoms of a node. OR_logic - Take the union of the atoms at each node AND_logic - Take the intersection of the atoms at each node. More... | |
| HBondEdge * | register_hbond (Size rotamerA, Size rotamerB, Real score) |
| typedef utility::graph::LowMemGraph<HBondNode,HBondEdge> core::scoring::hbonds::graph::HBondGraph::PARENT |
| core::scoring::hbonds::graph::HBondGraph::HBondGraph | ( | ) |
Referenced by count_static_memory().
| core::scoring::hbonds::graph::HBondGraph::HBondGraph | ( | Size | num_nodes | ) |
|
override |
|
override |
|
override |
References HBondGraph().
| void core::scoring::hbonds::graph::HBondGraph::merge | ( | HBondGraph const & | other, |
| bool | merge_nodes_with_OR_logic | ||
| ) |
Merges all info from other into this graph. All nodes from other must be present in this graph (by rotamer_id and mres_id). There are two ways to merge the atoms of a node. OR_logic - Take the union of the atoms at each node AND_logic - Take the intersection of the atoms at each node.
References core::sequence::end, core::scoring::hbonds::graph::HBondNode::local_rotamer_id(), core::scoring::hbonds::graph::HBondNode::merge_data(), core::scoring::hbonds::graph::HBondEdge::merge_data(), and core::scoring::hbonds::graph::HBondNode::moltenres().
1.8.7