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