![]() |
RDKit
Open-source cheminformatics and machine learning.
|
#include <SynthonSpaceHitSet.h>
Public Member Functions | |
| SynthonSpaceFPHitSet ()=delete | |
| SynthonSpaceFPHitSet (const SynthonSet &reaction, const std::vector< std::vector< size_t > > &stu, const std::vector< std::unique_ptr< ROMol > > &fragSet) | |
| SynthonSpaceFPHitSet (const SynthonSpaceFPHitSet &lhs)=delete | |
| SynthonSpaceFPHitSet (SynthonSpaceFPHitSet &&lhs)=delete | |
| ~SynthonSpaceFPHitSet () override=default | |
| SynthonSpaceFPHitSet & | operator= (const SynthonSpaceFPHitSet &rhs)=delete |
| SynthonSpaceFPHitSet & | operator= (SynthonSpaceFPHitSet &&rhs)=delete |
Public Member Functions inherited from RDKit::SynthonSpaceSearch::SynthonSpaceHitSet | |
| SynthonSpaceHitSet ()=delete | |
| SynthonSpaceHitSet (const SynthonSet &reaction, const std::vector< std::vector< size_t > > &stu, const std::vector< std::unique_ptr< ROMol > > &fragSet) | |
| SynthonSpaceHitSet (const SynthonSpaceHitSet &lhs)=delete | |
| SynthonSpaceHitSet (SynthonSpaceHitSet &&lhs)=delete | |
| virtual | ~SynthonSpaceHitSet ()=default |
| SynthonSpaceHitSet & | operator= (const SynthonSpaceHitSet &rhs)=delete |
| SynthonSpaceHitSet & | operator= (SynthonSpaceHitSet &&rhs)=delete |
Public Attributes | |
| std::vector< std::vector< ExplicitBitVect * > > | synthonFPs |
| ExplicitBitVect * | addFP |
| ExplicitBitVect * | subtractFP |
Public Attributes inherited from RDKit::SynthonSpaceSearch::SynthonSpaceHitSet | |
| const SynthonSet * | d_reaction {nullptr} |
| std::vector< std::vector< std::pair< std::string, const Synthon * > > > | synthonsToUse |
| size_t | numHits {0} |
| std::vector< const ROMol * > | frags |
Definition at line 53 of file SynthonSpaceHitSet.h.
|
delete |
Referenced by operator=(), operator=(), SynthonSpaceFPHitSet(), and SynthonSpaceFPHitSet().
| RDKit::SynthonSpaceSearch::SynthonSpaceFPHitSet::SynthonSpaceFPHitSet | ( | const SynthonSet & | reaction, |
| const std::vector< std::vector< size_t > > & | stu, | ||
| const std::vector< std::unique_ptr< ROMol > > & | fragSet ) |
|
delete |
References SynthonSpaceFPHitSet().
|
delete |
References SynthonSpaceFPHitSet().
|
overridedefault |
|
delete |
References SynthonSpaceFPHitSet().
|
delete |
References SynthonSpaceFPHitSet().
| ExplicitBitVect* RDKit::SynthonSpaceSearch::SynthonSpaceFPHitSet::addFP |
Definition at line 66 of file SynthonSpaceHitSet.h.
| ExplicitBitVect* RDKit::SynthonSpaceSearch::SynthonSpaceFPHitSet::subtractFP |
Definition at line 67 of file SynthonSpaceHitSet.h.
| std::vector<std::vector<ExplicitBitVect *> > RDKit::SynthonSpaceSearch::SynthonSpaceFPHitSet::synthonFPs |
Definition at line 65 of file SynthonSpaceHitSet.h.