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
FixbbCoupledRotamerSimAnnealer.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/FixbbCoupledRotamerSimAnnealer.hh
11
/// @brief Packer's standard annealer class declaration
12
/// @author Andrew Leaver-Fay (aleaverfay@gmail.com)
13
14
#ifndef INCLUDED_core_pack_annealer_FixbbCoupledRotamerSimAnnealer_hh
15
#define INCLUDED_core_pack_annealer_FixbbCoupledRotamerSimAnnealer_hh
16
17
// Unit Headers
18
#include <
core/pack/annealer/FixbbCoupledRotamerSimAnnealer.fwd.hh
>
19
20
// Package Headers
21
#include <
core/pack/annealer/RotamerAssigningAnnealer.hh
>
22
23
#include <
core/pack/interaction_graph/InteractionGraphBase.fwd.hh
>
24
25
#include <
core/pack/rotamer_set/RotamerSets.fwd.hh
>
26
#include <
core/pack/rotamer_set/RotamerSet.fwd.hh
>
27
#include <
core/pack/rotamer_set/RotamerCouplings.fwd.hh
>
28
29
#include <utility/vector0.hh>
30
#include <utility/vector1.hh>
31
32
33
namespace
core {
34
namespace
pack {
35
namespace
annealer {
36
37
class
FixbbCoupledRotamerSimAnnealer;
38
39
class
FixbbCoupledRotamerSimAnnealer
:
public
RotamerAssigningAnnealer
40
{
41
public
:
42
typedef
interaction_graph::InteractionGraphBaseOP
InteractionGraphBaseOP
;
43
typedef
rotamer_set::RotamerSetsCOP
RotamerSetsCOP
;
44
typedef
rotamer_set::RotamerSetCOP
RotamerSetCOP
;
45
typedef
rotamer_set::RotamerCouplingsOP
RotamerCouplingsOP
;
46
typedef
rotamer_set::RotamerCouplingsCOP
RotamerCouplingsCOP
;
47
48
public
:
49
FixbbCoupledRotamerSimAnnealer
(
50
utility::vector0<int>
&
rot_to_pack
,
51
ObjexxFCL::FArray1D_int &
bestrotamer_at_seqpos
,
52
core::PackerEnergy
&
bestenergy
,
53
bool
start_with_current
,
// start simulation with current rotamers
54
InteractionGraphBaseOP
ig,
55
FixbbRotamerSetsCOP
rotamer_sets
,
56
ObjexxFCL::FArray1_int &
current_rot_index
,
57
bool
calc_rot_freq
,
58
ObjexxFCL::FArray1D< core::PackerEnergy > &
rot_freq
,
59
RotamerCouplingsCOP
rotamer_couplings
60
);
61
62
FixbbCoupledRotamerSimAnnealer
(
63
ObjexxFCL::FArray1D_int &
bestrotamer_at_seqpos
,
64
core::PackerEnergy
&
bestenergy
,
65
bool
start_with_current
,
// start simulation with current rotamers
66
InteractionGraphBaseOP
ig,
67
FixbbRotamerSetsCOP
rotamer_sets
,
68
ObjexxFCL::FArray1_int &
current_rot_index
,
69
bool
calc_rot_freq
,
70
ObjexxFCL::FArray1D< core::PackerEnergy > &
rot_freq
,
71
RotamerCouplingsCOP
rotamer_couplings
72
);
73
74
75
virtual
~FixbbCoupledRotamerSimAnnealer
();
76
77
/// @brief sim_annealing for fixed backbone design mode
78
void
run
();
79
80
private
:
81
void
82
setup_rotamer_couplings
(
RotamerCouplingsCOP
rotamer_couplings );
83
84
InteractionGraphBaseOP
ig_
;
85
FixbbCoupledRotamerSimAnnealer
(
const
FixbbCoupledRotamerSimAnnealer
& rhs);
86
RotamerCouplingsOP
rotamer_couplings_
;
87
};
88
89
}
//end namespace annealer
90
}
//end namespace pack
91
}
//end namespace core
92
93
#endif
Generated on Sat Jun 1 2013 11:33:11 for Rosetta 3.5 by
1.8.4