Chemical Data Processing Library C++ API - Version 1.1.1
|
Declaration of convenience functions for control-parameter handling. More...
#include "CDPL/Grid/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::Grid | |
Contains classes and functions related to grid based data representation and processing. | |
Functions | |
CDPL_GRID_API bool | CDPL::Grid::getStrictErrorCheckingParameter (const Base::ControlParameterContainer &cntnr) |
CDPL_GRID_API void | CDPL::Grid::setStrictErrorCheckingParameter (Base::ControlParameterContainer &cntnr, bool strict) |
CDPL_GRID_API bool | CDPL::Grid::hasStrictErrorCheckingParameter (const Base::ControlParameterContainer &cntnr) |
CDPL_GRID_API void | CDPL::Grid::clearStrictErrorCheckingParameter (Base::ControlParameterContainer &cntnr) |
CDPL_GRID_API bool | CDPL::Grid::getCDFWriteSinglePrecisionFloatsParameter (const Base::ControlParameterContainer &cntnr) |
CDPL_GRID_API void | CDPL::Grid::setCDFWriteSinglePrecisionFloatsParameter (Base::ControlParameterContainer &cntnr, bool single_prec) |
CDPL_GRID_API bool | CDPL::Grid::hasCDFWriteSinglePrecisionFloatsParameter (const Base::ControlParameterContainer &cntnr) |
CDPL_GRID_API void | CDPL::Grid::clearCDFWriteSinglePrecisionFloatsParameter (Base::ControlParameterContainer &cntnr) |
Declaration of convenience functions for control-parameter handling.