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
forge
remodel
RemodelEnzdesCstModule.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/forge/remodel/RemodelEnzdesCstModule.hh
11
///
12
/// @brief this file handles merging constraint defined by enzdes type cstfile
13
/// @brief and blueprint definition of positions and add them to the pose
14
/// @author Possu Huang, possu@u.washington.edu, Jan 2010
15
16
17
#ifndef INCLUDED_protocols_forge_remodel_RemodelEnzdesCstModule_hh
18
#define INCLUDED_protocols_forge_remodel_RemodelEnzdesCstModule_hh
19
20
//#include <protocols/enzdes/enzdes/EnzdesRemodelProtocol.hh>
21
//#include <protocols/enzdes/EnzdesFlexBBProtocol.hh>
22
#include <
protocols/toolbox/match_enzdes_util/EnzConstraintIO.hh
>
23
#include <
protocols/forge/remodel/RemodelData.hh
>
24
#include <
core/pose/Pose.fwd.hh
>
25
#include <
core/scoring/ScoreFunction.fwd.hh
>
26
// AUTO-REMOVED #include <core/scoring/ScoreFunctionFactory.hh>
27
28
#include <utility/vector1.hh>
29
30
31
namespace
protocols{
32
namespace
forge {
33
namespace
remodel {
34
35
class
RemodelEnzdesCstModule
:
public
protocols::toolbox::match_enzdes_util::EnzConstraintIO
{
36
37
public
:
38
39
RemodelEnzdesCstModule
(
protocols::forge::remodel::RemodelData
external_data);
40
41
~RemodelEnzdesCstModule
();
42
43
void
apply
(
core::pose::Pose
& pose);
44
void
blueprint_cst_definition
(
core::pose::Pose
& pose);
45
void
enable_constraint_scoreterms
(
core::scoring::ScoreFunctionOP
scorefxn);
46
void
use_backbone_only_blocks
();
47
void
use_all_blocks
();
48
private
:
// data
49
50
protocols::forge::remodel::RemodelData
remodel_data_
;
51
core::Size
cstblocksize_
;
52
core::scoring::ScoreFunctionOP
scorefxn_
;
53
bool
backbone_only_
;
54
55
};
56
57
}
// namespace remodel
58
}
// namespace forge
59
}
// namespace protocols
60
61
#endif
Generated on Sat Jun 1 2013 11:52:07 for Rosetta 3.5 by
1.8.4