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
protein_interface_design
movers
PlaceUtils.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/protein_interface_design/movers/PlaceStubMover.hh
11
/// @brief definition of classes for grafting hotspots into a pose
12
/// @author Sarel Fleishman (sarelf@u.washington.edu)
13
14
#ifndef INCLUDED_protocols_protein_interface_design_movers_PlaceUtils_hh
15
#define INCLUDED_protocols_protein_interface_design_movers_PlaceUtils_hh
16
17
// Project Headers
18
#include <
core/pose/Pose.fwd.hh
>
19
#include <
core/types.hh
>
20
#include <
core/scoring/constraints/HarmonicFunc.fwd.hh
>
21
#include <
core/scoring/constraints/Constraint.fwd.hh
>
22
#include <
core/conformation/Residue.fwd.hh
>
23
#include <
protocols/moves/Mover.fwd.hh
>
24
#include <
protocols/moves/DataMap.fwd.hh
>
25
#include <
core/pack/task/TaskFactory.fwd.hh
>
26
#include <utility/tag/Tag.fwd.hh>
27
#include <
core/scoring/ScoreFunction.fwd.hh
>
28
#include <
protocols/hotspot_hashing/HotspotStub.fwd.hh
>
29
#include <
protocols/hotspot_hashing/HotspotStubSet.fwd.hh
>
30
#include <utility/vector1.fwd.hh>
31
#include <numeric/xyzVector.fwd.hh>
32
33
#include <utility/vector1.hh>
34
35
36
// C++ headers
37
38
// Unit headers
39
40
namespace
protocols {
41
namespace
protein_interface_design {
42
namespace
movers {
43
44
bool
45
test_res_res_aln
(
core::conformation::Residue
const
& res1,
core::conformation::Residue
const
& res2,
core::Real
& C_N_angle,
core::Real
& CB_CA_angle );
46
47
/*core::scoring::constraints::ConstraintCOPs
48
add_coordinate_constraints( core::pose::Pose & pose, core::Size const host_chain, core::Size const resnum, core::Real const coord_sdev, core::scoring::constraints::HarmonicFuncOP & coord_cst_func );
49
*/
50
51
core::scoring::constraints::ConstraintCOPs
52
add_coordinate_constraints
(
core::pose::Pose
& pose,
core::conformation::Residue
const
source,
core::Size
const
host_chain,
core::Size
const
resnum,
core::Real
const
coord_sdev,
core::scoring::constraints::HarmonicFuncOP
& coord_cst_func );
53
54
void
55
generate_taskfactory_and_add_task_awareness
(
utility::tag::TagPtr
const
tag,
protocols::moves::Movers_map
const
& movers,
protocols::moves::DataMap
& data,
core::pack::task::TaskFactoryOP
& task_factory );
56
57
std::string
nearest_atom_for_constraint
(
core::conformation::Residue
const
residue );
58
59
/// @brief find the nearest residue to a coordinate
60
core::Size
61
find_nearest_residue_to_coord
(
core::pose::Pose
const
& pose,
numeric::xyzVector< core::Real >
const
coord,
core::Size
const
host_chain );
62
63
/// @brief a utility function for parsing stubset information from a tag
64
utility::vector1< std::pair< protocols::hotspot_hashing::HotspotStubSetOP, std::pair< protocols::hotspot_hashing::HotspotStubOP, core::Size >
> >
65
parse_stub_sets
(
utility::tag::TagPtr
const
tag,
core::pose::Pose
const
& pose,
core::Size
const
host_chain,
protocols::moves::DataMap
data );
66
67
core::scoring::ScoreFunctionOP
make_stub_scorefxn
();
68
}
//movers
69
}
//protein_interface_design
70
}
//protocols
71
72
#endif
/*INCLUDED_protocols_protein_interface_design_movers_PlaceUtils_HH*/
73
Generated on Sat Jun 1 2013 12:06:22 for Rosetta 3.5 by
1.8.4