Rosetta 3.5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
OopRandomSmallMover.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/simple_moves/oop/OopRandomSmallMover.hh
11 /// @brief
12 /// @author
13 #ifndef INCLUDED_protocols_simple_moves_oop_OopRandomSmallMover_hh
14 #define INCLUDED_protocols_simple_moves_oop_OopRandomSmallMover_hh
15 // Unit Headers
18 // Project Headers
19 #include <core/pose/Pose.fwd.hh>
20 #include <protocols/moves/Mover.hh>
21 
22 // Utility Headers
23 #include <core/types.hh>
24 //#include <utility/vector1.hh>
25 
26 namespace protocols {
27 namespace simple_moves {
28 namespace oop {
29 
30 
31 ///@details
33 
34 public:
35 
36  ///@brief
38  );
39 
41  OopRandomSmallMover( utility::vector1< core::Size > oop_seq_positions, core::Real max_small_angle );
42 
43  virtual ~OopRandomSmallMover();
44 
45  virtual void apply( core::pose::Pose & pose );
46  virtual std::string get_name() const;
47 
48  virtual void set_max_small_angle( core::Real angle ) { max_small_angle_ = angle; }
49 
50 private:
51 
54 
55 };//end OopRandomSmallMover
56 
57 
58 }//namespace oop
59 }//namespace moves
60 }//namespace protocols
61 
62 #endif // INCLUDED_protocols_simple_moves_oop_OopRandomSmallMover_hh