NeurApp 1.1
NeurApp - software for exploring approximation by artificial neural networks on functions of one or two variables.
|
Contains information about the state of specific calculation related to material directory. More...
Public Member Functions | |
MaterialDirectoryInfoBase (SimJMatProFileManagerBase jmatFmArg, string dirApproximatePath) | |
Constructs a material directory information object. | |
MaterialDirectoryInfoBase (SimJMatProFileManagerBase jmatFmArg, DirectoryInfo materialDirectory) | |
Constructs a material directory information object. | |
Properties | |
SimJMatProFileManagerBase | JMatFm [get] |
JMatPro file manager that is used for extracting information about the directory. | |
DirectoryInfo | DirInfo [get] |
Directory info for the material directory represented by the current object. | |
string | DirName [get] |
Name of the material directory represented by the current object. | |
string | DirPath [get] |
Full path of the material directory represented by the current object. | |
Private Member Functions | |
MaterialDirectoryInfoBase () | |
Prevents argument-less constructor. | |
MaterialDirectoryInfoBase (SimJMatProFileManagerBase jmatFmArg) | |
Constructs a material directory information object. Used only as insomplete constructor to perform one part of initialization, thus it is defined as private. | |
Private Attributes | |
readonly SimJMatProFileManagerBase | _jMatFm |
readonly DirectoryInfo | _materialDirectoryInfo |
string | _materialDirectoryName |
string | _materialDirectoryPath |
Contains information about the state of specific calculation related to material directory.
$A Igor Dec12;
IG::Num::SimJMatProFileManagerBase::MaterialDirectoryInfoBase::MaterialDirectoryInfoBase | ( | ) | [inline, private] |
Prevents argument-less constructor.
IG::Num::SimJMatProFileManagerBase::MaterialDirectoryInfoBase::MaterialDirectoryInfoBase | ( | SimJMatProFileManagerBase | jmatFmArg | ) | [inline, private] |
Constructs a material directory information object. Used only as insomplete constructor to perform one part of initialization, thus it is defined as private.
jmatFmArg | JMatPro file manager used for manipulation with material calculations and other basic tasks. |
IG::Num::SimJMatProFileManagerBase::MaterialDirectoryInfoBase::MaterialDirectoryInfoBase | ( | SimJMatProFileManagerBase | jmatFmArg, |
string | dirApproximatePath | ||
) | [inline] |
Constructs a material directory information object.
jmatFmArg | JMatPro file manager used for manipulation with material calculations and other basic tasks. |
dirApproximatePath | Path to the directory for which the current object provides information. |
IG::Num::SimJMatProFileManagerBase::MaterialDirectoryInfoBase::MaterialDirectoryInfoBase | ( | SimJMatProFileManagerBase | jmatFmArg, |
DirectoryInfo | materialDirectory | ||
) | [inline] |
Constructs a material directory information object.
jmatFmArg | JMatPro file manager used for manipulation with material calculations and other basic tasks. |
materialDirectory | Directory info object for the material directory represented by the constructed object. |
readonly SimJMatProFileManagerBase IG::Num::SimJMatProFileManagerBase::MaterialDirectoryInfoBase::_jMatFm [private] |
readonly DirectoryInfo IG::Num::SimJMatProFileManagerBase::MaterialDirectoryInfoBase::_materialDirectoryInfo [private] |
string IG::Num::SimJMatProFileManagerBase::MaterialDirectoryInfoBase::_materialDirectoryName [private] |
string IG::Num::SimJMatProFileManagerBase::MaterialDirectoryInfoBase::_materialDirectoryPath [private] |
SimJMatProFileManagerBase IG::Num::SimJMatProFileManagerBase::MaterialDirectoryInfoBase::JMatFm [get] |
JMatPro file manager that is used for extracting information about the directory.
DirectoryInfo IG::Num::SimJMatProFileManagerBase::MaterialDirectoryInfoBase::DirInfo [get] |
Directory info for the material directory represented by the current object.
string IG::Num::SimJMatProFileManagerBase::MaterialDirectoryInfoBase::DirName [get] |
Name of the material directory represented by the current object.
string IG::Num::SimJMatProFileManagerBase::MaterialDirectoryInfoBase::DirPath [get] |
Full path of the material directory represented by the current object.