![]() |
Chemical Data Processing Library C++ API - Version 1.4.0
|
Provides keys for built-in control-parameters. More...
Variables | |
| CDPL_GRID_API const Base::LookupKey | 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 | CDF_OUTPUT_SINGLE_PRECISION_FLOATS |
Specifies whether CDF-format grid output uses single-precision floats (true) or double-precision (false). Value Type: bool. More... | |
| CDPL_GRID_API const Base::LookupKey | CUBE_COMMENT_IS_NAME |
Specifies whether the comment line of a Gaussian CUBE [CUBE] file is taken as the grid name on input (true) or treated as a regular comment (false). Value Type: bool. More... | |
| CDPL_GRID_API const Base::LookupKey | CUBE_INPUT_DISTANCE_SCALING_FACTOR |
Specifies the scaling factor to apply to distances read from data in Gaussian CUBE [CUBE] format. Value Type: double. More... | |
| CDPL_GRID_API const Base::LookupKey | CUBE_OUTPUT_DISTANCE_SCALING_FACTOR |
Specifies the scaling factor to apply to distances for Gaussian CUBE [CUBE] format data output. Value Type: double. More... | |
Provides keys for built-in control-parameters.
|
extern |
Specifies whether non-fatal recoverable I/O errors should be ignored or cause an I/O operation to fail.
If the control-parameter is set to true, not only severe errors cause an I/O operation to fail, but also non-fatal errors from which a recovery would be possible. If the control-parameter is set to false, I/O operations will proceed even if a non-fatal error has been detected.
Value Type: bool
|
extern |
Specifies whether CDF-format grid output uses single-precision floats (true) or double-precision (false). Value Type: bool.
|
extern |
Specifies whether the comment line of a Gaussian CUBE [CUBE] file is taken as the grid name on input (true) or treated as a regular comment (false). Value Type: bool.
|
extern |
Specifies the scaling factor to apply to distances read from data in Gaussian CUBE [CUBE] format. Value Type: double.
|
extern |
Specifies the scaling factor to apply to distances for Gaussian CUBE [CUBE] format data output. Value Type: double.