Rosetta 3.5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
JCoupling.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 protocols/frag_picker/scores/FragmentCrmsd.hh
11 /// @brief Object that scores a fragment by its crmsd to the native
12 /// @author Nikolas Sgourakis sgourn@u.w.edu
13 
14 #ifndef INCLUDED_protocols_frag_picker_scores_JCoupling_hh
15 #define INCLUDED_protocols_frag_picker_scores_JCoupling_hh
16 
17 // package headers
21 
22 // mini
23 #include <core/types.hh>
24 
25 // AUTO-REMOVED #include <ObjexxFCL/FArray1D.hh>
26 
28 #include <utility/vector1.hh>
29 
30 
31 namespace protocols {
32 namespace frag_picker {
33 namespace scores {
34 
35 
36 /// @brief scores a fragment by the JCouplings
38 public:
39 
40  /// @brief creates a
41  /// @detailed
42  JCoupling(Size, Real, bool, JCouplingIO&);
43 
44  void do_caching(VallChunkOP);
45  void clean_up();
48 
49 private:
50  //std::string cached_scores_id_; // cache is not yet built
54 };
55 
56 /// @brief Matker class that produces a new JCoupling object
58 public:
59 
61  MakeFragmentScoringMethod("JCoupling") {
62  }
63 
65 };
66 
67 } // scores
68 } // frag_picker
69 } // protocols
70 
71 #endif // INCLUDED_protocols_frag_picker_scores_JCoupling_HH