![]() |
RDKit
Open-source cheminformatics and machine learning.
|
#include <SubstructMatch.h>
Public Member Functions | |
| AtomCoordsMatchFunctor (int refConfId=-1, int queryConfId=-1, double tol=1e-4) | |
| bool | operator() (const Atom &queryAtom, const Atom &targetAtom) const |
Public Attributes | |
| int | d_refConfId = -1 |
| int | d_queryConfId = -1 |
| double | d_tol2 = 1e-8 |
Definition at line 272 of file SubstructMatch.h.
|
inline |
Definition at line 276 of file SubstructMatch.h.
References d_queryConfId, d_refConfId, and d_tol2.
| bool RDKit::AtomCoordsMatchFunctor::operator() | ( | const Atom & | queryAtom, |
| const Atom & | targetAtom ) const |
| int RDKit::AtomCoordsMatchFunctor::d_queryConfId = -1 |
Definition at line 274 of file SubstructMatch.h.
Referenced by AtomCoordsMatchFunctor().
| int RDKit::AtomCoordsMatchFunctor::d_refConfId = -1 |
Definition at line 273 of file SubstructMatch.h.
Referenced by AtomCoordsMatchFunctor().
| double RDKit::AtomCoordsMatchFunctor::d_tol2 = 1e-8 |
Definition at line 275 of file SubstructMatch.h.
Referenced by AtomCoordsMatchFunctor().