Rosetta 3.5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
ConstraintFileRCG.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/ConstraintFileRCG.hh
11 ///
12 /// @brief
13 /// @author Nobuyasu Koga( nobuyasu@uw.edu ) , October 2009
14 /// @modified Tom Linsky ( tlinsky@uw.edu ), Nov 2012
15 
16 #ifndef INCLUDED_protocols_forge_constraints_ConstraintFileRCG_hh
17 #define INCLUDED_protocols_forge_constraints_ConstraintFileRCG_hh
18 
19 // Unit Header
21 
22 // Package Header
25 
26 // Proeject Header
27 #include <core/pose/Pose.fwd.hh>
28 #include <core/types.hh>
29 
30 #include <string>
31 
32 #include <utility/vector1.hh>
33 
34 
35 namespace protocols{
36 namespace forge{
37 namespace constraints{
38 
40 public:
41 
44 
45 public:
47 
49 
50  virtual ~ConstraintFileRCG();
51 
52  void set_cstfile( String const & filename );
53 
54  virtual void
55  parse_my_tag( TagPtr const tag,
57  protocols::filters::Filters_map const & filters,
58  protocols::moves::Movers_map const & movers,
59  core::pose::Pose const & pose );
60 
61  virtual std::string
62  get_name() const;
63 
65  fresh_instance() const;
66 
67  virtual
68  void generate_remodel_constraints( Pose const & pose );
69 
70 private:
71 
73 
74 }; //class ConstraintFileRCG
75 
76 
77 } //namespace constraints
78 } //namespace forge
79 } //namespace protocols
80 
81 
82 
83 
84 #endif // INCLUDED_protocols_forge_constraints_ConstraintFileRCG_HH