Rosetta 3.5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
StepWiseRNA_OutputData.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 StepWiseRNA_Output_Data.hh
11 /// @brief
12 /// @detailed
13 ///
14 /// @author Parin Sripakdeevong
15 
16 
17 #ifndef INCLUDED_protocols_swa_rna_StepWiseRNA_OutputData_HH
18 #define INCLUDED_protocols_swa_rna_StepWiseRNA_OutputData_HH
19 
20 
22 #include <protocols/swa/rna/StepWiseRNA_Classes.hh> /*For PuckerState and Torsion_Info*/
25 #include <core/io/silent/BinaryRNASilentStruct.hh> //Sept 26, 2011 Parin S.
26 
27 #include <core/pose/Pose.fwd.hh>
28 #include <core/types.hh>
30 #include <utility/vector1.hh>
31 #include <numeric/xyzMatrix.hh>
32 #include <numeric/xyzVector.hh>
33 #include <string>
34 #include <map>
35 #include <core/chemical/AA.hh>
38 #include <numeric/angle.functions.hh> // Need this to prevent the compiling error: 'principal_angle_degrees' is not a member of 'numeric' Oct 14, 2009
42 #include <set>
43 
44 
46 
47 namespace protocols {
48 namespace swa {
49 namespace rna {
50 
51 
53 get_binary_rna_silent_struct_safe(core::pose::Pose const & const_pose, std::string const & tag, std::string const & silent_file);
54 
56 get_binary_rna_silent_struct_safe_wrapper(core::pose::Pose const & const_pose, std::string const & tag, std::string const & silent_file, bool const write_score_only);
57 
58 void
59 Output_data(core::io::silent::SilentFileData& silent_file_data, std::string const & silent_file, std::string const & tag, bool const write_score_only, core::pose::Pose const & pose, core::pose::PoseCOP native_poseCOP, StepWiseRNA_JobParametersCOP job_parameters_);
60 
61 
62 }
63 }
64 }
65 
66 #endif