Operator Reference
read_funct_1d (Operator)
read_funct_1d — Read a function from a file.
Signature
Description
The operator read_funct_1d reads the contents of
FileName and converts it into the function
Function. The file has be generated by
write_funct_1d.
Execution Information
- Multithreading type: reentrant (runs in parallel with non-exclusive operators).
- Multithreading scope: global (may be called from any thread).
- Processed without parallelization.
Parameters
FileName (input_control) filename.read → (string)
Name of the file to be read.
Function (output_control) function_1d → (real / integer)
Function from the file.
Result
If the parameters are correct the operator read_funct_1d
returns the value 2 (
H_MSG_TRUE)
. Otherwise an exception is raised.
Alternatives
See also
write_funct_1d,
write_image,
write_region,
open_file
Module
Foundation