Bundle of configuration parameters for distance-geometry constraint generation via class ConfGen::DGConstraintGenerator.
More...
#include <DGConstraintGeneratorSettings.hpp>
Bundle of configuration parameters for distance-geometry constraint generation via class ConfGen::DGConstraintGenerator.
◆ DGConstraintGeneratorSettings()
| CDPL::ConfGen::DGConstraintGeneratorSettings::DGConstraintGeneratorSettings |
( |
| ) |
|
Constructs the DGConstraintGeneratorSettings instance with default configuration parameter values.
◆ ~DGConstraintGeneratorSettings()
| virtual CDPL::ConfGen::DGConstraintGeneratorSettings::~DGConstraintGeneratorSettings |
( |
| ) |
|
|
inlinevirtual |
◆ excludeHydrogens() [1/2]
| void CDPL::ConfGen::DGConstraintGeneratorSettings::excludeHydrogens |
( |
bool |
exclude | ) |
|
Specifies whether hydrogen atoms shall be excluded from the constraint set.
- Parameters
-
| exclude | If true, hydrogen atoms are skipped during constraint generation. |
◆ excludeHydrogens() [2/2]
| bool CDPL::ConfGen::DGConstraintGeneratorSettings::excludeHydrogens |
( |
| ) |
const |
Tells whether hydrogen atoms are excluded from the constraint set.
- Returns
true if hydrogens are excluded, and false otherwise.
◆ regardAtomConfiguration() [1/2]
| void CDPL::ConfGen::DGConstraintGeneratorSettings::regardAtomConfiguration |
( |
bool |
regard | ) |
|
Specifies whether atom stereo center configurations shall be enforced by volume constraints.
- Parameters
-
| regard | If true, atom-configuration constraints are added. |
◆ regardAtomConfiguration() [2/2]
| bool CDPL::ConfGen::DGConstraintGeneratorSettings::regardAtomConfiguration |
( |
| ) |
const |
Tells whether atom stereo center configurations are enforced.
- Returns
true if atom-configuration constraints are added, and false otherwise.
◆ regardBondConfiguration() [1/2]
| void CDPL::ConfGen::DGConstraintGeneratorSettings::regardBondConfiguration |
( |
bool |
regard | ) |
|
Specifies whether bond stereo center configurations (cis/trans) shall be enforced.
- Parameters
-
| regard | If true, bond-configuration constraints are added. |
◆ regardBondConfiguration() [2/2]
| bool CDPL::ConfGen::DGConstraintGeneratorSettings::regardBondConfiguration |
( |
| ) |
const |
Tells whether bond stereo center configurations are enforced.
- Returns
true if bond-configuration constraints are added, and false otherwise.
◆ DEFAULT
A static instance providing configuration parameter default values.
The documentation for this class was generated from the following file: