Rosetta 3.5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
RemodelEnzdesCstModule.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 protocols/forge/remodel/RemodelEnzdesCstModule.hh
11 ///
12 /// @brief this file handles merging constraint defined by enzdes type cstfile
13 /// @brief and blueprint definition of positions and add them to the pose
14 /// @author Possu Huang, possu@u.washington.edu, Jan 2010
15 
16 
17 #ifndef INCLUDED_protocols_forge_remodel_RemodelEnzdesCstModule_hh
18 #define INCLUDED_protocols_forge_remodel_RemodelEnzdesCstModule_hh
19 
20 //#include <protocols/enzdes/enzdes/EnzdesRemodelProtocol.hh>
21 //#include <protocols/enzdes/EnzdesFlexBBProtocol.hh>
24 #include <core/pose/Pose.fwd.hh>
26 // AUTO-REMOVED #include <core/scoring/ScoreFunctionFactory.hh>
27 
28 #include <utility/vector1.hh>
29 
30 
31 namespace protocols{
32 namespace forge {
33 namespace remodel {
34 
36 
37 public:
38 
40 
42 
43  void apply(core::pose::Pose & pose);
47  void use_all_blocks();
48 private: // data
49 
54 
55 };
56 
57 } // namespace remodel
58 } // namespace forge
59 } // namespace protocols
60 
61 #endif