![]() |
RDKit
Open-source cheminformatics and machine learning.
|
Functions | |
| void | initFragmentCanonAtoms (const ROMol &mol, std::vector< Canon::canon_atom > &atoms, bool includeChirality, const std::vector< std::string > *atomSymbols, const std::vector< std::string > *bondSymbols, const boost::dynamic_bitset<> &atomsInPlay, const boost::dynamic_bitset<> &bondsInPlay, bool needsInit) |
| template<typename T> | |
| void | rankWithFunctor (T &ftor, bool breakTies, int *order, bool useSpecial=false, bool useChirality=false, bool includeRingStereo=true, const boost::dynamic_bitset<> *atomsInPlay=nullptr, const boost::dynamic_bitset<> *bondsInPlay=nullptr) |
| void RDKit::Canon::detail::initFragmentCanonAtoms | ( | const ROMol & | mol, |
| std::vector< Canon::canon_atom > & | atoms, | ||
| bool | includeChirality, | ||
| const std::vector< std::string > * | atomSymbols, | ||
| const std::vector< std::string > * | bondSymbols, | ||
| const boost::dynamic_bitset<> & | atomsInPlay, | ||
| const boost::dynamic_bitset<> & | bondsInPlay, | ||
| bool | needsInit ) |
| void RDKit::Canon::detail::rankWithFunctor | ( | T & | ftor, |
| bool | breakTies, | ||
| int * | order, | ||
| bool | useSpecial = false, | ||
| bool | useChirality = false, | ||
| bool | includeRingStereo = true, | ||
| const boost::dynamic_bitset<> * | atomsInPlay = nullptr, | ||
| const boost::dynamic_bitset<> * | bondsInPlay = nullptr ) |