Rosetta 3.5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
AtomGraph.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/conformation/AtomGraph.hh
11 /// @author Sam DeLuca
12 
13 #ifndef INCLUDED_core_conformation_AtomGraph_hh
14 #define INCLUDED_core_conformation_AtomGraph_hh
15 
17 
18 // AUTO-REMOVED #include <core/conformation/AtomGraphData.hh>
19 // AUTO-REMOVED #include <core/graph/UpperEdgeGraph.hh>
20 
22 
23 #include <core/types.hh>
24 
25 //Auto Headers
26 namespace core {
27 namespace conformation {
28 
29 void
31  Conformation const & conformation,
32  AtomGraphOP pg
33 );
34 
35 ///@brief create a pointgraph which consists of 1 node for every atom, plus 1 additional node which will be added as the last node. The index of the additional node is returned
38  Conformation const & conformation,
39  AtomGraphOP pg,
40  PointPosition const & additional_point
41 
42 );
43 
44 }
45 }
46 
47 #endif /* ATOMGRAPH_HH_ */