|
| | 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) |