|
Chemical Data Processing Library C++ API - Version 1.1.1
|
Go to the documentation of this file.
29 #ifndef CDPL_CONFGEN_DGCONSTRAINTGENERATORSETTINGS_HPP
30 #define CDPL_CONFGEN_DGCONSTRAINTGENERATORSETTINGS_HPP
71 #endif // CDPL_CONFGEN_DGCONSTRAINTGENERATORSETTINGS_HPP
bool excludeHydrogens() const
bool regardBondConfiguration() const
bool regardAtomConfiguration() const
static const DGConstraintGeneratorSettings DEFAULT
Definition: DGConstraintGeneratorSettings.hpp:45
void excludeHydrogens(bool exclude)
Definition of the preprocessor macro CDPL_CONFGEN_API.
void regardAtomConfiguration(bool regard)
#define CDPL_CONFGEN_API
Tells the compiler/linker which classes, functions and variables are part of the library API.
virtual ~DGConstraintGeneratorSettings()
Definition: DGConstraintGeneratorSettings.hpp:49
The namespace of the Chemical Data Processing Library.
void regardBondConfiguration(bool regard)
DGConstraintGeneratorSettings()
Definition: DGConstraintGeneratorSettings.hpp:42