Rosetta 3.5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
RNA_CS_RingCurrent.hh
Go to the documentation of this file.
1 // (c) Copyright Rosetta Commons Member Institutions.
2 // (c) This file is part of the Rosetta software suite and is made available under license.
3 // (c) The Rosetta software is developed by the contributing members of the Rosetta Commons.
4 // (c) For more information, see http://www.rosettacommons.org. Questions about this can be
5 // (c) addressed to University of Washington UW TechTransfer, email: license@u.washington.edu.
6 
7 
8 /// @file core/scoring/rna/chemical_shift/RNA_CS_RingCurrent.hh
9 /// @brief
10 /// @author Parin Sripakdeevong (sripakpa@stanford.edu)
11 
12 
13 
14 #ifndef INCLUDED_core_scoring_rna_chemical_shift_RNA_CS_RingCurrent_HH
15 #define INCLUDED_core_scoring_rna_chemical_shift_RNA_CS_RingCurrent_HH
16 
17 #include <core/types.hh>
18 
20 #include <core/pose/Pose.fwd.hh>
21 #include <core/id/AtomID.fwd.hh>
22 
24 
25 //////////////////////////////////////////////////////////////////////////////////
26 //////////////////////////////////////////////////////////////////////////////////
27 //////////////////////////////////////////////////////////////////////////////////
28 
29 namespace core {
30 namespace scoring {
31 namespace rna {
32 namespace chemical_shift {
33 
34 
36 ring_pos(conformation::Residue const & rsd, RNA_CS_residue_parameters const & rna_cs_rsd_params, core::Size const ring_ID); //NOTE: ONLY INCLUDE HEAVY ATOMS (no hydrogens!)
37 
38 
40 ring_current_effect(numeric::xyzVector<core::Real> const & atom_xyz, conformation::Residue const & source_rsd, RNA_CS_residue_parameters const & rna_cs_rsd_params);
41 
44  conformation::Residue const & source_rsd,
45  core::Size const source_ring_ID,
46  RNA_CS_residue_parameters const & source_rsd_CS_params);
47 
48 
49 } // chemical_shift
50 } // rna
51 } // scoring
52 } // core
53 
54 #endif