Rosetta 3.5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
LoopRelaxMover.fwd.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 /// @file protocols/comparative_modeling/LoopRelaxMover.fwd.hh
8 /// @brief forward declaration for LoopRelaxMover class
9 /// @author James Thompson
10 
11 #ifndef INCLUDED_protocols_comparative_modeling_LoopRelaxMover_fwd_hh
12 #define INCLUDED_protocols_comparative_modeling_LoopRelaxMover_fwd_hh
13 
14 #include <utility/pointer/owning_ptr.fwd.hh>
15 
16 namespace protocols {
17 namespace comparative_modeling {
18 
20 
23 
24 
25 
27 
30 
31 
32 } // namespace comparative_modeling
33 } // namespace protocols
34 
35 #endif