Rosetta 3.5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
ChargeChargeFeatures.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/features/ChargeChargeFeatures.hh
11 /// @brief report comments stored with each pose
12 /// @author Joseph S Harrison
13 
14 #ifndef INCLUDED_protocols_features_ChargeChargeFeatures_hh
15 #define INCLUDED_protocols_features_ChargeChargeFeatures_hh
16 
17 // Unit Headers
20 
21 // Project Headers
22 #include <core/types.hh>
23 // AUTO-REMOVED #include <core/pose/Pose.hh>
24 #include <utility/vector1.fwd.hh>
25 
26 // C++ Headers
27 #include <string>
28 
29 #include <utility/vector1.hh>
30 
31 
32 namespace protocols{
33 namespace features{
34 
36 public:
38 
40 
42 
44 
46  distance_cutoff() const { return distance_cutoff_; }
47 
48  void
50 
51  ///@brief return string with class name
53  type_name() const;
54 
55  ///@brief generate the table schemas and write them to the database
56  virtual void
57  write_schema_to_db(utility::sql_database::sessionOP db_session) const;
58 
59  ///@brief return the set of features reporters that are required to
60  ///also already be extracted by the time this one is used.
63 
64  ///@brief collect all the feature data for the pose
67  core::pose::Pose const & pose,
69  boost::uuids::uuid struct_id,
70  utility::sql_database::sessionOP db_session);
71 
72 private:
73 
75 
76 };
77 
78 
79 } // features namespace
80 } // protocols namespace
81 
82 #endif // include guard