Chemical Data Processing Library C++ API - Version 1.1.1
Public Member Functions | List of all members
CDPL::ForceField::MMFF94BondStretchingParameterTable::Entry Class Reference

#include <MMFF94BondStretchingParameterTable.hpp>

Public Member Functions

 Entry ()
 
 Entry (unsigned int bond_type_idx, unsigned int atom1_type, unsigned int atom2_type, double force_const, double ref_length)
 
unsigned int getBondTypeIndex () const
 
unsigned int getAtom1Type () const
 
unsigned int getAtom2Type () const
 
double getForceConstant () const
 
double getReferenceLength () const
 
 operator bool () const
 

Constructor & Destructor Documentation

◆ Entry() [1/2]

CDPL::ForceField::MMFF94BondStretchingParameterTable::Entry::Entry ( )

◆ Entry() [2/2]

CDPL::ForceField::MMFF94BondStretchingParameterTable::Entry::Entry ( unsigned int  bond_type_idx,
unsigned int  atom1_type,
unsigned int  atom2_type,
double  force_const,
double  ref_length 
)

Member Function Documentation

◆ getBondTypeIndex()

unsigned int CDPL::ForceField::MMFF94BondStretchingParameterTable::Entry::getBondTypeIndex ( ) const

◆ getAtom1Type()

unsigned int CDPL::ForceField::MMFF94BondStretchingParameterTable::Entry::getAtom1Type ( ) const

◆ getAtom2Type()

unsigned int CDPL::ForceField::MMFF94BondStretchingParameterTable::Entry::getAtom2Type ( ) const

◆ getForceConstant()

double CDPL::ForceField::MMFF94BondStretchingParameterTable::Entry::getForceConstant ( ) const

◆ getReferenceLength()

double CDPL::ForceField::MMFF94BondStretchingParameterTable::Entry::getReferenceLength ( ) const

◆ operator bool()

CDPL::ForceField::MMFF94BondStretchingParameterTable::Entry::operator bool ( ) const

The documentation for this class was generated from the following file: