Go to the source code of this file.
|
| static basic::Tracer | TR ("protocols.rna.rna_base_pair_classifier") |
| |
| void | protocols::rna::update_edge_hbond_numbers (conformation::Residue const &rsd, Size const &atm, Size &N_W, Size &N_H, Size &N_S) |
| |
| void | protocols::rna::update_edge_hbond_numbers_careful_hydrogen (conformation::Residue const &rsd, Size const &atm, conformation::Residue const &other_rsd, Size const &other_atm, Size &N_W, Size &N_H, Size &N_S) |
| |
| bool | protocols::rna::atom_is_polar (core::conformation::Residue const &rsd, Size const &atm) |
| |
| bool | protocols::rna::heavy_atom_is_polar (core::conformation::Residue const &rsd, Size const &atm) |
| |
| bool | protocols::rna::atom_is_acceptor (core::conformation::Residue const &rsd, Size const &atm) |
| |
| void | protocols::rna::figure_out_number_base_contacts (conformation::Residue const &rsd_i, conformation::Residue const &rsd_j, Size &edge_classification) |
| |
| Size | protocols::rna::figure_out_base_pair_orientation (core::pose::Pose &pose, Size const &i, Size const &j) |
| |
| bool | protocols::rna::residue_is_bulge (pose::Pose const &pose, Size const i) |
| |
| Size | protocols::rna::bases_form_a_hydrogen_bond (core::scoring::hbonds::HBondSetOP const &hbond_set, core::pose::Pose &pose, Size const &i, Size const &j) |
| |
| bool | protocols::rna::bases_are_coplanar (core::pose::Pose &pose, Size const &i, Size const &j) |
| |
| void | protocols::rna::classify_base_pairs (core::pose::Pose const &pose_input, utility::vector1< core::scoring::rna::Base_pair > &base_pair_list, utility::vector1< bool > &is_bulged) |
| |
| Size | protocols::rna::get_number_base_stacks (core::pose::Pose const &pose_input) |
| |
| static basic::Tracer TR |
( |
"protocols.rna.rna_base_pair_classifier" |
) | |
|
|
static |