Rosetta 3.5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
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 
22 #include <core/pose/Pose.fwd.hh>
23 
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
36 
37 ///@brief Make DNA Rigid in movemap if found in pose
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