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