Rosetta 3.5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
fibril_util.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 // This file is part of the Rosetta software suite and is made available under license.
5 // The Rosetta software is developed by the contributing members of the Rosetta Commons consortium.
6 // (C) 199x-2009 Rosetta Commons participating institutions and developers.
7 // For more information, see http://www.rosettacommons.org/.
8 
9 /// @file protocols/fibril/fibril_util.hh
10 /// @brief utility functions for handling with symmetric fibril
11 /// @author Lin Jiang
12 
13 #ifndef INCLUDED_protocols_fibril_fibril_util_hh
14 #define INCLUDED_protocols_fibril_fibril_util_hh
15 
16 
17 // Unit headers
18 // AUTO-REMOVED #include <core/conformation/Conformation.hh>
19 // AUTO-REMOVED #include <core/scoring/Energies.hh>
20 // AUTO-REMOVED #include <core/conformation/symmetry/SymmData.hh>
21 // AUTO-REMOVED #include <core/kinematics/MoveMap.fwd.hh>
22 
23 // AUTO-REMOVED #include <protocols/loops/Loops.hh>
24 
27 #include <core/kinematics/Jump.hh>
28 #include <core/pose/Pose.fwd.hh>
30 #include <utility/vector1.hh>
31 
32 
33 namespace protocols {
34 namespace fibril {
35 
36 void
38  core::conformation::Conformation & src_conformation,
40 );
41 
42 void
44  core::pose::Pose & pose
45 );
46 
47 void
49  core::pose::Pose& pose,
50  core::pose::Pose& ref_pose,
53 );
54 
55 
56 } // fibril
57 } // protocols
58 
59 
60 
61 #endif