|
RDKIT_STRUCTCHECKER_EXPORT RDKit::Bond::BondType | convertBondType (AABondType bt) |
|
RDKIT_STRUCTCHECKER_EXPORT AABondType | convertBondType (RDKit::Bond::BondType rdbt) |
|
RDKIT_STRUCTCHECKER_EXPORT unsigned | getAtomicNumber (const std::string symbol) |
|
RDKIT_STRUCTCHECKER_EXPORT bool | AtomSymbolMatch (const std::string symbol, const std::string pattern) |
|
RDKIT_STRUCTCHECKER_EXPORT bool | LigandMatches (const Atom &a, const Bond &b, const Ligand &l, bool use_charge=false) |
|
RDKIT_STRUCTCHECKER_EXPORT bool | isBondTypeMatch (const RDKit::Bond &b, AABondType lbt) |
|
RDKIT_STRUCTCHECKER_EXPORT bool | RecMatch (const ROMol &mol, unsigned atomIdx, const AugmentedAtom &aa, const std::vector< Neighbourhood > &nbp, bool verbose) |
|
RDKIT_STRUCTCHECKER_EXPORT bool | AAMatch (const ROMol &mol, unsigned i, const AugmentedAtom &aa, const std::vector< unsigned > &atom_ring_status, const std::vector< Neighbourhood > &nbp, bool verbose) |
|
RDKIT_STRUCTCHECKER_EXPORT bool | TransformAugmentedAtoms (RWMol &mol, const std::vector< std::pair< AugmentedAtom, AugmentedAtom > > &aapair, bool verbose) |
|
RDKIT_STRUCTCHECKER_EXPORT bool | CheckAtoms (const ROMol &mol, const std::vector< AugmentedAtom > &good_atoms, bool verbose) |
|
int | TotalCharge (const ROMol &mol) |
|
static int | INVERT_PARITY (int p) |
|
RDKIT_STRUCTCHECKER_EXPORT int | DubiousStereochemistry (RWMol &mol) |
|
RDKIT_STRUCTCHECKER_EXPORT int | FixDubious3DMolecule (RWMol &mol) |
|
RDKIT_STRUCTCHECKER_EXPORT void | RemoveDubiousStereochemistry (RWMol &mol) |
|
RDKIT_STRUCTCHECKER_EXPORT bool | CheckStereo (const ROMol &mol) |
|
RDKIT_STRUCTCHECKER_EXPORT bool | AtomClash (RWMol &mol, double clash_limit) |
|
RDKIT_STRUCTCHECKER_EXPORT int | AtomParity (const ROMol &mol, unsigned iatom, const Neighbourhood &nbp) |
|
RDKIT_STRUCTCHECKER_EXPORT int | CisTransPerception (const ROMol &mol, const std::vector< RDGeom::Point3D > &points, const std::vector< unsigned > &numbering, std::vector< unsigned > &bondColor) |
|
RDKIT_STRUCTCHECKER_EXPORT bool | StripSmallFragments (RWMol &mol, bool verbose=false) |
|
RDKIT_STRUCTCHECKER_EXPORT void | AddMWMF (RWMol &mol, bool pre) |
|
RDKIT_STRUCTCHECKER_EXPORT bool | parseOptionsJSON (const std::string &json, StructCheckerOptions &op) |
|
RDKIT_STRUCTCHECKER_EXPORT bool | loadOptionsFromFiles (StructCheckerOptions &op, const std::string &augmentedAtomTranslationsFile="", const std::string &patternFile="", const std::string &rotatePatternFile="", const std::string &stereoPatternFile="", const std::string &tautomerFile="") |
|
RDKIT_STRUCTCHECKER_EXPORT bool | StringToAugmentedAtom (const char *str, AugmentedAtom &aa) |
|
RDKIT_STRUCTCHECKER_EXPORT void | SetupNeighbourhood (const ROMol &mol, std::vector< Neighbourhood > &neighbour_array) |
|
RDKIT_STRUCTCHECKER_EXPORT bool | getMolAtomPoints (const ROMol &mol, std::vector< RDGeom::Point3D > &atomPoint, bool twod=false) |
|
RDKIT_STRUCTCHECKER_EXPORT std::string | LogNeighbourhood (const ROMol &mol, unsigned int idx, const std::vector< Neighbourhood > &bneighbour_array) |
|