LoadLinearFunction¶
-
MLModule
¶
Purpose¶
The module LoadLinearFunction
loads a vector of piecewise multi-linear functions (or one single function) from a file.
Typically, the file has been created outside MeVisLab by any application that links with the MultivarLinFuncCreator class file and its dependent files; but the file may of course also have been created using the SaveLinearFunction
module.
Parameter Fields¶
Visible Fields¶
File Name¶
-
name:
fileName
, type:
String
¶ Sets the file name to load from.
Typically, the file has been created outside MeVisLab by any application that links with the MultivarLinFuncCreator class file and its dependent files.
Load¶
-
name:
load
, type:
Trigger
¶ If pressed, the module loads the specified files anew.
Usually, you do not need this button, because the function is automatically loaded when you perform any change at any of the fields. But if the file itself changes on disk, you might prefer this button to reload the function(s).
Single function¶
-
name:
singleFunction
, type:
Bool
, default:
FALSE
¶ If checked, a file created by MultivarLinFunc can be loaded.
Otherwise, a file created by
SaveLinearFunction
can be loaded.