29 #ifndef CDPL_FORCEFIELD_MMFF94INTERACTIONDATA_HPP
30 #define CDPL_FORCEFIELD_MMFF94INTERACTIONDATA_HPP
Definition of the preprocessor macro CDPL_FORCEFIELD_API.
#define CDPL_FORCEFIELD_API
Tells the compiler/linker which classes, functions and variables are part of the library API.
Definition of the class CDPL::ForceField::MMFF94AngleBendingInteractionList.
Definition of the class CDPL::ForceField::MMFF94BondStretchingInteractionList.
Definition of the class CDPL::ForceField::MMFF94ElectrostaticInteractionList.
Definition of the class CDPL::ForceField::MMFF94OutOfPlaneBendingInteractionList.
Definition of the class CDPL::ForceField::MMFF94StretchBendInteractionList.
Definition of the class CDPL::ForceField::MMFF94TorsionInteractionList.
Definition of the class CDPL::ForceField::MMFF94VanDerWaalsInteractionList.
Definition: MMFF94InteractionData.hpp:51
MMFF94OutOfPlaneBendingInteractionList & getOutOfPlaneBendingInteractions()
void swap(MMFF94InteractionData &ia_data)
const MMFF94BondStretchingInteractionList & getBondStretchingInteractions() const
MMFF94VanDerWaalsInteractionList & getVanDerWaalsInteractions()
MMFF94StretchBendInteractionList & getStretchBendInteractions()
MMFF94AngleBendingInteractionList & getAngleBendingInteractions()
MMFF94ElectrostaticInteractionList & getElectrostaticInteractions()
const MMFF94ElectrostaticInteractionList & getElectrostaticInteractions() const
std::shared_ptr< MMFF94InteractionData > SharedPointer
Definition: MMFF94InteractionData.hpp:54
const MMFF94VanDerWaalsInteractionList & getVanDerWaalsInteractions() const
MMFF94TorsionInteractionList & getTorsionInteractions()
const MMFF94AngleBendingInteractionList & getAngleBendingInteractions() const
const MMFF94TorsionInteractionList & getTorsionInteractions() const
MMFF94BondStretchingInteractionList & getBondStretchingInteractions()
const MMFF94StretchBendInteractionList & getStretchBendInteractions() const
const MMFF94OutOfPlaneBendingInteractionList & getOutOfPlaneBendingInteractions() const
The namespace of the Chemical Data Processing Library.