29 #ifndef CDPL_CONFGEN_TORSIONDRIVERSETTINGS_HPP 
   30 #define CDPL_CONFGEN_TORSIONDRIVERSETTINGS_HPP 
   92             std::size_t  maxPoolSize;
 
   93             unsigned int forceFieldType;
 
   95             double       dielectricConst;
 
Definition of the preprocessor macro CDPL_CONFGEN_API.
 
#define CDPL_CONFGEN_API
Tells the compiler/linker which classes, functions and variables are part of the library API.
 
Definition: TorsionDriverSettings.hpp:44
 
double getDistanceExponent() const
 
void sampleAngleToleranceRanges(bool sample)
 
void setDistanceExponent(double exponent)
 
static const TorsionDriverSettings DEFAULT
Definition: TorsionDriverSettings.hpp:47
 
void sampleHeteroAtomHydrogens(bool sample)
 
std::size_t getMaxPoolSize() const
 
void strictForceFieldParameterization(bool strict)
 
void setMaxPoolSize(std::size_t max_size)
 
void setDielectricConstant(double de_const)
 
bool sampleHeteroAtomHydrogens() const
 
unsigned int getForceFieldType() const
 
bool strictForceFieldParameterization() const
 
double getEnergyWindow() const
 
void orderByEnergy(bool order)
 
void setEnergyWindow(double win_size)
 
void setForceFieldType(unsigned int type)
 
bool sampleAngleToleranceRanges() const
 
bool orderByEnergy() const
 
double getDielectricConstant() const
 
The namespace of the Chemical Data Processing Library.