#include <SMESH_Homard_i.hxx>

Public Member Functions | |
| HOMARD_Gen_i () | |
| standard constructor More... | |
| virtual | ~HOMARD_Gen_i () |
| standard destructor More... | |
| SMESHHOMARD::HOMARD_Boundary_ptr | CreateBoundary (const char *nomBoundary, CORBA::Long typeBoundary) |
| SMESHHOMARD::HOMARD_Boundary_ptr | CreateBoundaryCAO (const char *nomBoundary, const char *DataFile) |
| SMESHHOMARD::HOMARD_Boundary_ptr | CreateBoundaryDi (const char *nomBoundary, const char *MeshName, const char *DataFile) |
| SMESHHOMARD::HOMARD_Boundary_ptr | CreateBoundaryCylinder (const char *nomBoundary, CORBA::Double Xcentre, CORBA::Double Ycentre, CORBA::Double Zcentre, CORBA::Double Xaxis, CORBA::Double Yaxis, CORBA::Double Zaxis, CORBA::Double Rayon) |
| SMESHHOMARD::HOMARD_Boundary_ptr | CreateBoundarySphere (const char *nomBoundary, CORBA::Double Xcentre, CORBA::Double Ycentre, CORBA::Double Zcentre, CORBA::Double Rayon) |
| SMESHHOMARD::HOMARD_Boundary_ptr | CreateBoundaryConeR (const char *nomBoundary, CORBA::Double Xcentre1, CORBA::Double Ycentre1, CORBA::Double Zcentre1, CORBA::Double Rayon1, CORBA::Double Xcentre2, CORBA::Double Ycentre2, CORBA::Double Zcentre2, CORBA::Double Rayon2) |
| SMESHHOMARD::HOMARD_Boundary_ptr | CreateBoundaryConeA (const char *nomBoundary, CORBA::Double Xaxis, CORBA::Double Yaxis, CORBA::Double Zaxis, CORBA::Double Angle, CORBA::Double Xcentre, CORBA::Double Ycentre, CORBA::Double Zcentre) |
| SMESHHOMARD::HOMARD_Boundary_ptr | CreateBoundaryTorus (const char *nomBoundary, CORBA::Double Xcentre, CORBA::Double Ycentre, CORBA::Double Zcentre, CORBA::Double Xaxis, CORBA::Double Yaxis, CORBA::Double Zaxis, CORBA::Double RayonRev, CORBA::Double RayonPri) |
| SMESHHOMARD::HOMARD_Cas_ptr | CreateCaseOnMesh (const char *MeshName, SMESH::SMESH_Mesh_ptr smeshMesh, const char *theWorkingDir) |
| SMESHHOMARD::HOMARD_Cas_ptr | CreateCase (const char *MeshName, const char *FileName, const char *theWorkingDir) |
| HOMARD_Iteration_i * | CreateIteration () |
| SMESHHOMARD::HOMARD_Boundary_ptr | GetBoundary (const char *nomBoundary) |
| SMESHHOMARD::HOMARD_Cas_ptr | GetCase () |
| HOMARD_Iteration_i * | GetIteration (CORBA::Long numIter) |
| SMESHHOMARD::listeBoundarys * | GetAllBoundarysName () |
| void | InvalideBoundary (const char *nomBoundary) |
| CORBA::Long | DeleteBoundary (const char *nomBoundary) |
| void | DeleteCase () |
| CORBA::Long | DeleteIteration (int numIter) |
| void | AddBoundary (const char *Boundary) |
| void | AddBoundaryGroup (const char *Boundary, const char *Group) |
| void | AssociateCaseIter (int numIter, const char *labelIter) |
| char * | CreateDirNameIter (const char *nomrep, CORBA::Long num) |
| CORBA::Long | Compute () |
| CORBA::Long | ComputeAdap (SMESHHOMARDImpl::HomardDriver *myDriver) |
| CORBA::Long | ComputeCAO () |
| CORBA::Long | ComputeCAObis () |
| char * | ComputeDirManagement () |
| char * | ComputeDirPaManagement () |
| int | DriverTexteBoundary (SMESHHOMARDImpl::HomardDriver *myDriver) |
| void | PublishResultInSmesh (const char *NomFich) |
| void | DeleteResultInSmesh (std::string NomFich, std::string MeshName) |
| void | PythonDump () |
| void | SetConfType (CORBA::Long theConfType) |
| void | SetKeepMedOUT (bool theKeepMedOUT) |
| void | SetPublishMeshOUT (bool thePublishMeshOUT) |
| void | SetMeshNameOUT (const char *theMeshNameOUT) |
| void | SetMeshFileOUT (const char *theMeshFileOUT) |
| void | SetVerboseLevel (CORBA::Long theVerboseLevel) |
| void | SetKeepWorkingFiles (bool theKeepWorkingFiles) |
| void | SetLogInFile (bool theLogInFile) |
| void | SetLogFile (const char *theLogFile) |
| void | SetRemoveLogOnSuccess (bool theRemoveLogOnSuccess) |
Private Member Functions | |
| SMESHHOMARD::HOMARD_Boundary_ptr | newBoundary () |
| SMESHHOMARD::HOMARD_Cas_ptr | newCase () |
| HOMARD_Iteration_i * | newIteration () |
Private Attributes | |
| SMESHHOMARDImpl::HOMARD_Gen * | myHomard |
| HOMARD_Iteration_i * | myIteration0 |
| HOMARD_Iteration_i * | myIteration1 |
| SMESHHOMARD::HOMARD_Cas_var | myCase |
| std::map< std::string, SMESHHOMARD::HOMARD_Boundary_var > | _mesBoundarys |
| int | _ConfType |
| bool | _KeepMedOUT |
| bool | _PublishMeshOUT |
| bool | _KeepWorkingFiles |
| bool | _LogInFile |
| bool | _RemoveLogOnSuccess |
| int | _VerboseLevel |
| std::string | _MeshNameOUT |
| std::string | _MeshFileOUT |
| std::string | _LogFile |
| bool | _CaseOnMedFile |
| SMESH::SMESH_Mesh_var | _SmeshMesh |
| std::string | _TmpMeshFile |
| SMESHHOMARD_I::HOMARD_Gen_i::HOMARD_Gen_i | ( | ) |
|
virtual |
standard destructor
References MESSAGE.
| void SMESHHOMARD_I::HOMARD_Gen_i::AddBoundary | ( | const char * | Boundary | ) |
| void SMESHHOMARD_I::HOMARD_Gen_i::AddBoundaryGroup | ( | const char * | Boundary, |
| const char * | Group | ||
| ) |
| void SMESHHOMARD_I::HOMARD_Gen_i::AssociateCaseIter | ( | int | numIter, |
| const char * | labelIter | ||
| ) |
References SMESHHOMARD_I::HOMARD_Cas_i::AddIteration(), SMESHHOMARD_I::HOMARD_Iteration_i::GetName(), MESSAGE, myCase, myIteration0, and myIteration1.
Referenced by CreateCase(), CreateCaseOnMesh(), and CreateIteration().
| CORBA::Long SMESHHOMARD_I::HOMARD_Gen_i::Compute | ( | ) |
References _LogFile, _LogInFile, _MeshFileOUT, _MeshNameOUT, _PublishMeshOUT, _RemoveLogOnSuccess, _VerboseLevel, CHDIR, ComputeAdap(), ComputeCAO(), ComputeDirManagement(), CreateIteration(), SMESHHOMARDImpl::HomardDriver::CreeFichier(), DeleteCase(), DriverTexteBoundary(), SMESHHOMARDImpl::HomardDriver::ExecuteHomard(), SMESHHOMARD_I::HOMARD_Iteration_i::GetLogFile(), SMESHHOMARD_I::HOMARD_Iteration_i::GetMeshFile(), SMESHHOMARD_I::HOMARD_Iteration_i::GetMeshName(), SMESHHOMARD_I::HOMARD_Iteration_i::GetNumber(), SMESHHOMARD_I::HOMARD_Iteration_i::GetState(), MESSAGE, myCase, myIteration1, PublishResultInSmesh(), PythonDump(), SMESH_File::remove(), SMESHHOMARD_I::HOMARD_Iteration_i::SetFileInfo(), SMESHHOMARD_I::HOMARD_Iteration_i::SetInfoCompute(), SMESHHOMARD_I::HOMARD_Iteration_i::SetLogFile(), SMESHHOMARD_I::HOMARD_Iteration_i::SetMeshFile(), SMESHHOMARD_I::HOMARD_Iteration_i::SetMeshName(), SMESHHOMARD_I::HOMARD_Iteration_i::SetState(), SMESHHOMARDImpl::HomardDriver::TexteInit(), SMESHHOMARDImpl::HomardDriver::TexteMaillage(), and SMESHHOMARDImpl::HomardDriver::TexteMaillageHOMARD().
| CORBA::Long SMESHHOMARD_I::HOMARD_Gen_i::ComputeAdap | ( | SMESHHOMARDImpl::HomardDriver * | myDriver | ) |
References _ConfType, ComputeDirPaManagement(), SMESHHOMARD_I::HOMARD_Iteration_i::GetInfoCompute(), SMESHHOMARD_I::HOMARD_Iteration_i::GetMeshFile(), SMESHHOMARD_I::HOMARD_Iteration_i::GetMeshName(), MESSAGE, myIteration0, myIteration1, SMESHHOMARDImpl::HomardDriver::TexteAdap(), SMESHHOMARDImpl::HomardDriver::TexteAdvanced(), SMESHHOMARDImpl::HomardDriver::TexteConfRaffDera(), SMESHHOMARDImpl::HomardDriver::TexteInfoCompute(), SMESHHOMARDImpl::HomardDriver::TexteMaillage(), and SMESHHOMARDImpl::HomardDriver::TexteMaillageHOMARD().
Referenced by Compute().
| CORBA::Long SMESHHOMARD_I::HOMARD_Gen_i::ComputeCAO | ( | ) |
References _mesBoundarys, ComputeCAObis(), SMESHHOMARD_I::HOMARD_Iteration_i::GetDirName(), SMESHHOMARD_I::HOMARD_Iteration_i::GetMeshFile(), MESSAGE, myCase, and myIteration1.
Referenced by Compute().
| CORBA::Long SMESHHOMARD_I::HOMARD_Gen_i::ComputeCAObis | ( | ) |
References CHDIR, SMESHHOMARDImpl::HomardDriver::CreeFichier(), SMESHHOMARDImpl::HomardDriver::ExecuteHomard(), SMESHHOMARD_I::HOMARD_Iteration_i::GetDirName(), SMESHHOMARD_I::HOMARD_Iteration_i::GetMeshFile(), SMESHHOMARD_I::HOMARD_Iteration_i::GetMeshName(), SMESHHOMARD_I::HOMARD_Iteration_i::GetNumber(), SMESHHOMARD_I::HOMARD_Iteration_i::GetState(), MESSAGE, myCase, myIteration1, SMESHHOMARD_I::HOMARD_Iteration_i::SetFileInfo(), SMESHHOMARDImpl::HomardDriver::TexteInit(), SMESHHOMARDImpl::HomardDriver::TexteMaillage(), SMESHHOMARDImpl::HomardDriver::TexteMaillageHOMARD(), and SMESHHOMARDImpl::HomardDriver::TexteMajCoords().
Referenced by ComputeCAO().
| char * SMESHHOMARD_I::HOMARD_Gen_i::ComputeDirManagement | ( | ) |
References CHDIR, SMESHHOMARD_I::HOMARD_Iteration_i::GetDirNameLoc(), MESSAGE, myCase, myIteration1, and VERIFICATION.
Referenced by Compute().
| char * SMESHHOMARD_I::HOMARD_Gen_i::ComputeDirPaManagement | ( | ) |
References SMESHHOMARD_I::HOMARD_Iteration_i::GetDirNameLoc(), MESSAGE, myCase, and myIteration0.
Referenced by ComputeAdap().
| SMESHHOMARD::HOMARD_Boundary_ptr SMESHHOMARD_I::HOMARD_Gen_i::CreateBoundary | ( | const char * | nomBoundary, |
| CORBA::Long | typeBoundary | ||
| ) |
References _mesBoundarys, end(), MESSAGE, and newBoundary().
Referenced by CreateBoundaryCAO(), CreateBoundaryConeA(), CreateBoundaryConeR(), CreateBoundaryCylinder(), CreateBoundaryDi(), CreateBoundarySphere(), and CreateBoundaryTorus().
| SMESHHOMARD::HOMARD_Boundary_ptr SMESHHOMARD_I::HOMARD_Gen_i::CreateBoundaryCAO | ( | const char * | nomBoundary, |
| const char * | DataFile | ||
| ) |
References CreateBoundary(), and MESSAGE.
| SMESHHOMARD::HOMARD_Boundary_ptr SMESHHOMARD_I::HOMARD_Gen_i::CreateBoundaryConeA | ( | const char * | nomBoundary, |
| CORBA::Double | Xaxis, | ||
| CORBA::Double | Yaxis, | ||
| CORBA::Double | Zaxis, | ||
| CORBA::Double | Angle, | ||
| CORBA::Double | Xcentre, | ||
| CORBA::Double | Ycentre, | ||
| CORBA::Double | Zcentre | ||
| ) |
References CreateBoundary(), and MESSAGE.
| SMESHHOMARD::HOMARD_Boundary_ptr SMESHHOMARD_I::HOMARD_Gen_i::CreateBoundaryConeR | ( | const char * | nomBoundary, |
| CORBA::Double | Xcentre1, | ||
| CORBA::Double | Ycentre1, | ||
| CORBA::Double | Zcentre1, | ||
| CORBA::Double | Rayon1, | ||
| CORBA::Double | Xcentre2, | ||
| CORBA::Double | Ycentre2, | ||
| CORBA::Double | Zcentre2, | ||
| CORBA::Double | Rayon2 | ||
| ) |
References CreateBoundary(), and MESSAGE.
| SMESHHOMARD::HOMARD_Boundary_ptr SMESHHOMARD_I::HOMARD_Gen_i::CreateBoundaryCylinder | ( | const char * | nomBoundary, |
| CORBA::Double | Xcentre, | ||
| CORBA::Double | Ycentre, | ||
| CORBA::Double | Zcentre, | ||
| CORBA::Double | Xaxis, | ||
| CORBA::Double | Yaxis, | ||
| CORBA::Double | Zaxis, | ||
| CORBA::Double | Rayon | ||
| ) |
References CreateBoundary(), and MESSAGE.
| SMESHHOMARD::HOMARD_Boundary_ptr SMESHHOMARD_I::HOMARD_Gen_i::CreateBoundaryDi | ( | const char * | nomBoundary, |
| const char * | MeshName, | ||
| const char * | DataFile | ||
| ) |
References CreateBoundary(), and MESSAGE.
| SMESHHOMARD::HOMARD_Boundary_ptr SMESHHOMARD_I::HOMARD_Gen_i::CreateBoundarySphere | ( | const char * | nomBoundary, |
| CORBA::Double | Xcentre, | ||
| CORBA::Double | Ycentre, | ||
| CORBA::Double | Zcentre, | ||
| CORBA::Double | Rayon | ||
| ) |
References CreateBoundary(), and MESSAGE.
| SMESHHOMARD::HOMARD_Boundary_ptr SMESHHOMARD_I::HOMARD_Gen_i::CreateBoundaryTorus | ( | const char * | nomBoundary, |
| CORBA::Double | Xcentre, | ||
| CORBA::Double | Ycentre, | ||
| CORBA::Double | Zcentre, | ||
| CORBA::Double | Xaxis, | ||
| CORBA::Double | Yaxis, | ||
| CORBA::Double | Zaxis, | ||
| CORBA::Double | RayonRev, | ||
| CORBA::Double | RayonPri | ||
| ) |
References CreateBoundary(), and MESSAGE.
| SMESHHOMARD::HOMARD_Cas_ptr SMESHHOMARD_I::HOMARD_Gen_i::CreateCase | ( | const char * | MeshName, |
| const char * | FileName, | ||
| const char * | theWorkingDir | ||
| ) |
References _CaseOnMedFile, AssociateCaseIter(), DeleteCase(), SMESHHOMARD_I::GetBoundingBoxInMedFile(), SMESHHOMARD_I::GetListeGroupesInMedFile(), MESSAGE, myCase, myIteration0, newCase(), newIteration(), SMESHHOMARD_I::HOMARD_Iteration_i::SetMeshFile(), SMESHHOMARD_I::HOMARD_Iteration_i::SetMeshName(), SMESHHOMARD_I::HOMARD_Iteration_i::SetName(), SMESHHOMARD_I::HOMARD_Iteration_i::SetNumber(), and SMESHHOMARD_I::HOMARD_Iteration_i::SetState().
| SMESHHOMARD::HOMARD_Cas_ptr SMESHHOMARD_I::HOMARD_Gen_i::CreateCaseOnMesh | ( | const char * | MeshName, |
| SMESH::SMESH_Mesh_ptr | smeshMesh, | ||
| const char * | theWorkingDir | ||
| ) |
References _CaseOnMedFile, _SmeshMesh, _TmpMeshFile, AssociateCaseIter(), DeleteCase(), SMESH_File::exists(), SMESHHOMARD_I::GetBoundingBoxInMedFile(), SMESHHOMARD_I::GetListeGroupesInMedFile(), MESSAGE, myCase, myIteration0, newCase(), newIteration(), SMESHHOMARD_I::HOMARD_Iteration_i::SetMeshFile(), SMESHHOMARD_I::HOMARD_Iteration_i::SetMeshName(), SMESHHOMARD_I::HOMARD_Iteration_i::SetName(), SMESHHOMARD_I::HOMARD_Iteration_i::SetNumber(), and SMESHHOMARD_I::HOMARD_Iteration_i::SetState().
| char * SMESHHOMARD_I::HOMARD_Gen_i::CreateDirNameIter | ( | const char * | nomrep, |
| CORBA::Long | num | ||
| ) |
References CHDIR, and MESSAGE.
Referenced by CreateIteration(), and SMESHHOMARD_I::HOMARD_Cas_i::SetDirName().
| HOMARD_Iteration_i * SMESHHOMARD_I::HOMARD_Gen_i::CreateIteration | ( | ) |
References AssociateCaseIter(), CreateDirNameIter(), DeleteIteration(), SMESHHOMARD_I::HOMARD_Iteration_i::GetName(), myCase, myIteration0, myIteration1, newIteration(), SMESHHOMARD_I::HOMARD_Iteration_i::SetDirNameLoc(), SMESHHOMARD_I::HOMARD_Iteration_i::SetMeshFile(), SMESHHOMARD_I::HOMARD_Iteration_i::SetMeshName(), SMESHHOMARD_I::HOMARD_Iteration_i::SetName(), SMESHHOMARD_I::HOMARD_Iteration_i::SetNumber(), and SMESHHOMARD_I::HOMARD_Iteration_i::SetState().
Referenced by Compute().
| CORBA::Long SMESHHOMARD_I::HOMARD_Gen_i::DeleteBoundary | ( | const char * | nomBoundary | ) |
References _mesBoundarys, and MESSAGE.
| void SMESHHOMARD_I::HOMARD_Gen_i::DeleteCase | ( | ) |
References _CaseOnMedFile, _mesBoundarys, _SmeshMesh, _TmpMeshFile, DeleteIteration(), SMESH_File::exists(), MESSAGE, myCase, and SMESH_File::remove().
Referenced by Compute(), CreateCase(), and CreateCaseOnMesh().
| CORBA::Long SMESHHOMARD_I::HOMARD_Gen_i::DeleteIteration | ( | int | numIter | ) |
References _KeepMedOUT, _KeepWorkingFiles, SMESHHOMARD_I::HOMARD_Iteration_i::GetDirName(), SMESHHOMARD_I::HOMARD_Iteration_i::GetMeshFile(), SMESHHOMARD_I::HOMARD_Iteration_i::GetState(), MESSAGE, myIteration0, myIteration1, and SMESHHOMARD_I::HOMARD_Iteration_i::SetState().
Referenced by CreateIteration(), and DeleteCase().
| void SMESHHOMARD_I::HOMARD_Gen_i::DeleteResultInSmesh | ( | std::string | NomFich, |
| std::string | MeshName | ||
| ) |
References SMESH_Gen_i::GetSMESHGen(), SMESH_Gen_i::getStudyServant(), and MESSAGE.
| int SMESHHOMARD_I::HOMARD_Gen_i::DriverTexteBoundary | ( | SMESHHOMARDImpl::HomardDriver * | myDriver | ) |
References _mesBoundarys, MESSAGE, myCase, SMESHHOMARDImpl::HomardDriver::TexteBoundaryAn(), SMESHHOMARDImpl::HomardDriver::TexteBoundaryAnGr(), SMESHHOMARDImpl::HomardDriver::TexteBoundaryCAOGr(), SMESHHOMARDImpl::HomardDriver::TexteBoundaryDi(), SMESHHOMARDImpl::HomardDriver::TexteBoundaryDiGr(), and SMESHHOMARDImpl::HomardDriver::TexteBoundaryOption().
Referenced by Compute().
| SMESHHOMARD::listeBoundarys * SMESHHOMARD_I::HOMARD_Gen_i::GetAllBoundarysName | ( | ) |
References _mesBoundarys, and MESSAGE.
| SMESHHOMARD::HOMARD_Boundary_ptr SMESHHOMARD_I::HOMARD_Gen_i::GetBoundary | ( | const char * | nomBoundary | ) |
References _mesBoundarys.
| SMESHHOMARD::HOMARD_Cas_ptr SMESHHOMARD_I::HOMARD_Gen_i::GetCase | ( | ) |
References myCase.
| HOMARD_Iteration_i * SMESHHOMARD_I::HOMARD_Gen_i::GetIteration | ( | CORBA::Long | numIter | ) |
References myIteration0, and myIteration1.
Referenced by SMESHHOMARD_I::HOMARD_Cas_i::SetDirName().
| void SMESHHOMARD_I::HOMARD_Gen_i::InvalideBoundary | ( | const char * | nomBoundary | ) |
References _mesBoundarys, and MESSAGE.
|
private |
Referenced by CreateBoundary().
|
private |
Referenced by CreateCase(), and CreateCaseOnMesh().
|
private |
Referenced by CreateCase(), CreateCaseOnMesh(), and CreateIteration().
| void SMESHHOMARD_I::HOMARD_Gen_i::PublishResultInSmesh | ( | const char * | NomFich | ) |
References SMESH_Gen_i::CreateMeshesFromMED(), SMESH_Gen_i::GetORB(), SMESH_Gen_i::GetSMESHGen(), SMESH_Gen_i::getStudyServant(), MESSAGE, and SMESH_Gen_i::UpdateStudy().
Referenced by Compute().
| void SMESHHOMARD_I::HOMARD_Gen_i::PythonDump | ( | ) |
References _CaseOnMedFile, _ConfType, _KeepMedOUT, _KeepWorkingFiles, _LogFile, _LogInFile, _mesBoundarys, _MeshFileOUT, _MeshNameOUT, _PublishMeshOUT, _RemoveLogOnSuccess, _SmeshMesh, _VerboseLevel, SMESHHOMARD_I::HOMARD_Iteration_i::GetMeshFile(), SMESHHOMARD_I::HOMARD_Iteration_i::GetMeshName(), SMESH_Gen_i::GetSMESHGen(), MESSAGE, myCase, and myIteration0.
Referenced by Compute().
| void SMESHHOMARD_I::HOMARD_Gen_i::SetConfType | ( | CORBA::Long | theConfType | ) |
References _ConfType.
| void SMESHHOMARD_I::HOMARD_Gen_i::SetKeepMedOUT | ( | bool | theKeepMedOUT | ) |
References _KeepMedOUT.
| void SMESHHOMARD_I::HOMARD_Gen_i::SetKeepWorkingFiles | ( | bool | theKeepWorkingFiles | ) |
References _KeepWorkingFiles.
| void SMESHHOMARD_I::HOMARD_Gen_i::SetLogFile | ( | const char * | theLogFile | ) |
References _LogFile.
| void SMESHHOMARD_I::HOMARD_Gen_i::SetLogInFile | ( | bool | theLogInFile | ) |
References _LogInFile.
| void SMESHHOMARD_I::HOMARD_Gen_i::SetMeshFileOUT | ( | const char * | theMeshFileOUT | ) |
References _MeshFileOUT.
| void SMESHHOMARD_I::HOMARD_Gen_i::SetMeshNameOUT | ( | const char * | theMeshNameOUT | ) |
References _MeshNameOUT.
| void SMESHHOMARD_I::HOMARD_Gen_i::SetPublishMeshOUT | ( | bool | thePublishMeshOUT | ) |
References _PublishMeshOUT.
| void SMESHHOMARD_I::HOMARD_Gen_i::SetRemoveLogOnSuccess | ( | bool | theRemoveLogOnSuccess | ) |
References _RemoveLogOnSuccess.
| void SMESHHOMARD_I::HOMARD_Gen_i::SetVerboseLevel | ( | CORBA::Long | theVerboseLevel | ) |
References _VerboseLevel.
|
private |
Referenced by CreateCase(), CreateCaseOnMesh(), DeleteCase(), and PythonDump().
|
private |
Referenced by ComputeAdap(), PythonDump(), and SetConfType().
|
private |
Referenced by DeleteIteration(), PythonDump(), and SetKeepMedOUT().
|
private |
Referenced by DeleteIteration(), PythonDump(), and SetKeepWorkingFiles().
|
private |
Referenced by Compute(), PythonDump(), and SetLogFile().
|
private |
Referenced by Compute(), PythonDump(), and SetLogInFile().
|
private |
|
private |
Referenced by Compute(), PythonDump(), and SetMeshFileOUT().
|
private |
Referenced by Compute(), PythonDump(), and SetMeshNameOUT().
|
private |
Referenced by Compute(), PythonDump(), and SetPublishMeshOUT().
|
private |
Referenced by Compute(), PythonDump(), and SetRemoveLogOnSuccess().
|
private |
Referenced by CreateCaseOnMesh(), DeleteCase(), and PythonDump().
|
private |
Referenced by CreateCaseOnMesh(), and DeleteCase().
|
private |
Referenced by Compute(), PythonDump(), and SetVerboseLevel().
|
private |
|
private |
Referenced by HOMARD_Gen_i().
|
private |
|
private |
Referenced by AssociateCaseIter(), Compute(), ComputeAdap(), ComputeCAO(), ComputeCAObis(), ComputeDirManagement(), CreateIteration(), DeleteIteration(), and GetIteration().