Rosetta 3.5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
ResidueSupport.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 src/core/chemical/ResidueSupport.hh
11 /// @brief support functions for class residue; functions that
12 /// should not be included as part of the class.
13 /// @author Phil Bradley
14 
15 
16 #ifndef INCLUDED_core_chemical_ResidueSupport_hh
17 #define INCLUDED_core_chemical_ResidueSupport_hh
18 
19 // Package Headers
20 // AUTO-REMOVED #include <core/chemical/ResidueType.hh>
21 
22 // ObjexxFCL Headers
23 // AUTO-REMOVED #include <ObjexxFCL/FArray2D.hh>
24 
26 #include <ObjexxFCL/FArray2D.fwd.hh>
27 
28 
29 namespace core {
30 namespace chemical {
31 
32 
33 
34 // Find a better place to declare this function
35 /// @brief relies on class Graph to find all pairs shortest path information
36 ObjexxFCL::FArray2D_int
37 get_residue_path_distances( ResidueType const & res );
38 
39 }
40 }
41 
42 #endif