Rosetta 3.5
Main Page
Related Pages
Namespaces
Classes
Files
Examples
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
src
core
scoring
interface
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
14
#include <
core/scoring/methods/EnergyMethodCreator.hh
>
15
16
#include <
core/scoring/methods/EnergyMethod.fwd.hh
>
17
#include <
core/scoring/methods/EnergyMethodOptions.fwd.hh
>
18
19
#include <utility/vector1.hh>
20
21
22
namespace
core {
23
namespace
scoring {
24
namespace
interface {
25
26
class
DDPscoreCreator
:
public
methods::EnergyMethodCreator
27
{
28
public
:
29
/// @brief Instantiate a new NVscore
30
virtual
31
methods::EnergyMethodOP
32
create_energy_method
(
33
methods::EnergyMethodOptions
const
&
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
39
ScoreTypes
40
score_types_for_method
()
const
;
41
42
};
43
44
}
// Interface
45
}
// scoring
46
}
// core
47
48
#endif
/* INCLUDED_core_scoring_Interface_DDPScoreCreator_HH_ */
Generated on Sat Jun 1 2013 11:37:22 for Rosetta 3.5 by
1.8.4