|
Rosetta
|
#include <core/conformation/AtomGraph.hh>#include <core/conformation/Residue.hh>#include <core/chemical/ResidueType.hh>#include <core/conformation/Conformation.hh>#include <core/conformation/AtomGraphData.hh>#include <utility/graph/UpperEdgeGraph.hh>Namespaces | |
| core | |
| A class for reading in the atom type properties. | |
| core::conformation | |
Functions | |
| void | core::conformation::atom_graph_from_conformation (Conformation const &conformation, AtomGraph &atom_graph) |
| platform::Size | core::conformation::annotated_atom_graph_from_conformation (Conformation const &conformation, AtomGraph &pg, PointPosition const &additional_point) |
| 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 More... | |