Rosetta 3.5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
SecMatchResiduePairEvaluator.cc
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 // :noTabs=false:tabSize=4:indentSize=4:
4 //
5 // (c) Copyright Rosetta Commons Member Institutions.
6 // (c) This file is part of the Rosetta software suite and is made available under license.
7 // (c) The Rosetta software is developed by the contributing members of the Rosetta Commons.
8 // (c) For more information, see http://www.rosettacommons.org. Questions about this can be
9 // (c) addressed to University of Washington UW TechTransfer, email: license@u.washington.edu.
10 
11 /// @file protocols/match/downstream/SecMatchResiduePairEvaluator.cc
12 /// @brief
13 /// @author Florian Richter, floric@u.washington.edu, june 09
14 
15 // Unit headers
17 
18 // Package headers
19 // AUTO-REMOVED #include <protocols/match/BumpGrid.hh>
20 // AUTO-REMOVED #include <protocols/match/downstream/ActiveSiteGrid.hh>
21 // AUTO-REMOVED #include <protocols/match/downstream/DownstreamBuilder.hh>
22 
23 // Project headers
24 // AUTO-REMOVED #include <core/chemical/ResidueType.hh>
25 // AUTO-REMOVED #include <core/conformation/Residue.hh>
26 
27 // Utility headers
28 #include <utility/pointer/ReferenceCount.hh>
29 
30 // C++ headers
31 // AUTO-REMOVED #include <list>
32 
33 #include <utility/vector1_bool.hh>
34 
35 
36 namespace protocols {
37 namespace match {
38 namespace downstream {
39 
41 
42 
44 
45 bool
47 {
48  return false;
49 }
50 
53  Size /*target_atom_id*/
54 ) const {
55  // Base class noop.
57  return empty;
58 }
59 
62 {
63  return -1.0;
64 }
65 
66 
67 }
68 }
69 }