Rosetta 3.5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
SurfaceOrientMover.fwd.hh
Go to the documentation of this file.
1 // -*- mode:c++;tab-width:2;indent-tabs-mode:t;show-trailing-whitespace:t;
2 // rm-trailing-spaces:t -*-
3 // vi: set ts=2 noet:
4 //
5 // (c) Copyright Rosetta Commons Member Institutions.
6 // (c) This file is part of the Rosetta software suite and is made available
7 // under license.
8 // (c) The Rosetta software is developed by the contributing members of the
9 // Rosetta Commons.
10 // (c) For more information, see http://www.rosettacommons.org. Questions about
11 // this can be
12 // (c) addressed to University of Washington UW TechTransfer,
13 // email: license@u.washington.edu.
14 
15 /// @file SurfaceOrientMover.hh
16 /// @brief <add a description of the class>
17 /// @author Robin A Thottungal (raugust1@jhu.edu)
18 
19 #ifndef INCLUDED_protocols_surface_docking_SurfaceOrientMover_fwd_hh
20 #define INCLUDED_protocols_surface_docking_SurfaceOrientMover_fwd_hh
21 
22 
23 // Utility Headers
24 #include <utility/pointer/owning_ptr.hh>
25 
26 namespace protocols {
27 namespace surface_docking {
28 
31 
32 
33 } // surfaceDockingProtocols
34 } // protocols
35 
36 #endif
37 
38