Rosetta 3.5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
DarcElectrostatics.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/pockets/Fingerprint.hh
11 /// @brief protocols::pockets::Fingerprint header
12 /// @author Ragul Gowthaman
13 
14 #ifndef INCLUDED_protocols_pockets_DarcElectrostatics_hh
15 #define INCLUDED_protocols_pockets_DarcElectrostatics_hh
16 
17 #include <utility/pointer/ReferenceCount.hh>
19 // AUTO-REMOVED #include <protocols/pockets/FingerprintMultifunc.fwd.hh>
21 #include <core/types.hh>
22 #include <core/pose/Pose.hh>
23 
24 #include <numeric/constants.hh>
25 #include <numeric/xyzVector.hh>
26 #include <utility/vector1_bool.hh>
27 #include <list>
28 #include <cmath>
29 
30 #include <utility/vector1.hh>
31 
32 namespace protocols {
33 namespace pockets {
34 
36 
37  friend class FingerprintMultifunc;
38 
39 public:
40 
42 
43 };
44 
46 
47  friend class FingerprintMultifunc;
48 
49 public:
50 
52 
54 
55  void setup_from_DelphiGrid( std::string const & input_filename, Size const & esp_grid_size, core::Real const & esp_grid_spacing, core::Real const & esp_grid_midpoint_x, core::Real const & esp_grid_midpoint_y, core::Real const & esp_grid_midpoint_z);
56 
58 
59  std::list< utility::vector1<core::Real> > esp_grid_point_list_;
60 
61 };
62 
63 
64 }//pockets
65 }//protocols
66 
67 
68 #endif