![]() |
RDKit
Open-source cheminformatics and machine learning.
|
#include <Graph.h>
Public Types | |
typedef edge_iterator | EDGE_ITER |
typedef std::pair< EDGE_ITER, EDGE_ITER > | BOND_ITER_PAIR |
Public Member Functions | |
void | addAtom (unsigned atom) |
void | addBond (unsigned bond, unsigned beginAtom, unsigned endAtom) |
typedef std::pair<EDGE_ITER, EDGE_ITER> RDKit::FMCS::Graph::BOND_ITER_PAIR |
typedef edge_iterator RDKit::FMCS::Graph::EDGE_ITER |
|
inline |
Definition at line 28 of file Graph.h.
Referenced by RDKit::FMCS::RingMatchTableSet::computeRingMatchTable().
|
inline |
Definition at line 32 of file Graph.h.
Referenced by RDKit::FMCS::RingMatchTableSet::computeRingMatchTable().