Rosetta 3.5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
StepWiseProteinUtil.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 SWA_ProtocolUtil.hh
11 /// @brief
12 /// @detailed
13 ///
14 /// @author Rhiju Das
15 
16 
17 #ifndef INCLUDED_protocols_swa_protein_StepWiseProteinUtil_HH
18 #define INCLUDED_protocols_swa_protein_StepWiseProteinUtil_HH
19 
20 #include <core/pose/Pose.fwd.hh>
22 #include <core/id/AtomID.fwd.hh>
24 // AUTO-REMOVED #include <core/io/silent/SilentFileData.hh> // needed for default initialization of SilentFileDataOP
25 #include <core/types.hh>
27 // AUTO-REMOVED #include <string>
28 
29 //Auto Headers
30 #include <utility/vector1.hh>
31 
32 namespace protocols {
33 namespace swa {
34 namespace protein {
35 
37  get_rotamer_angle( core::Size const & i, core::Size const & N_SAMPLE );
38 
39  void
40  output_silent_struct( core::pose::Pose const & pose, core::pose::PoseCOP const & native_pose_op,
41  std::string const & silent_file, std::string const & tag,
43 
44 
45  void
46  output_silent_struct( core::pose::Pose const & pose, core::pose::PoseCOP const & native_pose_op,
47  std::string const & silent_file, std::string const & tag,
49  utility::vector1< core::Size > const & calc_rms_res );
50 
51  void
53 
55 
57 
58  void
60  core::pose::Pose const & pose_2,
61  core::Size const base_res,
63 
64 
65  void
67  core::pose::Pose const & pose_2,
68  core::Size const base_res,
70 
71  void
73  core::pose::Pose const & pose_2,
74  core::Size const base_res,
75  core::Size const base_res2,
77 
78  void
80 
81 
82 } //swa
83 } // protocols
84 
85 }
86 #endif