Rosetta 3.5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
VIP_Mover.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 #ifndef INCLUDED_protocols_vip_VIP_Mover_HH
11 #define INCLUDED_protocols_vip_VIP_Mover_HH
12 
14 
15 namespace protocols {
16 namespace vip {
17 
18 class VIP_Mover
19 {
20 
36 
38 
39  public:
40  VIP_Mover();
41  VIP_Mover(
51  core::Size,
56  core::Real);
57  virtual ~VIP_Mover();
58 
60  void minimize_conformation();
62  void get_cavity_positions();
63  void apply_holes();
65  void get_neighbors();
66  void try_point_mutants();
67  void relax_favorable_poses();
69  void sort_fill_energies();
71  // Undefined, commenting out to fix PyRosetta build void print_favorable_mutations();
72  void skip_relax();
73  void sort_relaxed_poses();
74  void print_pack_report();
75  void print_relax_report();
76  void nook_finder();
77  void cranny_packer();
78 
80 
82  return final_energy;}
84  return final_pose;}
85  void apply();
86 
87 
88 };
89 
91 
92 }}
93 #endif