Rosetta 3.5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
rna_fragments_classes.fwd.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 /// @author Rhiju Das
10 
11 #ifndef INCLUDED_protocols_rna_rna_fragments_classes_fwd_hh
12 #define INCLUDED_protocols_rna_rna_fragments_classes_fwd_hh
13 
14 // ObjexxFCL Headers
15 #include <ObjexxFCL/ObjexxFCL.hh>
16 #include <ObjexxFCL/FArray1D.hh>
17 #include <ObjexxFCL/FArray2D.hh>
18 #include <ObjexxFCL/FArray4D.hh>
19 #include <ObjexxFCL/StaticIndexRange.hh>
20 
21 #include <core/pose/Pose.fwd.hh>
22 #include <core/types.hh>
23 
24 // C++ Headers
25 #include <string>
26 #include <map>
27 #include <vector>
28 
29 
30 /////////////////////////////////////////////////////////////////////////////////////
31 /////////////////////////////////////////////////////////////////////////////////////
32 // Goal: to make a fragment object that can choose fragments
33 // "on the fly" for RNA ab inito folding.
34 //
35 // After reading in a set of torsions from, e.g., the ribosome crystal structure,
36 // should be able to generate fragments of size 1, 2, or 3, with
37 // exact sequence matches, partial Y/R matches, or ignoring sequence.
38 //
39 namespace protocols{
40 namespace rna{
41 
42  class TorsionSet;
43  class FragmentLibrary;
44  class RNA_Fragments;
45 
47 
48 }
49 }
50 
51 #endif