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
core
pack
task
operation
TaskOperations.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 core/pack/task/operation/TaskOperation.fwd.hh
11
/// @brief Forward declaration of a class that performs an operation on a packer task,
12
/// usually, by a PackerTaskFactory right after the task's construction
13
/// @author Andrew Leaver-Fay (leaverfa@email.unc.edu)
14
15
#ifndef INCLUDED_core_pack_task_operation_TaskOperations_fwd_hh
16
#define INCLUDED_core_pack_task_operation_TaskOperations_fwd_hh
17
18
#include <utility/pointer/owning_ptr.hh>
19
20
namespace
core {
21
namespace
pack {
22
namespace
task {
23
namespace
operation {
24
25
class
RestrictToRepacking;
26
class
RestrictResidueToRepacking;
27
class
InitializeFromCommandline;
28
class
RestrictAbsentCanonicalAAS;
29
class
DisallowIfNonnative;
30
class
ReadResfile;
31
class
SetRotamerCouplings;
32
class
AppendRotamer;
33
class
AppendRotamerSet;
34
class
PreserveCBeta;
35
class
PreventRepacking;
36
class
IncludeCurrent;
37
class
RotamerExplosion;
38
class
ExtraChiCutoff
;
39
40
typedef
utility::pointer::owning_ptr< RestrictToRepacking >
RestrictToRepackingOP
;
41
typedef
utility::pointer::owning_ptr< RestrictResidueToRepacking >
RestrictResidueToRepackingOP
;
42
typedef
utility::pointer::owning_ptr< RestrictAbsentCanonicalAAS >
RestrictAbsentCanonicalAASOP
;
43
typedef
utility::pointer::owning_ptr< DisallowIfNonnative >
DisallowIfNonnativeOP
;
44
typedef
utility::pointer::owning_ptr< InitializeFromCommandline >
InitializeFromCommandlineOP
;
45
typedef
utility::pointer::owning_ptr< ReadResfile >
ReadResfileOP
;
46
typedef
utility::pointer::owning_ptr< SetRotamerCouplings >
SetRotamerCouplingsOP
;
47
typedef
utility::pointer::owning_ptr< AppendRotamer >
AppendRotamerOP
;
48
typedef
utility::pointer::owning_ptr< AppendRotamerSet >
AppendRotamerSetOP
;
49
typedef
utility::pointer::owning_ptr< PreserveCBeta >
PreserveCBetaOP
;
50
typedef
utility::pointer::owning_ptr< PreventRepacking >
PreventRepackingOP
;
51
typedef
utility::pointer::owning_ptr< IncludeCurrent >
IncludeCurrentOP
;
52
typedef
utility::pointer::owning_ptr< RotamerExplosion >
RotamerExplosionOP
;
53
typedef
utility::pointer::owning_ptr< ExtraChiCutoff >
ExtraChiCutoffOP
;
54
55
}
//namespace operation
56
}
//namespace task
57
}
//namespace pack
58
}
//namespace core
59
60
#endif
Generated on Sat Jun 1 2013 11:34:01 for Rosetta 3.5 by
1.8.4