Rosetta 3.5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
MPI_LoopHashRefine_Emperor.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 protocols/loophash/MPI_LoopHashRefine_Emperor.hh
11 /// @brief
12 /// @author Mike Tyka
13 
14 
15 
16 #ifndef INCLUDED_protocols_loophash_MPI_LoopHashRefine_Emperor_hh
17 #define INCLUDED_protocols_loophash_MPI_LoopHashRefine_Emperor_hh
18 
22 // AUTO-REMOVED #include <protocols/loophash/LoopHashSampler.fwd.hh>
23 // AUTO-REMOVED #include <protocols/loophash/LocalInserter.fwd.hh>
24 
25 #include <core/types.hh>
26 // AUTO-REMOVED #include <core/pose/Pose.hh>
27 #include <utility/vector1.hh>
29 // AUTO-REMOVED #include <core/io/silent/ProteinSilentStruct.hh>
30 #include <string>
31 #include <vector>
32 
33 namespace protocols {
34 namespace loophash {
35 
36 
38 
39 public:
40 
42  MPI_LoopHashRefine( 'E' )
43  {
44  set_defaults();
45  }
46 
48 
49  void set_defaults();
50 
51 public:
52 
53  virtual void go();
54 
55 protected:
56 
57  virtual void init();
58 
59  virtual void process_inbound_wus();
60 
61  virtual void process_outbound_wus();
62 
63  // adding arriving structures to library
64  virtual bool add_structures_to_library( protocols::wum::SilentStructStore &new_structs, std::string add_algorithm = "" );
65 private:
66 
68 };
69 
70 
71 } // namespace loops
72 } // namespace protocols
73 
74 
75 
76 #endif
77 
78 
79 
80