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
pack
annealer
FixbbSimAnnealer.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 core/pack/annealer/FixbbSimAnnealer.hh
11
/// @brief Packer's standard annealer class declaration, originally written by Brian Kuhlman
12
/// and factored into base and derived classes by Jenny Hu.
13
/// @author Andrew Leaver-Fay (aleaverfay@gmail.com)
14
15
#ifndef INCLUDED_core_pack_annealer_FixbbSimAnnealer_hh
16
#define INCLUDED_core_pack_annealer_FixbbSimAnnealer_hh
17
18
// Unit Headers
19
#include <
core/pack/annealer/FixbbSimAnnealer.fwd.hh
>
20
21
// Package Headers
22
#include <
core/pack/annealer/RotamerAssigningAnnealer.hh
>
23
24
#include <
core/pack/interaction_graph/InteractionGraphBase.fwd.hh
>
25
26
#include <
core/pack/rotamer_set/FixbbRotamerSets.fwd.hh
>
27
28
#include <utility/vector0.hh>
29
#include <utility/vector1.hh>
30
31
32
namespace
core {
33
namespace
pack {
34
namespace
annealer {
35
36
class
FixbbSimAnnealer;
37
38
class
FixbbSimAnnealer
:
public
RotamerAssigningAnnealer
39
{
40
public
:
41
typedef
interaction_graph::InteractionGraphBaseOP
InteractionGraphBaseOP
;
42
43
public
:
44
FixbbSimAnnealer
(
45
utility::vector0< int >
&
rot_to_pack
,
46
ObjexxFCL::FArray1D_int &
bestrotamer_at_seqpos
,
47
core::PackerEnergy
&
bestenergy
,
48
bool
start_with_current
,
// start simulation with current rotamers
49
InteractionGraphBaseOP
ig,
50
FixbbRotamerSetsCOP
rotamer_sets
,
51
ObjexxFCL::FArray1_int &
current_rot_index
,
52
bool
calc_rot_freq
,
53
ObjexxFCL::FArray1D< core::PackerEnergy > &
rot_freq
54
);
55
56
FixbbSimAnnealer
(
57
ObjexxFCL::FArray1D_int &
bestrotamer_at_seqpos
,
58
core::PackerEnergy
&
bestenergy
,
59
bool
start_with_current
,
// start simulation with current rotamers
60
InteractionGraphBaseOP
ig,
61
FixbbRotamerSetsCOP
rotamer_sets
,
62
ObjexxFCL::FArray1_int &
current_rot_index
,
63
bool
calc_rot_freq
,
64
ObjexxFCL::FArray1D< core::PackerEnergy > &
rot_freq
65
);
66
67
virtual
~FixbbSimAnnealer
();
68
void
run
();
69
70
private
:
71
InteractionGraphBaseOP
ig_
;
72
FixbbSimAnnealer
(
const
FixbbSimAnnealer
& rhs);
73
};
74
75
}
//end namespace annealer
76
}
//end namespace pack
77
}
//end namespace core
78
79
#endif
Generated on Sat Jun 1 2013 11:33:11 for Rosetta 3.5 by
1.8.4