|
Rosetta 3.5
|
#include <RNA_AtomVDW.hh>


Public Member Functions | |
| RNA_AtomVDW () | |
| ctor, reads data file More... | |
| utility::vector1< std::string > const | vdw_atom_list (char const which_nucleotide) const |
| Real | bump_parameter (Size const atom1, Size const atom2, char const which_nucleotide1, char const which_nucleotide2) const |
Private Types | |
| typedef std::map< char, utility::vector1< std::string > > | AtomList |
Private Attributes | |
| AtomList | rna_vdw_atom_ |
| ObjexxFCL::FArray4D< Real > | rna_vdw_parameter_ |
Definition at line 45 of file RNA_AtomVDW.hh.
|
private |
Definition at line 63 of file RNA_AtomVDW.hh.
| core::scoring::rna::RNA_AtomVDW::RNA_AtomVDW | ( | ) |
ctor, reads data file
ctor, reads data file. Need to configure to allow alternate tables/atom_sets
Definition at line 69 of file RNA_AtomVDW.cc.
References core::scoring::rna::get_position_in_vector(), core::scoring::rna::rna_residue_name_to_num(), rna_vdw_atom_, and rna_vdw_parameter_.
| Real core::scoring::rna::RNA_AtomVDW::bump_parameter | ( | Size const | atom1, |
| Size const | atom2, | ||
| char const | which_nucleotide1, | ||
| char const | which_nucleotide2 | ||
| ) | const |
Definition at line 134 of file RNA_AtomVDW.cc.
References core::scoring::rna::rna_residue_name_to_num(), and rna_vdw_parameter_.
Referenced by core::scoring::rna::RNA_VDW_Energy::eval_atom_derivative(), and core::scoring::rna::RNA_VDW_Energy::residue_pair_energy().
| utility::vector1< std::string > const core::scoring::rna::RNA_AtomVDW::vdw_atom_list | ( | char const | which_nucleotide) | const |
Definition at line 120 of file RNA_AtomVDW.cc.
References rna_vdw_atom_, and core::scoring::tr().
Referenced by core::scoring::rna::RNA_VDW_Energy::setup_atom_numbers_for_vdw_calculation().
|
private |
Definition at line 64 of file RNA_AtomVDW.hh.
Referenced by RNA_AtomVDW(), and vdw_atom_list().
|
private |
Definition at line 70 of file RNA_AtomVDW.hh.
Referenced by bump_parameter(), and RNA_AtomVDW().
1.8.4