NeurApp 1.1
NeurApp - software for exploring approximation by artificial neural networks on functions of one or two variables.
|
File manager for interfacing the JMatPro software version 4.0. More...
Public Member Functions | |
SimJMatProFileManager4_0 (string workingDirectoryPath) | |
Construct JMatPro interface's file manager, with specified working directory. | |
SimJMatProFileManager4_0 (string workingDirectoryPath, string settingsFilePath) | |
Construct JMatPro interface's file manager, with specified path to the file where settings are stored. | |
SimJMatProFileManager4_0 (string workingDirectoryPath, SimJmatProSettingsDto settings) | |
Construct JMatPro interface's file manager, with specified settings object. | |
SimJMatProFileManager4_0 (string workingDirectoryPath) | |
Construct JMatPro interface's file manager, with specified working directory. | |
SimJMatProFileManager4_0 (string workingDirectoryPath, string settingsFilePath) | |
Construct JMatPro interface's file manager, with specified path to the file where settings are stored. | |
SimJMatProFileManager4_0 (string workingDirectoryPath, SimJmatProSettingsDto settings) | |
Construct JMatPro interface's file manager, with specified settings object. | |
Properties | |
override string | NameJMatProBase [get, set] |
Name of the JMatPro directory (without root directories) and executable. |
File manager for interfacing the JMatPro software version 4.0.
$A Igor Sep12 nov12;
IG::Num::SimJMatProFileManager4_0::SimJMatProFileManager4_0 | ( | string | workingDirectoryPath | ) | [inline] |
Construct JMatPro interface's file manager, with specified working directory.
workingDirectoryPath | Path of the working directory. |
IG::Num::SimJMatProFileManager4_0::SimJMatProFileManager4_0 | ( | string | workingDirectoryPath, |
string | settingsFilePath | ||
) | [inline] |
Construct JMatPro interface's file manager, with specified path to the file where settings are stored.
workingDirectoryPath | Path of the working directory. |
settingsFilePath | Path to the file containing settings. |
It can be specified as absolute path or relative to the current directory or relative to the working directory. If null or empty string then default path is taken.
IG::Num::SimJMatProFileManager4_0::SimJMatProFileManager4_0 | ( | string | workingDirectoryPath, |
SimJmatProSettingsDto | settings | ||
) | [inline] |
Construct JMatPro interface's file manager, with specified settings object.
workingDirectoryPath | Path of the working directory. |
settings | Object containing settings for hte JMatpro file manager. |
IG::Num::SimJMatProFileManager4_0::SimJMatProFileManager4_0 | ( | string | workingDirectoryPath | ) | [inline] |
Construct JMatPro interface's file manager, with specified working directory.
workingDirectoryPath | Path of the working directory. |
IG::Num::SimJMatProFileManager4_0::SimJMatProFileManager4_0 | ( | string | workingDirectoryPath, |
string | settingsFilePath | ||
) | [inline] |
Construct JMatPro interface's file manager, with specified path to the file where settings are stored.
workingDirectoryPath | Path of the working directory. |
settingsFilePath | Path to the file containing settings. |
It can be specified as absolute path or relative to the current directory or relative to the working directory. If null or empty string then default path is taken.
IG::Num::SimJMatProFileManager4_0::SimJMatProFileManager4_0 | ( | string | workingDirectoryPath, |
SimJmatProSettingsDto | settings | ||
) | [inline] |
Construct JMatPro interface's file manager, with specified settings object.
workingDirectoryPath | Path of the working directory. |
settings | Object containing settings for hte JMatpro file manager. |
override string IG::Num::SimJMatProFileManager4_0::NameJMatProBase [get, set] |
Name of the JMatPro directory (without root directories) and executable.
Reimplemented from IG::Num::SimJMatProFileManagerBase.