Rosetta 3.5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
TemplateJumpSetup.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 /// @author Oliver Lange
11 
12 #ifndef INCLUDED_protocols_abinitio_TemplateJumpSetup_hh
13 #define INCLUDED_protocols_abinitio_TemplateJumpSetup_hh
14 
15 // Unit Headers
17 
18 // Package Headers
19 // AUTO-REMOVED #include <protocols/abinitio/Templates.hh>
21 // AUTO-REMOVED #include <core/fragment/SecondaryStructure.hh>
22 
23 // Project Headers
24 #include <core/types.hh>
25 
29 
33 
34 // ObjexxFCL Headers
35 
36 // Utility headers
37 #include <utility/pointer/ReferenceCount.hh>
38 
39 //// C++ headers
40 #include <cstdlib>
41 #include <string>
42 #include <vector>
43 
46 #include <utility/vector1.hh>
47 
48 
49 namespace protocols {
50 namespace abinitio {
51 
53 public:
55  TemplatesCOP templates,
58  core::scoring::dssp::PairingList const& helix_pairings
59  );
60 
63  return "TemplateJumpSetup";
64  }
65 
66  virtual
68 
70 
71  //' jumping::JumpSample
72  // create_jump_sample( std::string ModelID ) const;
73  ///@brief returns an ordered FragSet that is compatible with the JumpSample
74  /// default: generate jumps from ss-library according to JumpSample
75  virtual
77 
78  bool is_helix_jump( core::scoring::dssp::Pairing const& p ) const;
79 
80 private:
83 
86  //jumping::BasePairingLibraryOP geometry_library_; ///eventually plug in other sources for geometries .. needs a new interface -- not now
87 };
88 
90 public:
92  jumping::BaseJumpSetupOP jump_def );
94 
96 
97  virtual
99 
100 private:
102 };
103 
104 
105 } //abinitio
106 } //protocols
107 
108 #endif