00001 // 00002 // Copyright (C) 2006 Greg Landrum 00003 // 00004 // 00005 #ifndef _RD_MOL_CATALOG_H_ 00006 #define _RD_MOL_CATALOG_H_ 00007 00008 #include <Catalogs/Catalog.h> 00009 #include <GraphMol/MolCatalog/MolCatalogEntry.h> 00010 #include <GraphMol/MolCatalog/MolCatalogParams.h> 00011 00012 namespace RDKit { 00013 00014 //! a hierarchical catalog for holding molecules 00015 typedef RDCatalog::HierarchCatalog<MolCatalogEntry, MolCatalogParams, int> MolCatalog; 00016 } 00017 00018 #endif
1.5.3