IGLib
1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
|
Public Member Functions | |
VectorFunctionScriptControl () | |
Constructs and initializes the vector function script control. More... | |
void | CopyDataFromController () |
Copies data from the internal DTO to the current control. More... | |
void | SynchronizeData (bool syncParameterNames=false, bool syncFunctionNames=true) |
Synchronizes data for the current vector function definition. More... | |
string | CreateFunctonSummary () |
VectorFunctionScriptControl () | |
Constructs and initializes the vector function script control. More... | |
void | CopyDataFromController () |
Copies data from the internal DTO to the current control. More... | |
void | SynchronizeData (bool syncParameterNames=false, bool syncFunctionNames=true) |
Synchronizes data for the current vector function definition. More... | |
string | CreateFunctonSummary () |
VectorFunctionScriptControl () | |
Constructs and initializes the vector function script control. More... | |
void | CopyDataFromController () |
Copies data from the internal DTO to the current control. More... | |
void | SynchronizeData (bool syncParameterNames=false, bool syncFunctionNames=true) |
Synchronizes data for the current vector function definition. More... | |
string | CreateFunctonSummary () |
VectorFunctionScriptControl () | |
Constructs and initializes the vector function script control. More... | |
void | CopyDataFromController () |
Copies data from the internal DTO to the current control. More... | |
void | SynchronizeData (bool syncParameterNames=false, bool syncFunctionNames=true) |
Synchronizes data for the current vector function definition. More... | |
string | CreateFunctonSummary () |
Protected Member Functions | |
string | GetFunctionSignature () |
Returns function signature created from the data. More... | |
override void | Dispose (bool disposing) |
Clean up any resources being used. More... | |
string | GetFunctionSignature () |
Returns function signature created from the data. More... | |
override void | Dispose (bool disposing) |
Clean up any resources being used. More... | |
string | GetFunctionSignature () |
Returns function signature created from the data. More... | |
override void | Dispose (bool disposing) |
Clean up any resources being used. More... | |
string | GetFunctionSignature () |
Returns function signature created from the data. More... | |
override void | Dispose (bool disposing) |
Clean up any resources being used. More... | |
Protected Attributes | |
string | ScalarFunctionNotDefinedString = "<< not defined >>" |
Properties | |
IG.Lib.IReporter | Reporter [get] |
string | FunctionNameTitleNormal [get, set] |
Normal text of the label that introduces function name input box. More... | |
string | FunctionNameTitleModified [get, set] |
Normal text of the label that introduces function name input box. More... | |
VectorFunctionScriptController | FunctionController [get, set] |
IVectorFunction | Function [get] |
Gets the function generated according to the function definition contained in this control and stored in FunctionController. More... | |
virtual string[] | InitialScalarFunctionDefinitionStrings [get, set] |
This property contains initial definitions of scalar functions (i.e.their values defined in terms of parameters). If defined then these definitions are asigned in initialization. More... | |
bool | HasUnsavedChanges [get, set, protected set] |
Whether the current function definition has unsaved changes. More... | |
bool | HasChildUnsavedChanges [get, set] |
Indicates whether child control (of type ScalarFunctionScriptControl) has unsaved changes. More... | |
int | CurrentScalarFunctionIndex [get, set] |
Gets or sets index of the current scalar funciton that is worked on. More... | |
ScalarFunctionScriptController | CurrentScalarFunctionController [get, set] |
Scalar function controller that represents the element of the vector function that is currently edited. More... | |
bool | IsLoaderConsistent [get, protected set] |
Whether function loader is in consistent state. More... | |
string | FunctionName [get, set] |
Name of the function. More... | |
string | FunctionDescription [get, set] |
int | NumParameters [get, set] |
Gets or sets number of parameters of the represented vector function. More... | |
int | NumValues [get, set] |
Gets or sets number of values of the represented vector function (i.e., dimension of its codomain). More... | |
string[] | ParameterNames [get, set] |
Names of function parameters. More... | |
string[] | FunctionNames [get, set] |
Names of scalar function components that define individual values of the represented vector function. More... | |
InputOutputDataDefiniton | DataDefinition [get, set] |
Definition of input and output data for the represented scalar function. More... | |
FileSelector | FileSelector [get] |
GUI component for seclecting files. More... | |
bool | PrepareStandardDefinitions [get, set] |
Private Member Functions | |
void | CopyDataToController () |
Copies data from the current control to the internal function DTO. More... | |
void | txtFunctionName_Validated (object sender, EventArgs e) |
void | txtFunctionDescription_Validated (object sender, EventArgs e) |
void | txtParameterNames_Validated (object sender, EventArgs e) |
void | txtFunctionNames_Validated (object sender, EventArgs e) |
void | numNumParameters_Validated (object sender, EventArgs e) |
void | numNumFunctions_Validated (object sender, EventArgs e) |
void | numCurrentFunction_ValueChanged (object sender, EventArgs e) |
void | numCurrentFunction_Validated (object sender, EventArgs e) |
void | btnCreateFunction_Click (object sender, EventArgs e) |
void | btnSummary_Click (object sender, EventArgs e) |
void | btnValueCalculator_Click (object sender, EventArgs e) |
void | btnPlot1d_Click (object sender, EventArgs e) |
Launches 1D parametric plots of the function defined in this control. More... | |
void | btnPlot2d_Click (object sender, EventArgs e) |
Launches 2D parametric plots of the function defined in this control. More... | |
void | btnSave_Click (object sender, EventArgs e) |
Saves the current fucntion definition to a JSON file. More... | |
void | btnLoad_Click (object sender, EventArgs e) |
Loads vector funcition definition from a file. More... | |
void | InitializeComponent () |
Required method for Designer support - do not modify the contents of this method with the code editor. More... | |
void | CopyDataToController () |
Copies data from the current control to the internal function DTO. More... | |
void | txtFunctionName_Validated (object sender, EventArgs e) |
void | txtFunctionDescription_Validated (object sender, EventArgs e) |
void | txtParameterNames_Validated (object sender, EventArgs e) |
void | txtFunctionNames_Validated (object sender, EventArgs e) |
void | numNumParameters_Validated (object sender, EventArgs e) |
void | numNumFunctions_Validated (object sender, EventArgs e) |
void | numCurrentFunction_ValueChanged (object sender, EventArgs e) |
void | numCurrentFunction_Validated (object sender, EventArgs e) |
void | btnCreateFunction_Click (object sender, EventArgs e) |
void | btnSummary_Click (object sender, EventArgs e) |
void | btnValueCalculator_Click (object sender, EventArgs e) |
void | btnPlot1d_Click (object sender, EventArgs e) |
Launches 1D parametric plots of the function defined in this control. More... | |
void | btnPlot2d_Click (object sender, EventArgs e) |
Launches 2D parametric plots of the function defined in this control. More... | |
void | btnSave_Click (object sender, EventArgs e) |
Saves the current fucntion definition to a JSON file. More... | |
void | btnLoad_Click (object sender, EventArgs e) |
Loads vector funcition definition from a file. More... | |
void | InitializeComponent () |
Required method for Designer support - do not modify the contents of this method with the code editor. More... | |
void | CopyDataToController () |
Copies data from the current control to the internal function DTO. More... | |
void | txtFunctionName_Validated (object sender, EventArgs e) |
void | txtFunctionDescription_Validated (object sender, EventArgs e) |
void | txtParameterNames_Validated (object sender, EventArgs e) |
void | txtFunctionNames_Validated (object sender, EventArgs e) |
void | numNumParameters_Validated (object sender, EventArgs e) |
void | numNumFunctions_Validated (object sender, EventArgs e) |
void | numCurrentFunction_ValueChanged (object sender, EventArgs e) |
void | numCurrentFunction_Validated (object sender, EventArgs e) |
void | btnCreateFunction_Click (object sender, EventArgs e) |
void | btnSummary_Click (object sender, EventArgs e) |
void | btnValueCalculator_Click (object sender, EventArgs e) |
void | btnPlot1d_Click (object sender, EventArgs e) |
Launches 1D parametric plots of the function defined in this control. More... | |
void | btnPlot2d_Click (object sender, EventArgs e) |
Launches 2D parametric plots of the function defined in this control. More... | |
void | btnSave_Click (object sender, EventArgs e) |
Saves the current fucntion definition to a JSON file. More... | |
void | btnLoad_Click (object sender, EventArgs e) |
Loads vector funcition definition from a file. More... | |
void | InitializeComponent () |
Required method for Designer support - do not modify the contents of this method with the code editor. More... | |
void | CopyDataToController () |
Copies data from the current control to the internal function DTO. More... | |
void | txtFunctionName_Validated (object sender, EventArgs e) |
void | txtFunctionDescription_Validated (object sender, EventArgs e) |
void | txtParameterNames_Validated (object sender, EventArgs e) |
void | txtFunctionNames_Validated (object sender, EventArgs e) |
void | numNumParameters_Validated (object sender, EventArgs e) |
void | numNumFunctions_Validated (object sender, EventArgs e) |
void | numCurrentFunction_ValueChanged (object sender, EventArgs e) |
void | numCurrentFunction_Validated (object sender, EventArgs e) |
void | btnCreateFunction_Click (object sender, EventArgs e) |
void | btnSummary_Click (object sender, EventArgs e) |
void | btnValueCalculator_Click (object sender, EventArgs e) |
void | btnPlot1d_Click (object sender, EventArgs e) |
Launches 1D parametric plots of the function defined in this control. More... | |
void | btnPlot2d_Click (object sender, EventArgs e) |
Launches 2D parametric plots of the function defined in this control. More... | |
void | btnSave_Click (object sender, EventArgs e) |
Saves the current fucntion definition to a JSON file. More... | |
void | btnLoad_Click (object sender, EventArgs e) |
Loads vector funcition definition from a file. More... | |
void | InitializeComponent () |
Required method for Designer support - do not modify the contents of this method with the code editor. More... | |
Private Attributes | |
string | _functionNameTitleNormal = "Function Name: " |
string | _functionNameTitleModified = "Function Name: (*)" |
VectorFunctionScriptController | _functionController |
string[] | _initialScalarFunctionDefinitionStrings |
bool | _hasUnsavedChanges = false |
int | _currentScalarFunctionIndex = 0 |
ScalarFunctionScriptController | _currentScalarFunctionController = null |
bool | _isLoaderConsistent = false |
InputOutputDataDefiniton | _dataDefinition = null |
bool | _prepareStandardDefinitions = true |
System.ComponentModel.IContainer | components = null |
Required designer variable. More... | |
System.Windows.Forms.Panel | pnlVector |
System.Windows.Forms.Label | label1 |
System.Windows.Forms.Label | lblCurrentFunction |
System.Windows.Forms.Panel | pnlOuter |
System.Windows.Forms.NumericUpDown | numCurrentFunction |
System.Windows.Forms.Label | lblTitle |
System.Windows.Forms.NumericUpDown | numNumFunctions |
System.Windows.Forms.Label | lblCurrentFunctionLabelTitle |
System.Windows.Forms.NumericUpDown | numNumParameters |
System.Windows.Forms.Label | lblNumParameters |
System.Windows.Forms.Label | lblParameterNames |
System.Windows.Forms.Panel | pnlDimensions |
System.Windows.Forms.Label | lblCurrentFunctionName |
System.Windows.Forms.Label | lblFunctionNames |
System.Windows.Forms.Panel | pnlFunctionNames |
System.Windows.Forms.TextBox | txtFunctionNames |
System.Windows.Forms.Panel | pnlParameterNames |
System.Windows.Forms.TextBox | txtParameterNames |
IG.Forms.ScalarFunctionScriptControl | scalarFunctionScriptControl1 |
System.Windows.Forms.Panel | pnlButtons |
System.Windows.Forms.Button | btnCreateFunction |
System.Windows.Forms.Button | btnValueCalculator |
System.Windows.Forms.Button | btnLoad |
System.Windows.Forms.Button | btnSave |
System.Windows.Forms.Button | btnSummary |
System.Windows.Forms.Panel | pnlPlotButtons |
System.Windows.Forms.Button | btnPlot1d |
System.Windows.Forms.Button | btnPlot2d |
System.Windows.Forms.Panel | pnlFunctionDescription |
System.Windows.Forms.TextBox | txtFunctionDescription |
System.Windows.Forms.Label | lblFunctionDescription |
System.Windows.Forms.Panel | pnlFunctionName |
System.Windows.Forms.TextBox | txtFunctionName |
System.Windows.Forms.Label | lblFunctionName |
|
inline |
Constructs and initializes the vector function script control.
|
inline |
Constructs and initializes the vector function script control.
|
inline |
Constructs and initializes the vector function script control.
|
inline |
Constructs and initializes the vector function script control.
|
inlineprivate |
Copies data from the current control to the internal function DTO.
|
inline |
Copies data from the internal DTO to the current control.
|
inline |
Synchronizes data for the current vector function definition.
This method checks number of parameters and number of funcion values, then goes through all scalar funciton elemennts and checks if their data is allocated and consistent. It also takes care that data for the currently edited scalar function is updated according to the true state.
syncParameterNames | If true then parameterr names are also synchroniized. |
syncFunctionNames | If true then function names are also synchronized. |
|
inlineprotected |
Returns function signature created from the data.
References IG.Lib.UtilStr.GetParametersStringPlain().
|
inline |
References IG.Lib.UtilStr.GetParametersStringPlain().
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
Launches 1D parametric plots of the function defined in this control.
References IG.Forms.VectorFunctionPlotter1d.Function, IG.Lib.Function, IG.Forms.VectorFunctionPlotter1dForm.MainControl, and IG.Forms.VectorFunctionPlotter1d.NeuralDataDefinition.
|
inlineprivate |
Launches 2D parametric plots of the function defined in this control.
References IG.Forms.VectorFunctionPlotter2d.Function, IG.Lib.Function, IG.Forms.VectorFunctionPlotter2dForm.MainControl, and IG.Forms.VectorFunctionPlotter2d.NeuralDataDefinition.
|
inlineprivate |
Saves the current fucntion definition to a JSON file.
References IG.Forms.FileSelector.AllowExistentFiles, IG.Forms.FileSelector.AllowNonexistentFiles, IG.Forms.FileSelector.BrowseFile(), IG.Forms.FileSelector.FilePath, IG.Forms.FileSelector.Filter, and IG.Num.VectorFunctionScriptControllerBase< VectorFunctionType, ScalarFunctionControllerType, ScalarFunctionType >.SaveJson().
|
inlineprivate |
Loads vector funcition definition from a file.
References IG.Forms.FileSelector.AllowExistentFiles, IG.Forms.FileSelector.AllowNonexistentFiles, IG.Forms.FileSelector.BrowseFile(), IG.Forms.FileSelector.FilePath, IG.Forms.FileSelector.Filter, and IG.Num.VectorFunctionScriptControllerBase< VectorFunctionType, ScalarFunctionControllerType, ScalarFunctionType >.LoadJson().
|
inlineprotected |
Clean up any resources being used.
disposing | true if managed resources should be disposed; otherwise, false. |
|
inlineprivate |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
inlineprivate |
Copies data from the current control to the internal function DTO.
|
inline |
Copies data from the internal DTO to the current control.
|
inline |
Synchronizes data for the current vector function definition.
This method checks number of parameters and number of funcion values, then goes through all scalar funciton elemennts and checks if their data is allocated and consistent. It also takes care that data for the currently edited scalar function is updated according to the true state.
syncParameterNames | If true then parameterr names are also synchroniized. |
syncFunctionNames | If true then function names are also synchronized. |
|
inlineprotected |
Returns function signature created from the data.
References IG.Lib.UtilStr.GetParametersStringPlain().
|
inline |
References IG.Lib.UtilStr.GetParametersStringPlain().
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
Launches 1D parametric plots of the function defined in this control.
References IG.Forms.VectorFunctionPlotter1d.Function, IG.Lib.Function, IG.Forms.VectorFunctionPlotter1dForm.MainControl, and IG.Forms.VectorFunctionPlotter1d.NeuralDataDefinition.
|
inlineprivate |
Launches 2D parametric plots of the function defined in this control.
References IG.Forms.VectorFunctionPlotter2d.Function, IG.Lib.Function, IG.Forms.VectorFunctionPlotter2dForm.MainControl, and IG.Forms.VectorFunctionPlotter2d.NeuralDataDefinition.
|
inlineprivate |
Saves the current fucntion definition to a JSON file.
References IG.Forms.FileSelector.BrowseFile(), IG.Forms.FileSelector.FilePath, and IG.Num.VectorFunctionScriptControllerBase< VectorFunctionType, ScalarFunctionControllerType, ScalarFunctionType >.SaveJson().
|
inlineprivate |
Loads vector funcition definition from a file.
References IG.Forms.FileSelector.BrowseFile(), IG.Forms.FileSelector.FilePath, and IG.Num.VectorFunctionScriptControllerBase< VectorFunctionType, ScalarFunctionControllerType, ScalarFunctionType >.LoadJson().
|
inlineprotected |
Clean up any resources being used.
disposing | true if managed resources should be disposed; otherwise, false. |
|
inlineprivate |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
inlineprivate |
Copies data from the current control to the internal function DTO.
|
inline |
Copies data from the internal DTO to the current control.
|
inline |
Synchronizes data for the current vector function definition.
This method checks number of parameters and number of funcion values, then goes through all scalar funciton elemennts and checks if their data is allocated and consistent. It also takes care that data for the currently edited scalar function is updated according to the true state.
syncParameterNames | If true then parameterr names are also synchroniized. |
syncFunctionNames | If true then function names are also synchronized. |
|
inlineprotected |
Returns function signature created from the data.
References IG.Lib.UtilStr.GetParametersStringPlain().
|
inline |
References IG.Lib.UtilStr.GetParametersStringPlain().
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
Launches 1D parametric plots of the function defined in this control.
References IG.Forms.VectorFunctionPlotter1d.Function, IG.Lib.Function, IG.Forms.VectorFunctionPlotter1dForm.MainControl, and IG.Forms.VectorFunctionPlotter1d.NeuralDataDefinition.
|
inlineprivate |
Launches 2D parametric plots of the function defined in this control.
References IG.Forms.VectorFunctionPlotter2d.Function, IG.Lib.Function, IG.Forms.VectorFunctionPlotter2dForm.MainControl, and IG.Forms.VectorFunctionPlotter2d.NeuralDataDefinition.
|
inlineprivate |
Saves the current fucntion definition to a JSON file.
References IG.Forms.FileSelector.AllowExistentFiles, IG.Forms.FileSelector.AllowNonexistentFiles, IG.Forms.FileSelector.BrowseFile(), IG.Forms.FileSelector.FilePath, IG.Forms.FileSelector.Filter, and IG.Num.VectorFunctionScriptControllerBase< VectorFunctionType, ScalarFunctionControllerType, ScalarFunctionType >.SaveJson().
|
inlineprivate |
Loads vector funcition definition from a file.
References IG.Forms.FileSelector.AllowExistentFiles, IG.Forms.FileSelector.AllowNonexistentFiles, IG.Forms.FileSelector.BrowseFile(), IG.Forms.FileSelector.FilePath, IG.Forms.FileSelector.Filter, and IG.Num.VectorFunctionScriptControllerBase< VectorFunctionType, ScalarFunctionControllerType, ScalarFunctionType >.LoadJson().
|
inlineprotected |
Clean up any resources being used.
disposing | true if managed resources should be disposed; otherwise, false. |
|
inlineprivate |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
inlineprivate |
Copies data from the current control to the internal function DTO.
|
inline |
Copies data from the internal DTO to the current control.
|
inline |
Synchronizes data for the current vector function definition.
This method checks number of parameters and number of funcion values, then goes through all scalar funciton elemennts and checks if their data is allocated and consistent. It also takes care that data for the currently edited scalar function is updated according to the true state.
syncParameterNames | If true then parameterr names are also synchroniized. |
syncFunctionNames | If true then function names are also synchronized. |
|
inlineprotected |
Returns function signature created from the data.
References IG.Lib.UtilStr.GetParametersStringPlain().
|
inline |
References IG.Lib.UtilStr.GetParametersStringPlain().
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
Launches 1D parametric plots of the function defined in this control.
References IG.Forms.VectorFunctionPlotter1d.Function, IG.Lib.Function, IG.Forms.VectorFunctionPlotter1dForm.MainControl, and IG.Forms.VectorFunctionPlotter1d.NeuralDataDefinition.
|
inlineprivate |
Launches 2D parametric plots of the function defined in this control.
References IG.Forms.VectorFunctionPlotter2d.Function, IG.Lib.Function, IG.Forms.VectorFunctionPlotter2dForm.MainControl, and IG.Forms.VectorFunctionPlotter2d.NeuralDataDefinition.
|
inlineprivate |
Saves the current fucntion definition to a JSON file.
References IG.Forms.FileSelector.AllowExistentFiles, IG.Forms.FileSelector.AllowNonexistentFiles, IG.Forms.FileSelector.BrowseFile(), IG.Forms.FileSelector.FilePath, IG.Forms.FileSelector.Filter, and IG.Num.VectorFunctionScriptControllerBase< VectorFunctionType, ScalarFunctionControllerType, ScalarFunctionType >.SaveJson().
|
inlineprivate |
Loads vector funcition definition from a file.
References IG.Forms.FileSelector.AllowExistentFiles, IG.Forms.FileSelector.AllowNonexistentFiles, IG.Forms.FileSelector.BrowseFile(), IG.Forms.FileSelector.FilePath, IG.Forms.FileSelector.Filter, and IG.Num.VectorFunctionScriptControllerBase< VectorFunctionType, ScalarFunctionControllerType, ScalarFunctionType >.LoadJson().
|
inlineprotected |
Clean up any resources being used.
disposing | true if managed resources should be disposed; otherwise, false. |
|
inlineprivate |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
private |
|
private |
|
private |
|
private |
|
protected |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
Required designer variable.
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
getprotected |
|
getsetprotected |
Normal text of the label that introduces function name input box.
|
getsetprotected |
Normal text of the label that introduces function name input box.
|
getsetprotected |
|
get |
Gets the function generated according to the function definition contained in this control and stored in FunctionController.
Function loaders from the FunctionController's elements (scalar function script controllers) are used to generate the function.
|
getset |
This property contains initial definitions of scalar functions (i.e.their values defined in terms of parameters). If defined then these definitions are asigned in initialization.
|
getsetprotected set |
Whether the current function definition has unsaved changes.
|
getset |
Indicates whether child control (of type ScalarFunctionScriptControl) has unsaved changes.
|
getsetprivate |
Gets or sets index of the current scalar funciton that is worked on.
Changing this property affect which function is edited in the scalar function definition frame.
|
getsetprotected |
Scalar function controller that represents the element of the vector function that is currently edited.
|
getprotected set |
Whether function loader is in consistent state.
This method shoulld be elaborated or dropped.
|
getset |
Name of the function.
|
getset |
|
getset |
Gets or sets number of parameters of the represented vector function.
|
getset |
Gets or sets number of values of the represented vector function (i.e., dimension of its codomain).
|
getset |
Names of function parameters.
|
getset |
Names of scalar function components that define individual values of the represented vector function.
|
getsetprivate |
Definition of input and output data for the represented scalar function.
|
get |
GUI component for seclecting files.
|
getsetprivate |