![]() |
Chemical Data Processing Library C++ API - Version 1.4.0
|
Declaration of convenience functions for control-parameter handling. More...
#include "CDPL/ConfGen/APIPrefix.hpp"Go to the source code of this file.
Namespaces | |
| CDPL | |
| The namespace of the Chemical Data Processing Library. | |
| CDPL::Base | |
| Contains core framework classes and functions. | |
| CDPL::ConfGen | |
| Contains classes and functions related to conformer ensemble generation. | |
Functions | |
| CDPL_CONFGEN_API bool | CDPL::ConfGen::getStrictErrorCheckingParameter (const Base::ControlParameterContainer &cntnr) |
| Returns the value of the ConfGen::ControlParameter::STRICT_ERROR_CHECKING parameter stored in cntnr. More... | |
| CDPL_CONFGEN_API void | CDPL::ConfGen::setStrictErrorCheckingParameter (Base::ControlParameterContainer &cntnr, bool strict) |
| Sets the value of the ConfGen::ControlParameter::STRICT_ERROR_CHECKING parameter stored in cntnr. More... | |
| CDPL_CONFGEN_API bool | CDPL::ConfGen::hasStrictErrorCheckingParameter (const Base::ControlParameterContainer &cntnr) |
| Tells whether the ConfGen::ControlParameter::STRICT_ERROR_CHECKING parameter is set on cntnr. More... | |
| CDPL_CONFGEN_API void | CDPL::ConfGen::clearStrictErrorCheckingParameter (Base::ControlParameterContainer &cntnr) |
| Removes the ConfGen::ControlParameter::STRICT_ERROR_CHECKING parameter from cntnr. More... | |
Declaration of convenience functions for control-parameter handling.