RDKit
Open-source cheminformatics and machine learning.
Loading...
Searching...
No Matches
MolCatalog.h
Go to the documentation of this file.
1//
2// Copyright (C) 2006 Greg Landrum
3//
4//
5#include <RDGeneral/export.h>
6#ifndef _RD_MOL_CATALOG_H_
7#define _RD_MOL_CATALOG_H_
8
9#include <Catalogs/Catalog.h>
12
13namespace RDKit {
14
15//! a hierarchical catalog for holding molecules
18} // namespace RDKit
19
20#endif
A Catalog with a hierarchical structure.
Definition Catalog.h:135
Std stuff.
RDCatalog::HierarchCatalog< MolCatalogEntry, MolCatalogParams, int > MolCatalog
a hierarchical catalog for holding molecules
Definition MolCatalog.h:17