RDKit
Open-source cheminformatics and machine learning.
Loading...
Searching...
No Matches
Graph.h File Reference
#include <RDGeneral/export.h>
#include <RDGeneral/BoostStartInclude.h>
#include <boost/graph/adjacency_list.hpp>
#include <RDGeneral/BoostEndInclude.h>

Go to the source code of this file.

Classes

class  RDKit::FMCS::Graph
 

Namespaces

namespace  RDKit
 Std stuff.
 
namespace  RDKit::FMCS
 

Typedefs

typedef unsigned int RDKit::FMCS::AtomIdx_t
 
typedef unsigned int RDKit::FMCS::BondIdx_t
 
typedef boost::adjacency_list< boost::vecS, boost::vecS, boost::undirectedS, AtomIdx_t, BondIdx_tRDKit::FMCS::Graph_t