Bundle of configuration parameters for fragment conformer assembly via class ConfGen::FragmentAssembler.
More...
#include <FragmentAssemblerSettings.hpp>
Bundle of configuration parameters for fragment conformer assembly via class ConfGen::FragmentAssembler.
◆ FragmentAssemblerSettings()
| CDPL::ConfGen::FragmentAssemblerSettings::FragmentAssemblerSettings |
( |
| ) |
|
Constructs the FragmentAssemblerSettings instance with default configuration parameter values.
◆ enumerateRings() [1/2]
| void CDPL::ConfGen::FragmentAssemblerSettings::enumerateRings |
( |
bool |
enumerate | ) |
|
Specifies whether ring conformations shall be enumerated during fragment assembly.
- Parameters
-
| enumerate | If true, multiple ring conformations are emitted. |
◆ enumerateRings() [2/2]
| bool CDPL::ConfGen::FragmentAssemblerSettings::enumerateRings |
( |
| ) |
const |
Tells whether ring conformations are enumerated during fragment assembly.
- Returns
true if ring conformations are enumerated, and false otherwise.
◆ setNitrogenEnumerationMode()
| void CDPL::ConfGen::FragmentAssemblerSettings::setNitrogenEnumerationMode |
( |
unsigned int |
mode | ) |
|
Sets the enumeration mode for invertible nitrogen centers.
- Parameters
-
◆ getNitrogenEnumerationMode()
| unsigned int CDPL::ConfGen::FragmentAssemblerSettings::getNitrogenEnumerationMode |
( |
| ) |
const |
◆ generateCoordinatesFromScratch() [1/2]
| void CDPL::ConfGen::FragmentAssemblerSettings::generateCoordinatesFromScratch |
( |
bool |
generate | ) |
|
Specifies whether 3D coordinates shall be generated from scratch (ignoring any 3D input).
- Parameters
-
| generate | If true, 3D coordinates are always regenerated. |
◆ generateCoordinatesFromScratch() [2/2]
| bool CDPL::ConfGen::FragmentAssemblerSettings::generateCoordinatesFromScratch |
( |
| ) |
const |
Tells whether 3D coordinates are generated from scratch.
- Returns
true if 3D coordinates are always regenerated, and false otherwise.
◆ getFragmentBuildSettings() [1/2]
Returns a reference to the nested fragment conformer build settings.
- Returns
- A reference to the build settings.
◆ getFragmentBuildSettings() [2/2]
Returns a const reference to the nested fragment conformer build settings.
- Returns
- A
const reference to the build settings.
◆ DEFAULT
A static instance providing configuration parameter default values.
The documentation for this class was generated from the following file: