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
protocols
loophash
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
19
#include <
protocols/wum/SilentStructStore.hh
>
20
#include <
protocols/wum/MPI_WorkUnitManager.hh
>
21
#include <
protocols/loophash/MPI_LoopHashRefine.hh
>
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>
28
#include <
core/io/silent/SilentStruct.fwd.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
37
class
MPI_LoopHashRefine_Emperor
:
public
MPI_LoopHashRefine
{
38
39
public
:
40
41
MPI_LoopHashRefine_Emperor
():
42
MPI_LoopHashRefine
(
'E'
)
43
{
44
set_defaults
();
45
}
46
47
virtual
~MPI_LoopHashRefine_Emperor
(){};
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
67
core::Size
max_emperor_lib_round_
;
68
};
69
70
71
}
// namespace loops
72
}
// namespace protocols
73
74
75
76
#endif
77
78
79
80
Generated on Sat Jun 1 2013 11:57:22 for Rosetta 3.5 by
1.8.4