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
relax
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 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/relax/util.hh
11
/// @brief initialization protocols for relax and utility functions
12
///
13
/// @author Mike Tyka
14
15
16
#ifndef INCLUDED_protocols_relax_util_hh
17
#define INCLUDED_protocols_relax_util_hh
18
// AUTO-REMOVED #include <core/scoring/MembraneTopology.fwd.hh> //pba
19
20
#include <
core/scoring/ScoreFunction.fwd.hh
>
21
#include <
core/kinematics/MoveMap.hh
>
22
#include <
core/pose/Pose.fwd.hh
>
23
24
#include <
protocols/relax/RelaxProtocolBase.fwd.hh
>
25
26
#include <utility/vector1.hh>
27
28
29
//// C++ headers
30
31
namespace
protocols {
32
namespace
relax {
33
34
///@brief (pba) read in membrane topology
35
void
setup_membrane_topology
(
core::pose::Pose
& pose,
std::string
spanfile );
36
37
///@brief Make DNA Rigid in movemap if found in pose
38
void
make_dna_rigid
(
core::pose::Pose
& pose,
core::kinematics::MoveMap
& mm);
39
40
void
relax_pose
(
core::pose::Pose
& pose,
core::scoring::ScoreFunctionOP
scorefxn,
std::string
const
& tag );
41
42
RelaxProtocolBaseOP
generate_relax_from_cmd
(
bool
NULL_if_no_cmd =
false
);
43
44
}
45
}
// protocols
46
47
#endif
Generated on Sat Jun 1 2013 11:32:20 for Rosetta 3.5 by
1.8.4