11 #ifndef __RD_TRANSFORM_CATALOG_PARAMS_H__
12 #define __RD_TRANSFORM_CATALOG_PARAMS_H__
25 namespace MolStandardize {
30 d_typeStr =
"Transform Catalog Parameters";
31 d_transformations.clear();
42 return static_cast<unsigned int>(d_transformations.size());
56 std::vector<std::shared_ptr<ChemicalReaction>> d_transformations;
pulls in the core RDKit functionality
abstract base class for the container used to create a catalog
This is a class for storing and applying general chemical reactions.
#define RDKIT_MOLSTANDARDIZE_EXPORT