Rosetta 3.5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
RNA_Fragments.cc
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 // CVS information:
4 // $Revision: 1.1.2.1 $
5 // $Date: 2005/11/07 21:05:35 $
6 // $Author: pbradley $
7 // (c) Copyright Rosetta Commons Member Institutions.
8 // (c) This file is part of the Rosetta software suite and is made available under license.
9 // (c) The Rosetta software is developed by the contributing members of the Rosetta Commons.
10 // (c) For more information, see http://www.rosettacommons.org. Questions about this can be
11 // (c) addressed to University of Washington UW TechTransfer, email: license@u.washington.edu.
12 
13 
14 // Rosetta Headers
17 
18 // AUTO-REMOVED #include <protocols/toolbox/AllowInsert.hh>
19 // AUTO-REMOVED #include <core/id/AtomID.hh>
20 
21 // AUTO-REMOVED #include <core/pose/Pose.hh>
22 #include <core/types.hh>
23 
24 #include <utility/vector1.hh>
25 #include <iostream>
26 
27 
28 namespace protocols{
29 namespace rna{
30 
33 
34  // empty shell.
35  void
37  core::pose::Pose & /*pose*/,
38  core::Size const /*position*/,
39  core::Size const /*size*/,
40  core::Size const /*type = MATCH_YR*/,
41  toolbox::AllowInsertOP /*allow_insert*/ ){
42  std::cout << "Should not be in here! " << std::endl;
43  }
44 
45  bool
46  RNA_Fragments::is_fullatom(){ return false; }
47 
48 }
49 }
50