![]() |
RDKit
Open-source cheminformatics and machine learning.
|
#include <new_canon.h>
Public Member Functions | |
| AtomCompareFunctor () | |
| AtomCompareFunctor (Canon::canon_atom *atoms, const ROMol &m, const boost::dynamic_bitset<> *atomsInPlay=nullptr, const boost::dynamic_bitset<> *bondsInPlay=nullptr) | |
| int | operator() (int i, int j) const |
Public Attributes | |
| Canon::canon_atom * | dp_atoms {nullptr} |
| const ROMol * | dp_mol {nullptr} |
| const boost::dynamic_bitset * | dp_atomsInPlay {nullptr} |
| const boost::dynamic_bitset * | dp_bondsInPlay {nullptr} |
| bool | df_useNbrs {false} |
| bool | df_useIsotopes {true} |
| bool | df_useChirality {true} |
| bool | df_useChiralityRings {true} |
| bool | df_useAtomMaps {true} |
| bool | df_useNonStereoRanks {false} |
| bool | df_useChiralPresence {true} |
| bool | df_useAtomMapsOnDummies {true} |
Definition at line 285 of file new_canon.h.
|
inline |
Definition at line 518 of file new_canon.h.
|
inline |
Definition at line 519 of file new_canon.h.
References dp_atoms, dp_atomsInPlay, dp_bondsInPlay, and dp_mol.
|
inline |
Definition at line 527 of file new_canon.h.
References RDKit::Canon::bondholder::compare(), df_useNbrs, dp_atoms, dp_atomsInPlay, and RDKit::Canon::updateAtomNeighborIndex().
| bool RDKit::Canon::AtomCompareFunctor::df_useAtomMaps {true} |
Definition at line 513 of file new_canon.h.
| bool RDKit::Canon::AtomCompareFunctor::df_useAtomMapsOnDummies {true} |
Definition at line 516 of file new_canon.h.
| bool RDKit::Canon::AtomCompareFunctor::df_useChirality {true} |
Definition at line 511 of file new_canon.h.
| bool RDKit::Canon::AtomCompareFunctor::df_useChiralityRings {true} |
Definition at line 512 of file new_canon.h.
| bool RDKit::Canon::AtomCompareFunctor::df_useChiralPresence {true} |
Definition at line 515 of file new_canon.h.
| bool RDKit::Canon::AtomCompareFunctor::df_useIsotopes {true} |
Definition at line 510 of file new_canon.h.
| bool RDKit::Canon::AtomCompareFunctor::df_useNbrs {false} |
Definition at line 509 of file new_canon.h.
Referenced by operator()().
| bool RDKit::Canon::AtomCompareFunctor::df_useNonStereoRanks {false} |
Definition at line 514 of file new_canon.h.
| Canon::canon_atom* RDKit::Canon::AtomCompareFunctor::dp_atoms {nullptr} |
Definition at line 505 of file new_canon.h.
Referenced by AtomCompareFunctor(), and operator()().
| const boost::dynamic_bitset* RDKit::Canon::AtomCompareFunctor::dp_atomsInPlay {nullptr} |
Definition at line 507 of file new_canon.h.
Referenced by AtomCompareFunctor(), and operator()().
| const boost::dynamic_bitset * RDKit::Canon::AtomCompareFunctor::dp_bondsInPlay {nullptr} |
Definition at line 508 of file new_canon.h.
Referenced by AtomCompareFunctor().
| const ROMol* RDKit::Canon::AtomCompareFunctor::dp_mol {nullptr} |
Definition at line 506 of file new_canon.h.
Referenced by AtomCompareFunctor().