|
| template<typename T > |
| void | print_vector (const std::string &label, const std::vector< T > &v) |
| |
| bool | isFerroceneBond (OBBond *bond) |
| |
| OBQuery * | CompileAutomorphismQuery (OBMol *mol, const OBBitVec &mask, const std::vector< unsigned int > &symClasses) |
| |
| bool | FindAutomorphisms (OBMol *mol, Automorphisms &maps, const OBBitVec &mask, std::size_t maxMemory) |
| |
| bool | FindAutomorphisms (OBMol *mol, Automorphisms &maps, const std::vector< unsigned int > &symClasses, const OBBitVec &mask, std::size_t maxMemory) |
| |
| OBBitVec | getFragment (OBAtom *atom, const OBBitVec &mask, const std::vector< OBBond *> &metalloceneBonds=std::vector< OBBond *>()) |
| |
| void | FindAutomorphisms (OBIsomorphismMapper::Functor &functor, OBMol *mol, const std::vector< unsigned int > &symmetry_classes, const OBBitVec &mask=OBBitVec()) |
| |
OBIsomorphismMapper class for finding isomorphisms.