|
| void | protocols::farna::update_edge_hbond_numbers (conformation::Residue const &rsd, Size const &atm, Size &N_W, Size &N_H, Size &N_S) |
| |
| void | protocols::farna::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::farna::atom_is_polar (core::conformation::Residue const &rsd, Size const &atm) |
| |
| bool | protocols::farna::heavy_atom_is_polar (core::conformation::Residue const &rsd, Size const &atm) |
| |
| bool | protocols::farna::atom_is_acceptor (core::conformation::Residue const &rsd, Size const &atm) |
| |
| void | protocols::farna::figure_out_number_base_contacts (conformation::Residue const &rsd_i, conformation::Residue const &rsd_j, Size &edge_classification) |
| |
| Size | protocols::farna::figure_out_base_pair_orientation (core::pose::Pose &pose, Size const &i, Size const &j) |
| |
| bool | protocols::farna::residue_is_bulge (pose::Pose const &pose, Size const i) |
| |
| Size | protocols::farna::bases_form_a_hydrogen_bond (core::scoring::hbonds::HBondSetOP const &hbond_set, core::pose::Pose &pose, Size const &i, Size const &j) |
| |
| bool | protocols::farna::bases_are_coplanar (core::pose::Pose &pose, Size const &i, Size const &j) |
| |
| void | protocols::farna::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::farna::get_number_base_stacks (core::pose::Pose const &pose_input) |
| |