Rosetta 3.5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
RPF_ScoreEvaluator.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 ClashEvaluator.hh
11 /// @brief
12 /// @detailed
13 ///
14 ///
15 ///
16 /// @author Oliver Lange
17 
18 
19 
20 #ifndef INCLUDED_protocols_simple_filters_RPF_ScoreEvaluator_hh
21 #define INCLUDED_protocols_simple_filters_RPF_ScoreEvaluator_hh
22 
23 //#include <protocols/simple_filters/RPF_ScoreEvaluator.fwd.hh>
24 
25 
26 // Unit Headers
28 
29 // Package Headers
30 // AUTO-REMOVED #include <protocols/noesy_assign/NoesyModule.hh>
31 
32 // Project Headers
33 #include <core/pose/Pose.fwd.hh>
34 
35 
36 // ObjexxFCL Headers
37 
38 // Utility headers
39 #include <utility/pointer/ReferenceCount.hh>
40 
42 #include <utility/vector1.hh>
43 
44 //Auto Headers
45 
46 
47 
48 // AUTO-REMOVED #include <utility/vector1.hh>
49 
50 //// C++ headers
51 // AUTO-REMOVED #include <list>
52 
53 namespace protocols {
54 namespace simple_filters {
55 
57 public:
58  RPF_ScoreEvaluator( std::string tag, core::Real dcut = 5 );
59 
60  virtual core::Real apply( core::pose::Pose& pose ) const;
61  virtual bool applicable( core::pose::Pose const& pose ) const;
62 
63 private:
66 };
67 
68 }
69 }
70 
71 #endif