Rosetta 3.5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
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
19 
20 // Package Headers
22 
24 
28 
29 namespace core {
30 namespace pack {
31 namespace annealer {
32 
33 class FixbbLinkingRotamerSimAnnealer;
34 
36 {
37 public:
43 
44 public:
47  ObjexxFCL::FArray1D_int & bestrotamer_at_seqpos,
49  bool start_with_current, // start simulation with current rotamers
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 
59  ObjexxFCL::FArray1D_int & bestrotamer_at_seqpos,
61  bool start_with_current, // start simulation with current rotamers
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 
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 
83 };
84 
85 }//end namespace annealer
86 }//end namespace pack
87 }//end namespace core
88 
89 #endif