Rosetta 3.5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
RemoveCsts.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/forge/constraints/RemoveCsts.hh
11 ///
12 /// @brief
13 /// @author Tom Linsky (tlinsky@uw.edu), Nov 2012
14 
15 #ifndef INCLUDED_protocols_forge_constraints_RemoveCsts_hh
16 #define INCLUDED_protocols_forge_constraints_RemoveCsts_hh
17 
18 // Unit Header
20 
21 // Package Header
22 
23 // Proeject Header
24 #include <core/pose/Pose.fwd.hh>
25 #include <core/types.hh>
26 #include <protocols/moves/Mover.hh>
27 
28 // AUTO-REMOVED #include <string>
29 
30 #include <utility/vector1.hh>
31 
32 
33 namespace protocols{
34 namespace forge{
35 namespace constraints{
36 
38 public:
39 
40  typedef core::Size Size;
41  typedef core::Real Real;
43 
44 public:
45 
46  RemoveCsts();
47 
48  RemoveCsts( RemoveCsts const & rval );
49 
51 
52  virtual ~RemoveCsts();
53 
54  /// @brief this function looks up the constraints created by the object with the given generator and removes them
55  virtual void
56  apply( core::pose::Pose & pose );
57 
58  virtual void
59  parse_my_tag( TagPtr const tag,
61  protocols::filters::Filters_map const & filters,
62  protocols::moves::Movers_map const & movers,
63  core::pose::Pose const & pose );
64 
65  virtual std::string
66  get_name() const;
67 
69  fresh_instance() const;
70 
72  clone() const;
73 
74  void
76 
77 private:
80 }; //class NtoC_RCG
81 
82 
83 } //namespace constraints
84 } //namespace forge
85 } //namespace protocols
86 
87 
88 
89 
90 #endif // INCLUDED_protocols_forge_constraints_NtoC_RCG_HH