Chemical Data Processing Library C++ API - Version 1.4.0
Namespaces | Functions
Grid/ControlParameterFunctions.hpp File Reference

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)
 Returns the value of the Grid::ControlParameter::STRICT_ERROR_CHECKING parameter of cntnr. More...
 
CDPL_GRID_API void CDPL::Grid::setStrictErrorCheckingParameter (Base::ControlParameterContainer &cntnr, bool strict)
 Sets the Grid::ControlParameter::STRICT_ERROR_CHECKING parameter of cntnr to strict. More...
 
CDPL_GRID_API bool CDPL::Grid::hasStrictErrorCheckingParameter (const Base::ControlParameterContainer &cntnr)
 Tells whether cntnr carries an explicit Grid::ControlParameter::STRICT_ERROR_CHECKING parameter. More...
 
CDPL_GRID_API void CDPL::Grid::clearStrictErrorCheckingParameter (Base::ControlParameterContainer &cntnr)
 Removes the Grid::ControlParameter::STRICT_ERROR_CHECKING parameter from cntnr. More...
 
CDPL_GRID_API bool CDPL::Grid::getCDFOutputSinglePrecisionFloatsParameter (const Base::ControlParameterContainer &cntnr)
 Returns the value of the Grid::ControlParameter::CDF_OUTPUT_SINGLE_PRECISION_FLOATS parameter of cntnr. More...
 
CDPL_GRID_API void CDPL::Grid::setCDFOutputSinglePrecisionFloatsParameter (Base::ControlParameterContainer &cntnr, bool single_prec)
 Sets the Grid::ControlParameter::CDF_OUTPUT_SINGLE_PRECISION_FLOATS parameter of cntnr to single_prec. More...
 
CDPL_GRID_API bool CDPL::Grid::hasCDFOutputSinglePrecisionFloatsParameter (const Base::ControlParameterContainer &cntnr)
 Tells whether cntnr carries an explicit Grid::ControlParameter::CDF_OUTPUT_SINGLE_PRECISION_FLOATS parameter. More...
 
CDPL_GRID_API void CDPL::Grid::clearCDFOutputSinglePrecisionFloatsParameter (Base::ControlParameterContainer &cntnr)
 Removes the Grid::ControlParameter::CDF_OUTPUT_SINGLE_PRECISION_FLOATS parameter from cntnr. More...
 
CDPL_GRID_API bool CDPL::Grid::getCUBECommentIsNameParameter (const Base::ControlParameterContainer &cntnr)
 Returns the value of the Grid::ControlParameter::CUBE_COMMENT_IS_NAME parameter of cntnr. More...
 
CDPL_GRID_API void CDPL::Grid::setCUBECommentIsNameParameter (Base::ControlParameterContainer &cntnr, bool is_name)
 Sets the Grid::ControlParameter::CUBE_COMMENT_IS_NAME parameter of cntnr to is_name. More...
 
CDPL_GRID_API bool CDPL::Grid::hasCUBECommentIsNameParameter (const Base::ControlParameterContainer &cntnr)
 Tells whether cntnr carries an explicit Grid::ControlParameter::CUBE_COMMENT_IS_NAME parameter. More...
 
CDPL_GRID_API void CDPL::Grid::clearCUBECommentIsNameParameter (Base::ControlParameterContainer &cntnr)
 Removes the Grid::ControlParameter::CUBE_COMMENT_IS_NAME parameter from cntnr. More...
 
CDPL_GRID_API double CDPL::Grid::getCUBEInputDistanceScalingFactorParameter (const Base::ControlParameterContainer &cntnr)
 Returns the value of the Grid::ControlParameter::CUBE_INPUT_DISTANCE_SCALING_FACTOR parameter of cntnr. More...
 
CDPL_GRID_API void CDPL::Grid::setCUBEInputDistanceScalingFactorParameter (Base::ControlParameterContainer &cntnr, double factor)
 Sets the Grid::ControlParameter::CUBE_INPUT_DISTANCE_SCALING_FACTOR parameter of cntnr to factor. More...
 
CDPL_GRID_API bool CDPL::Grid::hasCUBEInputDistanceScalingFactorParameter (const Base::ControlParameterContainer &cntnr)
 Tells whether cntnr carries an explicit Grid::ControlParameter::CUBE_INPUT_DISTANCE_SCALING_FACTOR parameter. More...
 
CDPL_GRID_API void CDPL::Grid::clearCUBEInputDistanceScalingFactorParameter (Base::ControlParameterContainer &cntnr)
 Removes the Grid::ControlParameter::CUBE_INPUT_DISTANCE_SCALING_FACTOR parameter from cntnr. More...
 
CDPL_GRID_API double CDPL::Grid::getCUBEOutputDistanceScalingFactorParameter (const Base::ControlParameterContainer &cntnr)
 Returns the value of the Grid::ControlParameter::CUBE_OUTPUT_DISTANCE_SCALING_FACTOR parameter of cntnr. More...
 
CDPL_GRID_API void CDPL::Grid::setCUBEOutputDistanceScalingFactorParameter (Base::ControlParameterContainer &cntnr, double factor)
 Sets the Grid::ControlParameter::CUBE_OUTPUT_DISTANCE_SCALING_FACTOR parameter of cntnr to factor. More...
 
CDPL_GRID_API bool CDPL::Grid::hasCUBEOutputDistanceScalingFactorParameter (const Base::ControlParameterContainer &cntnr)
 Tells whether cntnr carries an explicit Grid::ControlParameter::CUBE_OUTPUT_DISTANCE_SCALING_FACTOR parameter. More...
 
CDPL_GRID_API void CDPL::Grid::clearCUBEOutputDistanceScalingFactorParameter (Base::ControlParameterContainer &cntnr)
 Removes the Grid::ControlParameter::CUBE_OUTPUT_DISTANCE_SCALING_FACTOR parameter from cntnr. More...
 

Detailed Description

Declaration of convenience functions for control-parameter handling.