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
pack_daemon
PackDaemon.fwd.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/pack_daemon/PackDaemon.hh
11
/// @brief declaration for class PackDaemon
12
/// @author Andrew Leaver-Fay (aleaverfay@gmail.com)
13
14
15
#ifndef INCLUDED_protocols_pack_daemon_PackDaemon_fwd_hh
16
#define INCLUDED_protocols_pack_daemon_PackDaemon_fwd_hh
17
18
#include <utility/pointer/owning_ptr.hh>
19
20
namespace
protocols {
21
namespace
pack_daemon {
22
23
// #define APL_MEASURE_MSD_LOAD_BALANCE
24
25
class
PackDaemon
;
26
27
typedef
utility::pointer::owning_ptr< PackDaemon >
PackDaemonOP
;
28
typedef
utility::pointer::owning_ptr< PackDaemon const >
PackDaemonCOP
;
29
30
class
DaemonSet
;
31
32
typedef
utility::pointer::owning_ptr< DaemonSet >
DaemonSetOP
;
33
typedef
utility::pointer::owning_ptr< DaemonSet const >
DaemonSetCOP
;
34
35
class
NPDPropCalculator
;
36
typedef
utility::pointer::owning_ptr< NPDPropCalculator >
NPDPropCalculatorOP
;
37
typedef
utility::pointer::owning_ptr< NPDPropCalculator const >
NPDPropCalculatorCOP
;
38
39
class
NPDPropCalculatorCreator
;
40
typedef
utility::pointer::owning_ptr< NPDPropCalculatorCreator >
NPDPropCalculatorCreatorOP
;
41
typedef
utility::pointer::owning_ptr< NPDPropCalculatorCreator const >
NPDPropCalculatorCreatorCOP
;
42
43
class
QuickRepacker
;
44
45
typedef
utility::pointer::owning_ptr< QuickRepacker >
QuickRepackerOP
;
46
typedef
utility::pointer::owning_ptr< QuickRepacker const >
QuickRepackerCOP
;
47
48
class
BasicSimAnnealerRepacker
;
49
50
typedef
utility::pointer::owning_ptr< BasicSimAnnealerRepacker >
BasicSimAnnealerRepackerOP
;
51
typedef
utility::pointer::owning_ptr< BasicSimAnnealerRepacker const >
BasicSimAnnealerRepackerCOP
;
52
53
class
DenseIGRepacker
;
54
55
typedef
utility::pointer::owning_ptr< DenseIGRepacker >
DenseIGRepackerOP
;
56
typedef
utility::pointer::owning_ptr< DenseIGRepacker const >
DenseIGRepackerCOP
;
57
58
class
DoubleDenseIGRepacker
;
59
60
typedef
utility::pointer::owning_ptr< DoubleDenseIGRepacker >
DoubleDenseIGRepackerOP
;
61
typedef
utility::pointer::owning_ptr< DoubleDenseIGRepacker const >
DoubleDenseIGRepackerCOP
;
62
63
}
64
}
65
66
#endif
Generated on Sat Jun 1 2013 12:02:28 for Rosetta 3.5 by
1.8.4