Rosetta 3.5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
AnchoredGraftMover.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
6 // (c) under license. The Rosetta software is developed by the contributing
7 // (c) members of the Rosetta Commons. For more information, see
8 // (c) http://www.rosettacommons.org. Questions about this can be addressed to
9 // (c) University of Washington UW TechTransfer,email:license@u.washington.edu.
10 
11 /// @file protocols/grafting/AnchoredGraftMover.fwd.hh
12 /// @brief
13 /// @author Jared Adolf-Bryfogle (jadolfbr@gmail.com)
14 
15 #ifndef INCLUDED_protocols_grafting_AnchoredGraftMover_fwd_hh
16 #define INCLUDED_protocols_grafting_AnchoredGraftMover_fwd_hh
17 
18 // Utility headers
19 #include <utility/pointer/access_ptr.fwd.hh>
20 #include <utility/pointer/owning_ptr.fwd.hh>
21 
22 
23 namespace protocols {
24 namespace grafting {
25 
26 // Forward
28 
29 // Types
32 
35 
36 
37 } // namespace grafting
38 } // namespace protocols
39 
40 #endif // #ifndef INCLUDED_protocols/grafting_AnchoredGraftMover_fwd_hh
41