Chemical Data Processing Library C++ API - Version 1.1.1
|
#include <MMFF94OutOfPlaneBendingInteractionParameterizer.hpp>
Public Types | |
typedef std::shared_ptr< MMFF94OutOfPlaneBendingInteractionParameterizer > | SharedPointer |
Public Member Functions | |
MMFF94OutOfPlaneBendingInteractionParameterizer () | |
MMFF94OutOfPlaneBendingInteractionParameterizer (const Chem::MolecularGraph &molgraph, MMFF94OutOfPlaneBendingInteractionList &ia_list, bool strict) | |
void | setFilterFunction (const InteractionFilterFunction4 &func) |
void | setAtomTypeFunction (const MMFF94NumericAtomTypeFunction &func) |
void | setOutOfPlaneBendingParameterTable (const MMFF94OutOfPlaneBendingParameterTable::SharedPointer &table) |
void | setAtomTypePropertyTable (const MMFF94AtomTypePropertyTable::SharedPointer &table) |
void | setParameterAtomTypeMap (const MMFF94PrimaryToParameterAtomTypeMap::SharedPointer &map) |
void | parameterize (const Chem::MolecularGraph &molgraph, MMFF94OutOfPlaneBendingInteractionList &ia_list, bool strict) |
typedef std::shared_ptr<MMFF94OutOfPlaneBendingInteractionParameterizer> CDPL::ForceField::MMFF94OutOfPlaneBendingInteractionParameterizer::SharedPointer |
CDPL::ForceField::MMFF94OutOfPlaneBendingInteractionParameterizer::MMFF94OutOfPlaneBendingInteractionParameterizer | ( | ) |
CDPL::ForceField::MMFF94OutOfPlaneBendingInteractionParameterizer::MMFF94OutOfPlaneBendingInteractionParameterizer | ( | const Chem::MolecularGraph & | molgraph, |
MMFF94OutOfPlaneBendingInteractionList & | ia_list, | ||
bool | strict | ||
) |
void CDPL::ForceField::MMFF94OutOfPlaneBendingInteractionParameterizer::setFilterFunction | ( | const InteractionFilterFunction4 & | func | ) |
void CDPL::ForceField::MMFF94OutOfPlaneBendingInteractionParameterizer::setAtomTypeFunction | ( | const MMFF94NumericAtomTypeFunction & | func | ) |
void CDPL::ForceField::MMFF94OutOfPlaneBendingInteractionParameterizer::setOutOfPlaneBendingParameterTable | ( | const MMFF94OutOfPlaneBendingParameterTable::SharedPointer & | table | ) |
void CDPL::ForceField::MMFF94OutOfPlaneBendingInteractionParameterizer::setAtomTypePropertyTable | ( | const MMFF94AtomTypePropertyTable::SharedPointer & | table | ) |
void CDPL::ForceField::MMFF94OutOfPlaneBendingInteractionParameterizer::setParameterAtomTypeMap | ( | const MMFF94PrimaryToParameterAtomTypeMap::SharedPointer & | map | ) |
void CDPL::ForceField::MMFF94OutOfPlaneBendingInteractionParameterizer::parameterize | ( | const Chem::MolecularGraph & | molgraph, |
MMFF94OutOfPlaneBendingInteractionList & | ia_list, | ||
bool | strict | ||
) |