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
protocols
multistate_design
MultiStateAggregateFunction.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
// (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 MultiStateAggregateFunction.hh
11
/// @brief
12
/// @author Colin A. Smith
13
14
#ifndef INCLUDED_protocols_multistate_design_MultiStateAggregateFunction_hh
15
#define INCLUDED_protocols_multistate_design_MultiStateAggregateFunction_hh
16
17
#include <
protocols/multistate_design/MultiStateFitnessFunction.fwd.hh
>
18
#include <
core/types.hh
>
19
20
// Utility Headers
21
// AUTO-REMOVED #include <utility/vector1.hh>
22
#include <utility/pointer/ReferenceCount.hh>
23
24
#include <utility/vector1.fwd.hh>
25
26
27
namespace
protocols {
28
namespace
multistate_design {
29
30
class
MultiStateAggregateFunction
:
public
utility::pointer::ReferenceCount
{
31
32
public
:
33
typedef
utility::pointer::owning_ptr< MultiStateAggregateFunction >
OP
;
34
typedef
utility::pointer::owning_ptr< MultiStateAggregateFunction const >
COP
;
35
36
MultiStateAggregateFunction
() {}
37
virtual
~MultiStateAggregateFunction
() {}
38
39
virtual
40
core::Real
41
evaluate
(
42
utility::vector1< core::Real >
const
& single_state_fitnesses,
43
MultiStateFitnessFunction
& fitness_function
44
)
const
;
45
46
private
:
47
};
48
49
}
// namespace multistate_design
50
}
// namespace protocols
51
52
#endif
Generated on Sat Jun 1 2013 12:00:43 for Rosetta 3.5 by
1.8.4