![]() |
RDKit
Open-source cheminformatics and machine learning.
|
#include <RascalOptions.h>
Public Attributes | |
| double | similarityThreshold |
| bool | completeAromaticRings |
| bool | ringMatchesRingOnly |
| bool | completeSmallestRings |
| bool | exactConnectionsMatch |
| bool | singleLargestFrag |
| int | minFragSize |
| int | maxFragSeparation = -1 |
| bool | allBestMCESs |
| unsigned int | maxBestMCESs = 10000 |
| int | timeout = 60 |
| bool | doEquivBondPruning |
| bool | returnEmptyMCES = false |
| unsigned int | maxBondMatchPairs = 1000 |
| std::string | equivalentAtoms = "" |
| bool | ignoreBondOrders = false |
| bool | ignoreAtomAromaticity = true |
| unsigned int | minCliqueSize = 0 |
Definition at line 20 of file RascalOptions.h.
| bool RDKit::RascalMCES::RascalOptions::allBestMCESs |
Definition at line 48 of file RascalOptions.h.
| bool RDKit::RascalMCES::RascalOptions::completeAromaticRings |
Definition at line 23 of file RascalOptions.h.
| bool RDKit::RascalMCES::RascalOptions::completeSmallestRings |
Definition at line 27 of file RascalOptions.h.
| bool RDKit::RascalMCES::RascalOptions::doEquivBondPruning |
Definition at line 58 of file RascalOptions.h.
| std::string RDKit::RascalMCES::RascalOptions::equivalentAtoms = "" |
Definition at line 67 of file RascalOptions.h.
| bool RDKit::RascalMCES::RascalOptions::exactConnectionsMatch |
Definition at line 31 of file RascalOptions.h.
| bool RDKit::RascalMCES::RascalOptions::ignoreAtomAromaticity = true |
Definition at line 74 of file RascalOptions.h.
| bool RDKit::RascalMCES::RascalOptions::ignoreBondOrders = false |
Definition at line 72 of file RascalOptions.h.
| unsigned int RDKit::RascalMCES::RascalOptions::maxBestMCESs = 10000 |
Definition at line 51 of file RascalOptions.h.
| unsigned int RDKit::RascalMCES::RascalOptions::maxBondMatchPairs = 1000 |
Definition at line 64 of file RascalOptions.h.
| int RDKit::RascalMCES::RascalOptions::maxFragSeparation = -1 |
Definition at line 46 of file RascalOptions.h.
| unsigned int RDKit::RascalMCES::RascalOptions::minCliqueSize = 0 |
Definition at line 77 of file RascalOptions.h.
| int RDKit::RascalMCES::RascalOptions::minFragSize |
Definition at line 44 of file RascalOptions.h.
| bool RDKit::RascalMCES::RascalOptions::returnEmptyMCES = false |
Definition at line 61 of file RascalOptions.h.
| bool RDKit::RascalMCES::RascalOptions::ringMatchesRingOnly |
Definition at line 25 of file RascalOptions.h.
| double RDKit::RascalMCES::RascalOptions::similarityThreshold |
Definition at line 21 of file RascalOptions.h.
| bool RDKit::RascalMCES::RascalOptions::singleLargestFrag |
Definition at line 35 of file RascalOptions.h.
| int RDKit::RascalMCES::RascalOptions::timeout = 60 |
Definition at line 57 of file RascalOptions.h.