NeurApp 1.1
NeurApp - software for exploring approximation by artificial neural networks on functions of one or two variables.
|
Settings for the SimJMatProFileManagerBase class. More...
Public Member Functions | |
SimJmatProSettingsDto () | |
Constructs a new JMatPro settings object. The flag for storing working directory in settings is set false. | |
SimJmatProSettingsDto (bool restoreWorkingDirectory) | |
Constructs a new JMatPro settings object, with the specified flag telling whether working directory should be stored or not. | |
override SimJMatProFileManagerBase | CreateObject () |
Creates and returns a new object of the corresponding type. |
Settings for the SimJMatProFileManagerBase class.
IG::Lib::SimJmatProSettingsDto::SimJmatProSettingsDto | ( | ) | [inline] |
Constructs a new JMatPro settings object. The flag for storing working directory in settings is set false.
IG::Lib::SimJmatProSettingsDto::SimJmatProSettingsDto | ( | bool | restoreWorkingDirectory | ) | [inline] |
Constructs a new JMatPro settings object, with the specified flag telling whether working directory should be stored or not.
restoreWorkingDirectory | Specifies whether JMatPro interface' working directory should be stored with settings or not. If false then working directory will not copied form the setting object to the interface' file manager object (which is of type SimJMatProFileManagerBase or derived type) when calling the CopyToPlain or CopyTo method. |
override SimJMatProFileManagerBase IG::Lib::SimJmatProSettingsDto::CreateObject | ( | ) | [inline] |
Creates and returns a new object of the corresponding type.