Each HBondEdge represents a hydrogen bond.
More...
#include <HBondGraph.hh>
Each HBondEdge represents a hydrogen bond.
◆ HBondEdge() [1/2]
| core::scoring::hbonds::graph::HBondEdge::HBondEdge |
( |
Size |
first_node_ind, |
|
|
Size |
second_node_ind |
|
) |
| |
◆ HBondEdge() [2/2]
| core::scoring::hbonds::graph::HBondEdge::HBondEdge |
( |
Size |
first_node_ind, |
|
|
Size |
second_node_ind, |
|
|
Real |
energy |
|
) |
| |
◆ ~HBondEdge()
| core::scoring::hbonds::graph::HBondEdge::~HBondEdge |
( |
| ) |
|
|
default |
◆ count_dynamic_memory()
| Size core::scoring::hbonds::graph::HBondEdge::count_dynamic_memory |
( |
| ) |
const |
◆ count_static_memory()
| Size core::scoring::hbonds::graph::HBondEdge::count_static_memory |
( |
| ) |
const |
◆ energy()
| float core::scoring::hbonds::graph::HBondEdge::energy |
( |
| ) |
const |
|
inline |
◆ hbonds() [1/2]
| std::vector< HBondInfo >& core::scoring::hbonds::graph::HBondEdge::hbonds |
( |
| ) |
|
|
inline |
◆ hbonds() [2/2]
| std::vector< HBondInfo > const& core::scoring::hbonds::graph::HBondEdge::hbonds |
( |
| ) |
const |
|
inline |
◆ merge_data()
| void core::scoring::hbonds::graph::HBondEdge::merge_data |
( |
HBondEdge const & |
other, |
|
|
utility::vector1< Size > const & |
other_node_to_my_node |
|
) |
| |
◆ operator=()
◆ register_hbond()
| void core::scoring::hbonds::graph::HBondEdge::register_hbond |
( |
bool |
first_node_is_donor, |
|
|
unsigned short int |
local_atom_id_A, |
|
|
unsigned short int |
local_atom_id_D, |
|
|
unsigned short int |
local_atom_id_H, |
|
|
float |
energy |
|
) |
| |
|
inline |
◆ score()
| float core::scoring::hbonds::graph::HBondEdge::score |
( |
| ) |
const |
|
inline |
redundant interface for energy getter and setter. I find myself forgetting if the method is called "score" or "energy" so this way both are right
References energy_.
◆ set_energy()
| void core::scoring::hbonds::graph::HBondEdge::set_energy |
( |
Real |
energy | ) |
|
|
inline |
◆ set_score()
| void core::scoring::hbonds::graph::HBondEdge::set_score |
( |
Real |
energy | ) |
|
|
inline |
◆ energy_
| float core::scoring::hbonds::graph::HBondEdge::energy_ |
|
private |
◆ hbonds_
| std::vector< HBondInfo > core::scoring::hbonds::graph::HBondEdge::hbonds_ |
|
private |
The documentation for this class was generated from the following files: