Rosetta 3.5
Main Page
Related Pages
Namespaces
Classes
Files
Examples
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
src
protocols
pockets
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>
18
#include <
protocols/pockets/DarcElectrostatics.fwd.hh
>
19
// AUTO-REMOVED #include <protocols/pockets/FingerprintMultifunc.fwd.hh>
20
#include <
protocols/pockets/PocketGrid.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
35
class
DarcElectrostaticsBase
:
public
utility::pointer::ReferenceCount
{
36
37
friend
class
FingerprintMultifunc
;
38
39
public
:
40
41
DarcElectrostaticsBase
();
42
43
};
44
45
class
DelphiElectrostatics
:
public
DarcElectrostaticsBase
{
46
47
friend
class
FingerprintMultifunc
;
48
49
public
:
50
51
DelphiElectrostatics
() {};
52
53
core::Real
grid_spacing_
;
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
57
core::Real
get_electrostatics_energy
(
core::pose::Pose
const
& ligand_pose);
58
59
std::list< utility::vector1<core::Real> >
esp_grid_point_list_
;
60
61
};
62
63
64
}
//pockets
65
}
//protocols
66
67
68
#endif
Generated on Sat Jun 1 2013 12:02:35 for Rosetta 3.5 by
1.8.4