Rosetta 3.5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
compute_holes_score_res.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/packing/compute_holes_score_res.hh
11 /// @brief Packing Score
12 /// @author Will Sheffler
13 
14 
15 #ifndef INCLUDED_core_scoring_packing_compute_holes_score_res_hh
16 #define INCLUDED_core_scoring_packing_compute_holes_score_res_hh
17 
18 // AUTO-REMOVED #include <core/scoring/packing/HolesEnergyRes.hh>
20 // AUTO-REMOVED #include <core/scoring/packing/compute_holes_score.hh>
21 
22 #include <core/pose/Pose.fwd.hh>
23 #include <core/id/AtomID_Map.hh>
24 
25 #include <numeric/xyzVector.hh>
26 
27 #include <core/kinematics/Jump.hh>
29 #include <utility/vector1.hh>
30 
31 
32 namespace core {
33 namespace scoring {
34 namespace packing {
35 
36 
37  Real
39  pose::Pose const & pose,
40  HolesParamsRes const & params
41  );
42 
43  Real
45  pose::Pose const & pose,
46  HolesParamsRes const & params,
48  );
49 
50  Real
52  pose::Pose const & pose,
53  PoseBalls const & pb,
54  HolesParamsRes const & params
55  );
56 
57  Real
59  pose::Pose const & pose,
60  PoseBalls const & pb,
61  HolesParamsRes const & params,
63  );
64 
65 
66 }
67 }
68 }
69 
70 #endif // INCLUDED_core_scoring_packing_compute_holes_score_HH