Rosetta 3.5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
ccd_closure.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
11 /// @brief
12 /// @author
13 
14 
15 #ifndef INCLUDED_protocols_loops_loop_closure_ccd_ccd_closure_hh
16 #define INCLUDED_protocols_loops_loop_closure_ccd_ccd_closure_hh
17 
18 
19 // Package headers
20 #include <core/types.hh>
21 #include <core/pose/Pose.fwd.hh>
23 
24 #include <utility/vector1.hh>
25 
26 namespace protocols {
27 namespace loops {
28 namespace loop_closure {
29 namespace ccd {
30 
31 int
33  core::pose::Pose & pose,
34  core::kinematics::MoveMap const & mm,
35  int const loop_begin,
36  int const loop_end,
37  int const cutpoint,
38  int const ii_cycles,
39  core::Real const tolerance,
40  bool const rama_check,
41  core::Real const max_rama_score_increase,
42  core::Real const max_total_delta_helix,
43  core::Real const max_total_delta_strand,
44  core::Real const max_total_delta_loop,
45  core::Real & forward_deviation, // output
46  core::Real & backward_deviation, // output
47  core::Real & torsion_delta,
48  core::Real & rama_delta
49 );
50 
51 void
52 ccd_moves(
53  int const total_moves,
54  core::pose::Pose & pose,
55  core::kinematics::MoveMap const & mm,
56  int const loop_begin,
57  int const loop_end,
58  int const cutpoint
59 );
60 
61 } // namespace ccd
62 } // namespace loop_closure
63 } // namespace loops
64 } // namespace protocols
65 
66 #endif //INCLUDED_protocols_loops_loop_closure_ccd_ccd_closure_hh