#include <RDGeneral/export.h>
#include <GraphMol/RWMol.h>
#include <memory>
#include <string>
#include <utility>
#include <vector>
Go to the source code of this file.
|
RDKIT_MOLSTANDARDIZE_EXPORT RWMOL_SPTR | RDKit::MolStandardize::Operations::prepareForValidation (RWMOL_SPTR mol, PipelineResult &result, const PipelineOptions &options) |
|
RDKIT_MOLSTANDARDIZE_EXPORT RWMOL_SPTR | RDKit::MolStandardize::Operations::validate (RWMOL_SPTR mol, PipelineResult &result, const PipelineOptions &options) |
|
RDKIT_MOLSTANDARDIZE_EXPORT RWMOL_SPTR | RDKit::MolStandardize::Operations::prepareForStandardization (RWMOL_SPTR mol, PipelineResult &result, const PipelineOptions &options) |
|
RDKIT_MOLSTANDARDIZE_EXPORT RWMOL_SPTR | RDKit::MolStandardize::Operations::standardize (RWMOL_SPTR mol, PipelineResult &result, const PipelineOptions &options) |
|
RDKIT_MOLSTANDARDIZE_EXPORT RWMOL_SPTR | RDKit::MolStandardize::Operations::reapplyWedging (RWMOL_SPTR mol, PipelineResult &result, const PipelineOptions &options) |
|
RDKIT_MOLSTANDARDIZE_EXPORT RWMOL_SPTR | RDKit::MolStandardize::Operations::cleanup2D (RWMOL_SPTR mol, PipelineResult &result, const PipelineOptions &options) |
|
RDKIT_MOLSTANDARDIZE_EXPORT RWMOL_SPTR_PAIR | RDKit::MolStandardize::Operations::makeParent (RWMOL_SPTR mol, PipelineResult &result, const PipelineOptions &options) |
|
RDKIT_MOLSTANDARDIZE_EXPORT RWMOL_SPTR | RDKit::MolStandardize::Operations::parse (const std::string &molblock, PipelineResult &result, const PipelineOptions &options) |
|
RDKIT_MOLSTANDARDIZE_EXPORT void | RDKit::MolStandardize::Operations::serialize (RWMOL_SPTR_PAIR output, PipelineResult &result, const PipelineOptions &options) |
|
◆ BASIC_VALIDATION_ERROR
BASIC_VALIDATION_ERROR = (1 << 3) |
◆ CHARGE_STANDARDIZATION_ERROR
CHARGE_STANDARDIZATION_ERROR = (1 << 11) |
◆ FEATURES_VALIDATION_ERROR
FEATURES_VALIDATION_ERROR = (1 << 2) |
◆ FRAGMENT_STANDARDIZATION_ERROR
FRAGMENT_STANDARDIZATION_ERROR = (1 << 10) |
◆ FRAGMENTS_REMOVED
FRAGMENTS_REMOVED = (1 << 25) |
◆ INPUT_ERROR
◆ IS2D_VALIDATION_ERROR
IS2D_VALIDATION_ERROR = (1 << 4) |
◆ LAYOUT2D_VALIDATION_ERROR
LAYOUT2D_VALIDATION_ERROR = (1 << 5) |
◆ METAL_STANDARDIZATION_ERROR
METAL_STANDARDIZATION_ERROR = (1 << 8) |
◆ METALS_DISCONNECTED
METALS_DISCONNECTED = (1 << 23) |
◆ NO_EVENT
◆ NORMALIZATION_APPLIED
NORMALIZATION_APPLIED = (1 << 24) |
◆ NORMALIZER_STANDARDIZATION_ERROR
NORMALIZER_STANDARDIZATION_ERROR = (1 << 9) |
◆ OUTPUT_ERROR
◆ PIPELINE_ERROR
Initial value:
PREPARE_FOR_STANDARDIZATION_ERROR
PREPARE_FOR_VALIDATION_ERROR
Definition at line 111 of file Pipeline.h.
◆ PREPARE_FOR_STANDARDIZATION_ERROR
PREPARE_FOR_STANDARDIZATION_ERROR = (1 << 7) |
◆ PREPARE_FOR_VALIDATION_ERROR
PREPARE_FOR_VALIDATION_ERROR = (1 << 1) |
◆ PROTONATION_CHANGED
PROTONATION_CHANGED = (1 << 26) |
◆ STANDARDIZATION_ERROR
Initial value:=
FRAGMENT_STANDARDIZATION_ERROR
NORMALIZER_STANDARDIZATION_ERROR
CHARGE_STANDARDIZATION_ERROR
METAL_STANDARDIZATION_ERROR
Definition at line 107 of file Pipeline.h.
◆ STEREO_VALIDATION_ERROR
STEREO_VALIDATION_ERROR = (1 << 6) |
◆ VALIDATION_ERROR
Initial value:
FEATURES_VALIDATION_ERROR
LAYOUT2D_VALIDATION_ERROR
Definition at line 99 of file Pipeline.h.