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
DockingScoreFunction.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
// This file is made available under the Rosetta Commons license.
5
// See http://www.rosettacommons.org/license
6
// (C) 199x-2007 University of Washington
7
// (C) 199x-2007 University of California Santa Cruz
8
// (C) 199x-2007 University of California San Francisco
9
// (C) 199x-2007 Johns Hopkins University
10
// (C) 199x-2007 University of North Carolina, Chapel Hill
11
// (C) 199x-2007 Vanderbilt University
12
13
/// @file core/scoring/symmetry/DockingScoreFunction.hh
14
/// @brief Symmetric Score function class
15
/// @author Ingemar Andre
16
17
18
#ifndef INCLUDED_core_scoring_DockingScoreFunction_hh
19
#define INCLUDED_core_scoring_DockingScoreFunction_hh
20
21
// Unit headers
22
#include <
core/scoring/DockingScoreFunction.fwd.hh
>
23
24
// Package headers
25
#include <
core/scoring/ScoreFunction.hh
>
26
// AUTO-REMOVED #include <core/scoring/hbonds/HBondSet.fwd.hh>
27
28
// Project headers
29
#include <
core/conformation/symmetry/SymmetricConformation.fwd.hh
>
30
#include <
core/conformation/symmetry/SymmetryInfo.fwd.hh
>
31
32
#include <utility/vector1.hh>
33
34
35
namespace
core {
36
namespace
scoring {
37
38
class
DockingScoreFunction
:
public
ScoreFunction
39
{
40
public
:
41
typedef
ScoreFunction
parent
;
42
43
public
:
44
45
/// ctor
46
DockingScoreFunction
();
47
48
DockingScoreFunction
&
49
operator=
(
DockingScoreFunction
const
& );
50
51
DockingScoreFunction
(
DockingScoreFunction
const
& );
52
53
DockingScoreFunction
(
ScoreFunction
const
& src );
54
55
DockingScoreFunction
(
ScoreFunctionOP
src );
56
57
DockingScoreFunction
(
ScoreFunctionCOP
src );
58
59
ScoreFunctionOP
clone
()
const
;
60
61
/////////////////////////////////////////////////////////////////////////////
62
// score
63
/////////////////////////////////////////////////////////////////////////////
64
65
virtual
Real
66
operator ()
(
pose::Pose
& pose )
const
;
67
68
69
};
70
71
72
}
// namespace scoring
73
}
// namespace core
74
75
#endif // INCLUDED_core_scoring_DockingScoreFunction_HH
Generated on Sat Jun 1 2013 11:36:12 for Rosetta 3.5 by
1.8.4