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