Rosetta 3.5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
SymFoldandDockRbTrialMover.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
10 /// @brief
11 /// @author Ingemar Andre
12 
13 
14 #ifndef INCLUDED_protocols_symmetric_docking_SymFoldAndDockRbTrialMover_hh
15 #define INCLUDED_protocols_symmetric_docking_SymFoldAndDockRbTrialMover_hh
16 
17 // Unit headers
19 #include <protocols/moves/Mover.hh>
21 // AUTO-REMOVED #include <protocols/moves/MonteCarlo.fwd.hh>
22 #include <core/pose/Pose.fwd.hh>
25 
26 #include <utility/vector1.hh>
27 
28 
29 // Utility Headers
30 
31 namespace protocols {
32 namespace symmetric_docking {
33 ///////////////////////////////////////////////////////////////////////////////
35 {
36 public:
37 
40 
41 public:
42 
43  // default constructor
45 
47 
48  SymFoldandDockRbTrialMover( core::scoring::ScoreFunctionCOP scorefxn, bool smooth_move );
49 
52  bool smooth_move,
53  core::Real rot_mag,
54  core::Real trans_mag
55  );
56 
58 
59  void apply( core::pose::Pose & pose );
60  virtual std::string get_name() const;
61 
62 private:
68  bool mc_filter_;
69 };
70 
71 } // symmetric_docking
72 } // rosetta
73 #endif