Rosetta 3.5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
DirectReadoutEnergy.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 core/scoring/methods/DirectReadoutEnergy.hh
11 /// @brief Statistically derived DNA contact potential class declaration
12 /// @author Phil Bradley
13 
14 
15 #ifndef INCLUDED_core_scoring_methods_DirectReadoutEnergy_hh
16 #define INCLUDED_core_scoring_methods_DirectReadoutEnergy_hh
17 
18 // Unit Headers
20 
21 // Package headers
24 
25 
26 // Project headers
27 #include <core/pose/Pose.fwd.hh>
29 
31 #include <utility/vector1.hh>
32 
33 
34 // Utility headers
35 
36 namespace core {
37 namespace scoring {
38 namespace methods {
39 
40 /// @brief Implementation of Kono and Sarai's knowledge-based protein-DNA interaction energy
41 /// @details Could be a CI2B, but interaction threshold is large, so in the short term defining as
42 /// WholeStructure energy.
43 
45 public:
47 public:
48 
49  ///
51 
52 
53  /// clone
54  virtual
56  clone() const;
57 
58  /////////////////////////////////////////////////////////////////////////////
59  // scoring
60  /////////////////////////////////////////////////////////////////////////////
61 
62 
63  /// @brief Implementation which is currently not used
64  ///
65  void
67  conformation::Residue const & rsd1,
68  conformation::Residue const & rsd2,
69  pose::Pose const & pose,
70  ScoreFunction const &,
71  EnergyMap & emap
72  ) const;
73 
75 
76  /// @brief All the work happens here
77  virtual
78  void
80  pose::Pose const & pose,
81  ScoreFunction const & scorefxn,
82  EnergyMap & emap
83  ) const;
84 
85 
86  /// @brief No graphs required.
87  virtual
89 
90 
91  /////////////////////////////////////////////////////////////////////////////
92  // data
93  /////////////////////////////////////////////////////////////////////////////
94 
95 private:
96 
98 virtual
99 core::Size version() const;
100 
101 };
102 
103 
104 }
105 }
106 }
107 
108 #endif // INCLUDED_core_scoring_ScoreFunction_HH