Rosetta 3.5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
RNA_CentroidInfo.fwd.hh
Go to the documentation of this file.
1 // -*- mode:c++;tab-width:2;indent-tabs-mode:t;show-trailing-whitespace:t;rm-trailing-spaces:t -*-
2 // vi: set ts=2 noet:
3 //
4 // (c) Copyright Rosetta Commons Member Institutions.
5 // (c) This file is part of the Rosetta software suite and is made available under license.
6 // (c) The Rosetta software is developed by the contributing members of the Rosetta Commons.
7 // (c) For more information, see http://www.rosettacommons.org. Questions about this can be
8 // (c) addressed to University of Washington UW TechTransfer, email: license@u.washington.edu.
9 
10 /// @file core/scoring/methods/RNA_BaseBasePotential.hh
11 /// @brief Statistically derived rotamer pair potential class implementation
12 /// @author Phil Bradley
13 /// @author Andrew Leaver-Fay
14 
15 #ifndef INCLUDED_core_scoring_rna_RNA_CentroidInfo_fwd_hh
16 #define INCLUDED_core_scoring_rna_RNA_CentroidInfo_fwd_hh
17 
18 // AUTO-REMOVED #include <core/types.hh>
19 
20 // Project headers
21 // AUTO-REMOVED #include <core/pose/Pose.fwd.hh>
22 
23 // Utility headers
24 // AUTO-REMOVED #include <utility/vector1.hh>
25 
26 #include <utility/pointer/access_ptr.hh>
27 #include <utility/pointer/owning_ptr.hh>
28 
29 
30 // C++
31 
32 namespace core {
33 namespace scoring {
34 namespace rna {
35 
38 
39 }
40 }
41 }
42 
43 #endif