Rosetta 3.5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
DisulfideMatchingEnergy.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 sw=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/disulfides/DisulfideMatchingEnergy.hh
11 /// @brief Centroid Disulfide Energy class declaration
12 /// @author rvernon@u.washington.edu
13 /// @date 02/09/10
14 
15 #ifndef INCLUDED_core_scoring_disulfides_DisulfideMatchingEnergy_hh
16 #define INCLUDED_core_scoring_disulfides_DisulfideMatchingEnergy_hh
17 
18 // Unit headers
20 
21 // Package headers
26 
27 #include <utility/vector1.hh>
28 
29 
30 namespace core {
31 namespace scoring {
32 namespace disulfides {
33 
35 public:
37 
38 public:
40  virtual ~DisulfideMatchingEnergy();
41 
42  // EnergyMethod Methods:
43  virtual
45  clone() const;
46 
47  virtual
48  void
49  setup_for_scoring( pose::Pose &, ScoreFunction const & ) const;
50 
51  virtual
53 
54  // TwoBodyEnergy Methods:
55  virtual
56  void
58  conformation::Residue const & rsd1,
59  conformation::Residue const & rsd2,
60  pose::Pose const & pose,
61  ScoreFunction const & sfxn,
62  EnergyMap & emap
63  ) const;
64 
65 
66  virtual
67  bool
68  defines_intrares_energy( EnergyMap const & weights ) const;
69 
70  virtual
71  void
73  conformation::Residue const & rsd,
74  pose::Pose const & pose,
75  ScoreFunction const & sfxn,
76  EnergyMap & emap
77  ) const;
78 
79  // LongRangeTwoBodyEnergy methods
81 
82  virtual
83  bool
85  pose::Pose const & pose,
86  Size res1,
87  Size res2
88  ) const;
89 
90 private:
92 virtual
93 core::Size version() const;
94 };
95 
96 
97 
98 } // namespace disulfides
99 } // namespace scoring
100 } // namespace core
101 
102 #endif //INCLUDED_core_scoring_disulfides_DisulfideMatchingEnergy_HH