RDKit
Open-source cheminformatics and machine learning.
Loading...
Searching...
No Matches
RDKit::FMCS::Graph Class Reference

#include <Graph.h>

Inheritance diagram for RDKit::FMCS::Graph:

Public Types

typedef edge_iterator EDGE_ITER
 
typedef std::pair< EDGE_ITER, EDGE_ITERBOND_ITER_PAIR
 

Public Member Functions

void addAtom (unsigned int atom)
 
void addBond (unsigned int bond, unsigned int beginAtom, unsigned int endAtom)
 

Detailed Description

Definition at line 26 of file Graph.h.

Member Typedef Documentation

◆ BOND_ITER_PAIR

Definition at line 29 of file Graph.h.

◆ EDGE_ITER

Member Function Documentation

◆ addAtom()

void RDKit::FMCS::Graph::addAtom ( unsigned int atom)
inline

Definition at line 31 of file Graph.h.

◆ addBond()

void RDKit::FMCS::Graph::addBond ( unsigned int bond,
unsigned int beginAtom,
unsigned int endAtom )
inline

Definition at line 35 of file Graph.h.


The documentation for this class was generated from the following file: