Rosetta 3.5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
ligand_scores.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/ligand_docking/LigandDockProtocol.hh
11 ///
12 /// @brief
13 /// @author Gordon Lemmon
14 
15 
16 #ifndef INCLUDED_protocols_ligand_docking_ligand_scores_hh
17 #define INCLUDED_protocols_ligand_docking_ligand_scores_hh
18 
19 // AUTO-REMOVED #include <protocols/jd2/Job.hh>
21 // AUTO-REMOVED #include <protocols/qsar/scoring_grid/GridManager.fwd.hh>
22 #include <core/pose/Pose.fwd.hh>
23 // AUTO-REMOVED #include <protocols/moves/Mover.hh>
24 #include <basic/Tracer.hh>
25 
26 #include <core/types.hh>
27 #include <protocols/jd2/Job.fwd.hh>
28 #include <utility/vector1.hh>
29 
30 
31 namespace protocols {
32 namespace ligand_docking {
33 
34 static basic::Tracer ligand_scores_tracer("protocols.ligand_docking.ligand_scores", basic::t_debug);
35 
36 ///@brief append interface_delta scores
37 void
39  core::Size jump_id,
41  core::pose::Pose const & after,
42  const core::scoring::ScoreFunctionOP scorefxn
43 );
44 
45 void
47  core::Size jump_id,
49  core::pose::Pose const & before,
50  core::pose::Pose const & after
51 );
52 
53 void
55  core::Size jump_id,
57  core::pose::Pose const & after
58 );
59 
60 void
62  core::Size jump_id,
64  core::pose::Pose const & before
65 );
66 
67 void
69  core::Size jump_id,
71  core::pose::Pose const & before,
72  core::pose::Pose const & after
73 );
74 
75 void
77  core::Size jump_id,
79  core::pose::Pose const & before,
80  core::pose::Pose const & after
81 );
82 
83 void
85  core::Size ligand_residue_id,
87  core::pose::Pose const & before,
88  core::pose::Pose const & after
89 );
90 
91 } // namespace ligand_docking
92 } // namespace protocols
93 
94 #endif // INCLUDED_protocols_ligand_docking_ligand_scores_HH