Rosetta 3.5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
interface_distance_functions.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/protocols/ligand_docking/ligand_options/interface_distance_functions.hh
11 /// @brief Helper functions for the interface class
12 /// @author Gordon Lemmon
13 
14 #ifndef INCLUDED_protocols_ligand_docking_ligand_options_interface_distance_functions_hh
15 #define INCLUDED_protocols_ligand_docking_ligand_options_interface_distance_functions_hh
16 
17 //// Utility Headers
18 // AUTO-REMOVED #include <utility/vector1.hh>
19 #include <core/types.hh>
20 
21 /// Project Headings
22 // AUTO-REMOVED #include <core/conformation/Residue.hh>
23 
24 // STL Headers
25 // AUTO-REMOVED #include <map>
26 // AUTO-REMOVED #include <set>
27 
29 
30 
31 ///////////////////////////////////////////////////////////////////////
32 
33 namespace protocols {
34 namespace ligand_docking {
35 namespace ligand_options {
36 
38  core::conformation::Residue const & ligand_interface_residue,
39  core::Vector const potential_interface_vector,
40  core::Real const cutoff
41 );
42 
44  core::conformation::Residue const & ligand_interface_residue,
45  core::Vector const potential_interface_vector,
46  core::Real const cutoff
47 );
48 
50  core::Vector const & questionable_vector,
51  core::Vector const & ligand_vector,
52  core::Real const cutoff_squared
53 );
54 
55 } //namespace ligand_options
56 } //namespace ligand_docking
57 } //namespace protocols
58 
59 #endif