Rosetta 3.5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
SidechainMetropolisHastingsMover.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/canonical_sampling/MetropolisHastingsMover.hh
11 /// @brief
12 /// @author
13 
14 #ifndef INCLUDED_protocols_canonical_sampling_SidechainMetropolisHastingsMover_hh
15 #define INCLUDED_protocols_canonical_sampling_SidechainMetropolisHastingsMover_hh
16 
17 // Unit Headers
20 #include <protocols/moves/Mover.hh>
21 
22 // Project Headers
26 #include <core/pose/Pose.fwd.hh>
27 #include <numeric/random/WeightedSampler.hh>
28 
29 // Utility Headers
30 #include <core/types.hh>
31 #include <utility/vector1.hh>
32 
33 namespace protocols {
34 namespace canonical_sampling {
35 
36 ///@details
38 
39 public:
41 
43 
45 
47  SidechainMetropolisHastingsMover const & metropolis_hastings_mover
48  );
49 
50  virtual
52 
53  virtual
54  void
55  apply( core::pose::Pose & pose );
56 
57  virtual
59  get_name() const;
60 
62  clone() const;
63 
64  virtual
66  fresh_instance() const;
67 
68  virtual
69  void
71  utility::tag::TagPtr const tag,
73  protocols::filters::Filters_map const & filters,
74  protocols::moves::Movers_map const & movers,
75  core::pose::Pose const & pose
76  );
77 
79 
81 
82  void set_stride( core::Size setting ) { stride_ = setting; };
83 
84 private:
86 }; //end SidechainMetropolisHastingsMover
87 
88 } //namespace canonical_sampling
89 } //namespace protocols
90 
91 #endif //INCLUDED_protocols_canonical_sampling_SidechainMetropolisHastingsMover_HH