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

Definition of constants in namespace CDPL::Grid::ControlParameter. 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.
 
 CDPL::Grid::ControlParameter
 Provides keys for built-in control-parameters.
 

Variables

CDPL_GRID_API const Base::LookupKey CDPL::Grid::ControlParameter::STRICT_ERROR_CHECKING
 Specifies whether non-fatal recoverable I/O errors should be ignored or cause an I/O operation to fail. More...
 
CDPL_GRID_API const Base::LookupKey CDPL::Grid::ControlParameter::CDF_OUTPUT_SINGLE_PRECISION_FLOATS
 Specifies whether floating-point values shall be output in single-precision (true) or double-precision (false) when writing data in CDF format. More...
 
CDPL_GRID_API const Base::LookupKey CDPL::Grid::ControlParameter::CUBE_COMMENT_IS_NAME
 Specifies whether to interpret the comment line of a Gaussian CUBE file as the grid name on data I/O. More...
 
CDPL_GRID_API const Base::LookupKey CDPL::Grid::ControlParameter::CUBE_INPUT_DISTANCE_SCALING_FACTOR
 Specifies the scaling factor to apply to distances read from data in Gaussian CUBE format. More...
 
CDPL_GRID_API const Base::LookupKey CDPL::Grid::ControlParameter::CUBE_OUTPUT_DISTANCE_SCALING_FACTOR
 Specifies the scaling factor to apply to distances when generating Gaussian CUBE output. More...
 

Detailed Description

Definition of constants in namespace CDPL::Grid::ControlParameter.