Rosetta 3.5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
RNA_CS_Util.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_Util.hh
9 /// @brief
10 /// @author Parin Sripakdeevong (sripakpa@stanford.edu)
11 
12 
13 
14 #ifndef INCLUDED_core_scoring_rna_chemical_shift_RNA_CS_Util_HH
15 #define INCLUDED_core_scoring_rna_chemical_shift_RNA_CS_Util_HH
16 
17 #include <core/types.hh>
18 
19 #include <core/chemical/AA.hh>
20 
21 
23 #include <core/pose/Pose.fwd.hh>
24 #include <core/id/AtomID.fwd.hh>
26 
27 
29 
30 
31 //////////////////////////////////////////////////////////////////////////////////
32 //////////////////////////////////////////////////////////////////////////////////
33 //////////////////////////////////////////////////////////////////////////////////
34 
35 namespace core {
36 namespace scoring {
37 namespace rna {
38 namespace chemical_shift {
39 
40 
41 inline
44 {
45  return (core::Size(var + 0.5));
46 }
47 
48 
50 get_rna_base_coordinate_system_from_CS_params( core::conformation::Residue const & rsd, RNA_CS_residue_parameters const & rna_cs_rsd_params );
51 
52 
53 
54 
55 } // chemical_shift
56 } // rna
57 } // scoring
58 } // core
59 
60 
61 
62 #endif