Rosetta 3.5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
util.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 CrossPeakList.hh
11 /// @author Oliver Lange
12 
13 #ifndef INCLUDED_protocols_noesy_assign_util_hh
14 #define INCLUDED_protocols_noesy_assign_util_hh
15 
16 
17 // Unit Headers
18 // Package Headers
19 // AUTO-REMOVED #include <protocols/noesy_assign/CrossPeakList.fwd.hh>
20 // AUTO-REMOVED #include <protocols/noesy_assign/CrossPeak.fwd.hh>
21 // AUTO-REMOVED #include <protocols/noesy_assign/ResonanceList.hh>
22 // AUTO-REMOVED #include <protocols/noesy_assign/Resonance.hh>
23 
24 
25 // Project Headers
26 // AUTO-REMOVED #include <core/scoring/constraints/AmbiguousNMRDistanceConstraint.fwd.hh>
27 // AUTO-REMOVED #include <core/pose/Pose.fwd.hh>
29 #include <core/types.hh>
30 
31 // Utility headers
32 // AUTO-REMOVED #include <utility/exit.hh>
33 #include <utility/vector1.hh>
34 
35 //Auto Headers
36 //// C++ headers
37 
38 namespace protocols {
39 namespace noesy_assign {
40 
41 bool covalent_compliance( core::id::NamedAtomID const& atom1, core::id::NamedAtomID const& atom2);
42 //, core::pose::Pose const& pose, Real dmax );
43 //core::Real compute_RPF_score( CrossPeakList const& cpl, core::pose::Pose const& pose, core::Real dcut = 5 );
44 
45 }
46 }
47 #endif