Rosetta 3.5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
surf_vol.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 core/scoring/methods/surf_vol.hh
11 /// @brief Packing Score
12 /// @author Will Sheffler
13 
14 
15 #ifndef INCLUDED_core_scoring_packing_surf_vol_hh
16 #define INCLUDED_core_scoring_packing_surf_vol_hh
17 
18 //Unit headers
19 // AUTO-REMOVED #include <core/scoring/packing/PoseBalls.hh>
20 
21 //Package headers
22 #include <core/pose/Pose.fwd.hh>
23 #include <core/id/AtomID_Map.hh>
24 
25 //numeric headers
26 #include <numeric/xyzVector.hh>
27 
28 #include <utility/vector1.hh>
29 
30 
31 
32 
33 namespace core {
34 namespace scoring {
35 namespace packing {
36 
37  struct SurfVol {
41  };
42 
43  struct SurfVolDeriv {
49  };
50 
51  Real
53  pose::Pose const & pose,
54  core::Real const probe_radius
55  );
56 
57  SurfVol
59  pose::Pose const & pose,
60  core::Real const probe_radius = 1.4
61  );
62 
65  pose::Pose const & pose,
66  core::Real const probe_radius = 1.4
67  );
68 
69 
70 
71 }
72 }
73 }
74 
75 #endif // INCLUDED_core_scoring_packing_surf_vol_HH