|
BALL
1.4.1
|
Go to the source code of this file.
Namespaces | |
| namespace | boost |
| namespace | BALL |
| namespace | BALL::GRAPH |
Enumerations | |
| enum | boost::vertex_atom_ptr_t { boost::vertex_atom_ptr } |
| enum | boost::vertex_orig_ptr_t { boost::vertex_orig_ptr } |
| enum | boost::edge_bond_ptr_t { boost::edge_bond_ptr } |
| enum | boost::edge_orig_ptr_t { boost::edge_orig_ptr } |
Functions | |
| boost::BOOST_INSTALL_PROPERTY (vertex, atom_ptr) | |
| boost::BOOST_INSTALL_PROPERTY (vertex, orig_ptr) | |
| boost::BOOST_INSTALL_PROPERTY (edge, bond_ptr) | |
| boost::BOOST_INSTALL_PROPERTY (edge, orig_ptr) | |
| template<typename Graph1 , typename Graph2 > | |
| EditableEdgeCopier< Graph1, Graph2 > | BALL::GRAPH::makeEditableEdgeCopier (const Graph1 &g1, Graph2 &g2) |
| template<typename Graph1 , typename Graph2 > | |
| EditableVertexCopier< Graph1, Graph2 > | BALL::GRAPH::makeEditableVertexCopier (const Graph1 &g1, Graph2 &g2) |
| template<class UndirectedGraph > | |
| void | BALL::GRAPH::eliminateVertex (typename GraphTraits< UndirectedGraph >::VertexType &vertex, UndirectedGraph &graph) |
| template<class UndirectedGraph > | |
| UndoEliminateOperation < UndirectedGraph > | BALL::GRAPH::eliminateVertexUndoable (typename GraphTraits< UndirectedGraph >::VertexType const &vertex, UndirectedGraph &graph) |
| template<class UndirectedGraph > | |
| void | BALL::GRAPH::deepCopy (const UndirectedGraph &src, UndirectedGraph &target) |
1.8.1.2