Rosetta 3.5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
PCA.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 relax_initialization_protocols
11 /// @brief initialization protocols for relax
12 /// @detailed
13 /// Contains currently: Classic Abinitio
14 ///
15 ///
16 /// @author Oliver Lange
17 
18 
19 #ifndef INCLUDED_protocols_evaluation_PCA_fwd_hh
20 #define INCLUDED_protocols_evaluation_PCA_fwd_hh
21 
22 
23 // Unit Headers
24 // #include <protocols/evaluation/PCA.fwd.hh>
25 
26 // Package Headers
27 
28 // Project Headers
29 
30 // ObjexxFCL Headers
31 
32 // Utility headers
33 // AUTO-REMOVED #include <utility/pointer/access_ptr.fwd.hh>
34 #include <utility/pointer/owning_ptr.fwd.hh>
35 
36 // C++ headers
37 
38 namespace protocols {
39 namespace evaluation {
40 
41 class PCA;
43 
44 }
45 }
46 
47 #endif