Chemical Data Processing Library C++ API - Version 1.1.1
|
#include <DGStructureGeneratorSettings.hpp>
Public Member Functions | |
DGStructureGeneratorSettings () | |
void | setBoxSize (double size) |
double | getBoxSize () const |
void | enablePlanarityConstraints (bool enable) |
bool | enablePlanarityConstraints () const |
Public Member Functions inherited from CDPL::ConfGen::DGConstraintGeneratorSettings | |
DGConstraintGeneratorSettings () | |
virtual | ~DGConstraintGeneratorSettings () |
void | excludeHydrogens (bool exclude) |
bool | excludeHydrogens () const |
void | regardAtomConfiguration (bool regard) |
bool | regardAtomConfiguration () const |
void | regardBondConfiguration (bool regard) |
bool | regardBondConfiguration () const |
Static Public Attributes | |
static const DGStructureGeneratorSettings | DEFAULT |
Static Public Attributes inherited from CDPL::ConfGen::DGConstraintGeneratorSettings | |
static const DGConstraintGeneratorSettings | DEFAULT |
CDPL::ConfGen::DGStructureGeneratorSettings::DGStructureGeneratorSettings | ( | ) |
void CDPL::ConfGen::DGStructureGeneratorSettings::setBoxSize | ( | double | size | ) |
double CDPL::ConfGen::DGStructureGeneratorSettings::getBoxSize | ( | ) | const |
void CDPL::ConfGen::DGStructureGeneratorSettings::enablePlanarityConstraints | ( | bool | enable | ) |
bool CDPL::ConfGen::DGStructureGeneratorSettings::enablePlanarityConstraints | ( | ) | const |
|
static |