RDKit
Open-source cheminformatics and machine learning.
|
#include <TargetMatch.h>
Public Member Functions | |
TargetMatch () | |
TargetMatch (const TargetMatch &src) | |
TargetMatch & | operator= (const TargetMatch &src) |
bool | empty () const |
void | clear () |
void | init (const Seed &seed, const match_V_t &match, const ROMol &query, const Target &target) |
Public Attributes | |
bool | Empty {true} |
size_t | MatchedAtomSize {0} |
size_t | MatchedBondSize {0} |
std::vector< unsigned int > | TargetAtomIdx |
std::vector< unsigned int > | TargetBondIdx |
boost::dynamic_bitset | VisitedTargetBonds |
boost::dynamic_bitset | VisitedTargetAtoms |
Definition at line 19 of file TargetMatch.h.
|
inline |
Definition at line 28 of file TargetMatch.h.
|
inline |
Definition at line 29 of file TargetMatch.h.
References RDKit::rdvalue_is().
|
inline |
Definition at line 43 of file TargetMatch.h.
References Empty, TargetAtomIdx, TargetBondIdx, VisitedTargetAtoms, and VisitedTargetBonds.
|
inline |
Definition at line 42 of file TargetMatch.h.
References Empty.
|
inline |
Definition at line 51 of file TargetMatch.h.
References Empty, RDKit::ROMol::getNumAtoms(), RDKit::ROMol::getNumBonds(), MatchedAtomSize, MatchedBondSize, RDKit::FMCS::NotSet, RDKit::rdvalue_is(), TargetAtomIdx, TargetBondIdx, VisitedTargetAtoms, and VisitedTargetBonds.
|
inline |
Definition at line 30 of file TargetMatch.h.
References Empty, MatchedAtomSize, MatchedBondSize, RDKit::rdvalue_is(), TargetAtomIdx, TargetBondIdx, VisitedTargetAtoms, and VisitedTargetBonds.
Definition at line 20 of file TargetMatch.h.
Referenced by clear(), empty(), init(), and operator=().
size_t RDKit::FMCS::TargetMatch::MatchedAtomSize {0} |
Definition at line 21 of file TargetMatch.h.
Referenced by init(), and operator=().
size_t RDKit::FMCS::TargetMatch::MatchedBondSize {0} |
Definition at line 22 of file TargetMatch.h.
Referenced by init(), and operator=().
Definition at line 23 of file TargetMatch.h.
Referenced by clear(), init(), and operator=().
Definition at line 24 of file TargetMatch.h.
Referenced by clear(), init(), and operator=().
boost::dynamic_bitset RDKit::FMCS::TargetMatch::VisitedTargetAtoms |
Definition at line 26 of file TargetMatch.h.
Referenced by clear(), init(), and operator=().
boost::dynamic_bitset RDKit::FMCS::TargetMatch::VisitedTargetBonds |
Definition at line 25 of file TargetMatch.h.
Referenced by clear(), init(), and operator=().