Chemical Data Processing Library C++ API - Version 1.1.1
|
Definition of constants in namespace CDPL::Confgen::ReturnCode. More...
Go to the source code of this file.
Namespaces | |
CDPL | |
The namespace of the Chemical Data Processing Library. | |
CDPL::ConfGen | |
Contains classes and functions related to conformer ensemble generation. | |
CDPL::ConfGen::ReturnCode | |
Provides constants that are used to describe the result of operations related to conformer generation. | |
Variables | |
const int | CDPL::ConfGen::ReturnCode::SUCCESS = 0 |
const int | CDPL::ConfGen::ReturnCode::UNINITIALIZED = 1 |
const int | CDPL::ConfGen::ReturnCode::TIMEOUT = 2 |
const int | CDPL::ConfGen::ReturnCode::ABORTED = 3 |
const int | CDPL::ConfGen::ReturnCode::FORCEFIELD_SETUP_FAILED = 4 |
const int | CDPL::ConfGen::ReturnCode::FORCEFIELD_MINIMIZATION_FAILED = 5 |
const int | CDPL::ConfGen::ReturnCode::FRAGMENT_LIBRARY_NOT_SET = 6 |
const int | CDPL::ConfGen::ReturnCode::FRAGMENT_CONF_GEN_FAILED = 7 |
const int | CDPL::ConfGen::ReturnCode::FRAGMENT_CONF_GEN_TIMEOUT = 8 |
const int | CDPL::ConfGen::ReturnCode::FRAGMENT_ALREADY_PROCESSED = 9 |
const int | CDPL::ConfGen::ReturnCode::TORSION_DRIVING_FAILED = 10 |
const int | CDPL::ConfGen::ReturnCode::CONF_GEN_FAILED = 11 |
const int | CDPL::ConfGen::ReturnCode::TOO_MUCH_SYMMETRY = 12 |
const int | CDPL::ConfGen::ReturnCode::MAX_ROT_BOND_COUNT_EXCEEDED = 13 |
const int | CDPL::ConfGen::ReturnCode::NO_FIXED_SUBSTRUCT_COORDS = 14 |
Definition of constants in namespace CDPL::Confgen::ReturnCode.