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
util
disulfide_util.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 sw=2 noet:
3
//
4
// This file is part of the Rosetta software suite and is made available under license.
5
// The Rosetta software is developed by the contributing members of the Rosetta Commons consortium.
6
// (C) 199x-2009 Rosetta Commons participating institutions and developers.
7
// For more information, see http://www.rosettacommons.org/.
8
9
/// @file core/util/disulfide_util.hh
10
/// @brief A collection of procedures for manipulating disulfide bonds
11
/// @author Spencer Bliven <blivens@u.washington.edu>
12
/// @date 4/30/2009
13
14
#ifndef INCLUDED_core_util_disulfide_util_HH
15
#define INCLUDED_core_util_disulfide_util_HH
16
17
// Project Headers
18
#include <
core/types.hh
>
19
20
#include <
core/kinematics/MoveMap.fwd.hh
>
21
22
#include <
core/pack/task/PackerTask.fwd.hh
>
23
24
#include <
core/pose/Pose.fwd.hh
>
25
26
#include <
core/scoring/ScoreFunction.fwd.hh
>
27
28
// Utility Headers
29
#include <utility/vector1.fwd.hh>
30
31
// C++ headers
32
// AUTO-REMOVED #include <utility>
33
34
#include <utility/vector1.hh>
35
36
37
namespace
core {
38
namespace
util {
39
40
/// @brief Rebuild a pair of cysteines (and possibly surrounding residues) so
41
/// that they form a near-ideal disulfide bond
42
void
rebuild_disulfide
(
core::pose::Pose
& pose,
43
core::Size
lower_res,
core::Size
upper_res,
44
core::pack::task::PackerTaskOP
packer_task = 0,
45
core::scoring::ScoreFunctionOP
packer_score = 0,
46
core::kinematics::MoveMapOP
mm = 0,
47
core::scoring::ScoreFunctionOP
minimizer_score = 0 );
48
49
/// @brief Rebuild a number of pairs of cysteines (and possibly surrounding
50
/// residues) so that they form near-ideal disulfide bonds
51
void
rebuild_disulfide
(
core::pose::Pose
& pose,
52
utility::vector1
<std::pair<core::Size, core::Size> > disulfides,
53
core::pack::task::PackerTaskOP
packer_task = 0,
54
core::scoring::ScoreFunctionOP
packer_score = 0,
55
core::kinematics::MoveMapOP
mm = 0,
56
core::scoring::ScoreFunctionOP
minimizer_score = 0 );
57
58
}
// util
59
}
// core
60
61
#endif //INCLUDED_protocols_toolbox_disulfide_util_HH
62
Generated on Sat Jun 1 2013 11:40:30 for Rosetta 3.5 by
1.8.4