RDKit
Open-source cheminformatics and machine learning.
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 RDKit::FMCS::AtomIdx_t
 
typedef unsigned RDKit::FMCS::BondIdx_t
 
typedef boost::adjacency_list< boost::vecS, boost::vecS, boost::undirectedS, AtomIdx_t, BondIdx_t > RDKit::FMCS::Graph_t