Rosetta 3.5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
SetupHotspotConstraintsMover.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/SetupHotspotConstraintsMover.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_SetupHotspotConstraintsMover_hh
15 #define INCLUDED_protocols_protein_interface_design_movers_SetupHotspotConstraintsMover_hh
16 
17 // Project Headers
19 #include <protocols/moves/Mover.hh>
20 #include <core/pose/Pose.fwd.hh>
21 #include <core/types.hh>
23 
24 #include <utility/vector1.hh>
25 
26 
27 namespace protocols {
28 namespace protein_interface_design {
29 namespace movers {
30 
32 
33 public:
34 
38  core::Size const chain_to_design,
39  core::Real const & CB_force_constant,
40  core::Real const & worst_allowed_stub_bonus,
41  bool const apply_self_energies,
42  core::Real const & bump_cutoff,
43  bool const apply_ambiguous_constraints,
44  bool const colonyE
45  );
48 
50 
51  void apply( core::pose::Pose & pose );
52  virtual std::string get_name() const;
53 
56 
57 private:
65  bool colonyE_;
66 };
67 
68 } // movers
69 } // protein_interface_design
70 } // devel
71 
72 #endif /*INCLUDED_protocols_protein_interface_design_movers_SetupHotspotConstraintsMover_HH*/
73