Structure Check Options.
More...
#include <StructChecker.h>
Structure Check Options.
Definition at line 120 of file StructChecker.h.
| RDKit::StructureCheck::StructCheckerOptions::StructCheckerOptions |
( |
| ) |
|
| void RDKit::StructureCheck::StructCheckerOptions::clear |
( |
| ) |
|
|
inline |
| bool RDKit::StructureCheck::StructCheckerOptions::loadAcidicAugmentedAtoms |
( |
const std::string & |
path | ) |
|
| bool RDKit::StructureCheck::StructCheckerOptions::loadAugmentedAtomTranslations |
( |
const std::string & |
path | ) |
|
| bool RDKit::StructureCheck::StructCheckerOptions::loadChargeDataTables |
( |
const std::string & |
path | ) |
|
| bool RDKit::StructureCheck::StructCheckerOptions::loadGoodAugmentedAtoms |
( |
const std::string & |
path | ) |
|
| bool RDKit::StructureCheck::StructCheckerOptions::loadPatterns |
( |
const std::string & |
path | ) |
|
| bool RDKit::StructureCheck::StructCheckerOptions::loadRotatePatterns |
( |
const std::string & |
path | ) |
|
| bool RDKit::StructureCheck::StructCheckerOptions::loadStereoPatterns |
( |
const std::string & |
path | ) |
|
| bool RDKit::StructureCheck::StructCheckerOptions::loadTautomerData |
( |
const std::string & |
path | ) |
|
| void RDKit::StructureCheck::StructCheckerOptions::parsePatterns |
( |
const std::vector< std::string > & |
smarts | ) |
|
| void RDKit::StructureCheck::StructCheckerOptions::parseRotatePatterns |
( |
const std::vector< std::string > & |
smarts | ) |
|
| void RDKit::StructureCheck::StructCheckerOptions::parseStereoPatterns |
( |
const std::vector< std::string > & |
smarts | ) |
|
| void RDKit::StructureCheck::StructCheckerOptions::parseTautomerData |
( |
const std::vector< std::string > & |
smartsFrom, |
|
|
const std::vector< std::string > & |
smartsTo |
|
) |
| |
| void RDKit::StructureCheck::StructCheckerOptions::setAcidicAugmentedAtoms |
( |
const std::vector< AugmentedAtom > & |
acidicAtoms | ) |
|
| void RDKit::StructureCheck::StructCheckerOptions::setAugmentedAtomTranslations |
( |
const std::vector< std::pair< AugmentedAtom, AugmentedAtom > > & |
aaPairs | ) |
|
| void RDKit::StructureCheck::StructCheckerOptions::setGoodAugmentedAtoms |
( |
const std::vector< AugmentedAtom > & |
acidicAtoms | ) |
|
| void RDKit::StructureCheck::StructCheckerOptions::setPatterns |
( |
const std::vector< ROMOL_SPTR > & |
p | ) |
|
| void RDKit::StructureCheck::StructCheckerOptions::setRotatePatterns |
( |
const std::vector< ROMOL_SPTR > & |
p | ) |
|
| void RDKit::StructureCheck::StructCheckerOptions::setStereoPatterns |
( |
const std::vector< ROMOL_SPTR > & |
p | ) |
|
| void RDKit::StructureCheck::StructCheckerOptions::setTautomerData |
( |
const std::vector< ROMOL_SPTR > & |
from, |
|
|
const std::vector< ROMOL_SPTR > & |
to |
|
) |
| |
| std::vector<AugmentedAtom> RDKit::StructureCheck::StructCheckerOptions::AcidicAtoms |
| double RDKit::StructureCheck::StructCheckerOptions::AcidityLimit |
| double RDKit::StructureCheck::StructCheckerOptions::Alpha |
| std::vector<PathEntry> RDKit::StructureCheck::StructCheckerOptions::AlphaPathTable |
| std::vector<IncEntry> RDKit::StructureCheck::StructCheckerOptions::AtomAcidity |
| double RDKit::StructureCheck::StructCheckerOptions::Beta |
| std::vector<PathEntry> RDKit::StructureCheck::StructCheckerOptions::BetaPathTable |
| std::vector<IncEntry> RDKit::StructureCheck::StructCheckerOptions::ChargeIncTable |
| bool RDKit::StructureCheck::StructCheckerOptions::CheckCollisions |
| bool RDKit::StructureCheck::StructCheckerOptions::CheckStereo |
| int RDKit::StructureCheck::StructCheckerOptions::CollisionLimitPercent |
| bool RDKit::StructureCheck::StructCheckerOptions::ConvertAtomTexts |
| bool RDKit::StructureCheck::StructCheckerOptions::ConvertSText |
| int RDKit::StructureCheck::StructCheckerOptions::DesiredCharge |
| double RDKit::StructureCheck::StructCheckerOptions::Elneg0 |
| std::map<unsigned, double> RDKit::StructureCheck::StructCheckerOptions::ElnegTable |
| std::vector<ROMOL_SPTR> RDKit::StructureCheck::StructCheckerOptions::FromTautomer |
| std::vector<AugmentedAtom> RDKit::StructureCheck::StructCheckerOptions::GoodAtoms |
| bool RDKit::StructureCheck::StructCheckerOptions::GroupsToSGroups |
| unsigned RDKit::StructureCheck::StructCheckerOptions::MaxMolSize |
| std::vector<ROMOL_SPTR> RDKit::StructureCheck::StructCheckerOptions::Patterns |
| bool RDKit::StructureCheck::StructCheckerOptions::RemoveMinorFragments |
| std::vector<ROMOL_SPTR> RDKit::StructureCheck::StructCheckerOptions::RotatePatterns |
| bool RDKit::StructureCheck::StructCheckerOptions::SqueezeIdentifiers |
| std::vector<ROMOL_SPTR> RDKit::StructureCheck::StructCheckerOptions::StereoPatterns |
| bool RDKit::StructureCheck::StructCheckerOptions::StripZeros |
| std::vector<ROMOL_SPTR> RDKit::StructureCheck::StructCheckerOptions::ToTautomer |
| bool RDKit::StructureCheck::StructCheckerOptions::Verbose |
The documentation for this struct was generated from the following file: