![]() |
RDKit
Open-source cheminformatics and machine learning.
|
#include <FMCS.h>
Public Member Functions | |
| MCSParametersInternal () | |
| ~MCSParametersInternal () override | |
| MCSParametersInternal (const MCSParameters *params) | |
Public Member Functions inherited from RDKit::MCSParameters | |
| MCSParameters () | |
| MCSParameters (const MCSParameters *other) | |
| MCSParameters (const MCSParameters &other)=default | |
| MCSParameters & | operator= (const MCSParameters &other)=default |
| virtual | ~MCSParameters () |
| void | setMCSAtomTyperFromEnum (AtomComparator atomComp) |
| void | setMCSAtomTyperFromConstChar (const char *atomComp) |
| void | setMCSBondTyperFromEnum (BondComparator bondComp) |
| void | setMCSBondTyperFromConstChar (const char *bondComp) |
Public Attributes | |
| MCSFinalMatchCheckFunction | UserFinalMatchChecker = nullptr |
Public Attributes inherited from RDKit::MCSParameters | |
| bool | StoreAll = false |
| bool | MaximizeBonds = true |
| double | Threshold = 1.0 |
| unsigned int | Timeout = 0 |
| bool | Verbose = false |
| MCSAtomCompareParameters | AtomCompareParameters |
| MCSBondCompareParameters | BondCompareParameters |
| MCSAtomCompareFunction | AtomTyper = MCSAtomCompareElements |
| MCSBondCompareFunction | BondTyper = MCSBondCompareOrder |
| void * | CompareFunctionsUserData = nullptr |
| MCSProgressCallback | ProgressCallback |
| void * | ProgressCallbackUserData = nullptr |
| MCSFinalMatchCheckFunction | FinalMatchChecker = nullptr |
| void * | FinalMatchCheckerUserData = nullptr |
| MCSAcceptanceFunction | ShouldAcceptMCS = nullptr |
| void * | ShouldAcceptMCSUserData = nullptr |
| std::string | InitialSeed = "" |
|
inline |
|
inlineoverride |
| RDKit::detail::MCSParametersInternal::MCSParametersInternal | ( | const MCSParameters * | params | ) |
References RDKit::MCSParameters::MCSParameters().
| MCSFinalMatchCheckFunction RDKit::detail::MCSParametersInternal::UserFinalMatchChecker = nullptr |