|
Chemical Data Processing Library C++ API - Version 1.1.1
|
Go to the documentation of this file.
29 #ifndef CDPL_GRID_CONTROLPARAMETERFUNCTIONS_HPP
30 #define CDPL_GRID_CONTROLPARAMETERFUNCTIONS_HPP
41 class ControlParameterContainer;
66 #endif // CDPL_GRID_CONTROLPARAMETERFUNCTIONS_HPP
CDPL_GRID_API bool hasCDFWriteSinglePrecisionFloatsParameter(const Base::ControlParameterContainer &cntnr)
A class providing methods for the storage and lookup of control-parameter values.
Definition: ControlParameterContainer.hpp:93
CDPL_GRID_API void setStrictErrorCheckingParameter(Base::ControlParameterContainer &cntnr, bool strict)
CDPL_GRID_API void clearCDFWriteSinglePrecisionFloatsParameter(Base::ControlParameterContainer &cntnr)
CDPL_GRID_API void clearStrictErrorCheckingParameter(Base::ControlParameterContainer &cntnr)
CDPL_GRID_API bool getStrictErrorCheckingParameter(const Base::ControlParameterContainer &cntnr)
Definition of the preprocessor macro CDPL_GRID_API.
#define CDPL_GRID_API
Tells the compiler/linker which classes, functions and variables are part of the library API.
The namespace of the Chemical Data Processing Library.
CDPL_GRID_API bool hasStrictErrorCheckingParameter(const Base::ControlParameterContainer &cntnr)
CDPL_GRID_API void setCDFWriteSinglePrecisionFloatsParameter(Base::ControlParameterContainer &cntnr, bool single_prec)
CDPL_GRID_API bool getCDFWriteSinglePrecisionFloatsParameter(const Base::ControlParameterContainer &cntnr)