Rosetta 3.5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
SetupHotspotConstraintsLoopsMover.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 devel/protein_interface_design/movers/SetupHotspotConstraintsLoopsMover.hh
11 /// @brief Derived classes from DockDesign for dock design
12 /// @author Sarel Fleishman (sarelf@u.washington.edu)
13 
14 #ifndef INCLUDED_protocols_protein_interface_design_movers_SetupHotspotConstraintsLoopsMover_hh
15 #define INCLUDED_protocols_protein_interface_design_movers_SetupHotspotConstraintsLoopsMover_hh
16 
17 // Project Headers
19 #include <protocols/moves/Mover.hh>
20 #include <core/pose/Pose.fwd.hh>
21 #include <core/types.hh>
23 
25 
26 #include <utility/vector1.hh>
27 
28 
29 namespace protocols {
30 namespace protein_interface_design {
31 namespace movers {
32 
34 
35 public:
36 
40  );
41  // core::Size const chain_to_design,
42  // core::Real const & CB_force_constant,
43  // core::Real const & worst_allowed_stub_bonus,
44  // bool const apply_self_energies,
45  // core::Real const & bump_cutoff,
46  // bool const apply_ambiguous_constraints,
47  // bool const colonyE
48 
51 
53 
55  void apply( core::pose::Pose & pose );
56  virtual std::string get_name() const;
57 
60 
61  void set_resfile( std::string const& setting ) {
62  resfile_ = setting;
63  }
64 
65 private:
73  bool colonyE_;
75 };
76 
77 } // movers
78 } // protein_interface_design
79 } // devel
80 
81 #endif /*INCLUDED_protocols_protein_interface_design_movers_SetupHotspotConstraintsLoopsMover_HH*/
82