Rosetta 3.5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
DDPscoreCreator.hh
Go to the documentation of this file.
1 // (c) Copyright Rosetta Commons Member Institutions.
2 // (c) This file is part of the Rosetta software suite and is made available under license.
3 // (c) The Rosetta software is developed by the contributing members of the Rosetta Commons.
4 // (c) For more information, see http://www.rosettacommons.org. Questions about this can be
5 // (c) addressed to University of Washington UW TechTransfer, email: license@u.washington.edu.
6 
7 /// @file src/core/scoring/Interface/DDPscoreCreator.hh
8 /// @author Hermann Zellner (hermann1.zellner@biologie.uni-regensburg.de)
9 
10 
11 #ifndef INCLUDED_core_scoring_interface_DDPscoreCreator_hh
12 #define INCLUDED_core_scoring_interface_DDPscoreCreator_hh
13 
15 
18 
19 #include <utility/vector1.hh>
20 
21 
22 namespace core {
23 namespace scoring {
24 namespace interface {
25 
27 {
28 public:
29  /// @brief Instantiate a new NVscore
30  virtual
34  ) const;
35 
36  /// @brief Return the set of score types claimed by the EnergyMethod
37  /// this EnergyMethodCreator creates in its create_energy_method() function
38  virtual
40  score_types_for_method() const;
41 
42 };
43 
44 } // Interface
45 } // scoring
46 } // core
47 
48 #endif /* INCLUDED_core_scoring_Interface_DDPScoreCreator_HH_ */