Version: 9.16.0
SMESH::MG_ADAPT Interface Reference

import"MG_ADAPT.idl";

Inheritance diagram for SMESH::MG_ADAPT:

Public Member Functions

void setData (inout MgAdaptHypothesisData data)
 
void setMedFileIn (in string MedFileIn)
 
string getMedFileIn ()
 
void setMedFileOut (in string MedFileOut)
 
string getMedFileOut ()
 
void setMeshName (in string s)
 
string getMeshName ()
 
void setMeshNameOut (in string s)
 
string getMeshNameOut ()
 
void setMeshOutMed (in boolean b)
 
boolean getMeshOutMed ()
 
void setPublish (in boolean b)
 
boolean getPublish ()
 
void setSizeMapFieldName (in string s)
 
string getSizeMapFieldName ()
 
void setTimeStep (in long s)
 
long getTimeStep ()
 
void setTimeStepRank (in long s, in long f)
 
long getRank ()
 
void setTimeStepRankLast ()
 
void setNoTimeStep ()
 
void setLogFile (in string f)
 
string getLogFile ()
 
void setVerbosityLevel (in long f)
 
long getVerbosityLevel ()
 
void setRemoveOnSuccess (in boolean f)
 
boolean getRemoveOnSuccess ()
 
MgAdaptHypothesisData getData ()
 
void setUseLocalMap (in boolean f)
 
boolean getUseLocalMap ()
 
void setUseBackgroundMap (in boolean f)
 
boolean getUseBackgroundMap ()
 
void setUseConstantValue (in boolean f)
 
boolean getUseConstantValue ()
 
void setConstantSize (in double f)
 
double getConstantSize ()
 
void setSizeMapFile (in string f)
 
string getSizeMapFile ()
 
void setFromMedFile (in boolean f)
 
boolean isFromMedFile ()
 
void setKeepWorkingFiles (in boolean f)
 
boolean getKeepWorkingFiles ()
 
void setPrintLogInFile (in boolean f)
 
boolean getPrintLogInFile ()
 
void setWorkingDir (in string f)
 
string getWorkingDir ()
 
void setSizeMapType (in string f)
 
boolean setAll ()
 
string getCommandToRun ()
 
void compute () raises (SALOME::SALOME_Exception)
 
string getErrMsg ()
 
string getFileName ()
 
string getExeName ()
 
void copyMgAdaptHypothesisData (in MgAdaptHypothesisData f)
 
boolean hasOptionDefined (in string optionName)
 
void setOptionValue (in string optionName, in string optionValue) raises (SALOME::SALOME_Exception)
 
string getOptionValue (in string optionName, inout boolean isDefault) raises (SALOME::SALOME_Exception)
 
SMESH::string_array getCustomOptionValuesStrVec ()
 
SMESH::string_array getOptionValuesStrVec ()
 

Member Function Documentation

◆ compute()

void SMESH::MG_ADAPT::compute ( )
raises (SALOME::SALOME_Exception
)

◆ copyMgAdaptHypothesisData()

void SMESH::MG_ADAPT::copyMgAdaptHypothesisData ( in MgAdaptHypothesisData  f)

◆ getCommandToRun()

string SMESH::MG_ADAPT::getCommandToRun ( )

◆ getConstantSize()

double SMESH::MG_ADAPT::getConstantSize ( )

◆ getCustomOptionValuesStrVec()

SMESH::string_array SMESH::MG_ADAPT::getCustomOptionValuesStrVec ( )

◆ getData()

MgAdaptHypothesisData SMESH::MG_ADAPT::getData ( )

◆ getErrMsg()

string SMESH::MG_ADAPT::getErrMsg ( )

◆ getExeName()

string SMESH::MG_ADAPT::getExeName ( )

◆ getFileName()

string SMESH::MG_ADAPT::getFileName ( )

◆ getKeepWorkingFiles()

boolean SMESH::MG_ADAPT::getKeepWorkingFiles ( )

◆ getLogFile()

string SMESH::MG_ADAPT::getLogFile ( )

◆ getMedFileIn()

string SMESH::MG_ADAPT::getMedFileIn ( )

◆ getMedFileOut()

string SMESH::MG_ADAPT::getMedFileOut ( )

◆ getMeshName()

string SMESH::MG_ADAPT::getMeshName ( )

◆ getMeshNameOut()

string SMESH::MG_ADAPT::getMeshNameOut ( )

◆ getMeshOutMed()

boolean SMESH::MG_ADAPT::getMeshOutMed ( )

◆ getOptionValue()

string SMESH::MG_ADAPT::getOptionValue ( in string  optionName,
inout boolean  isDefault 
)
raises (SALOME::SALOME_Exception
)

◆ getOptionValuesStrVec()

SMESH::string_array SMESH::MG_ADAPT::getOptionValuesStrVec ( )

◆ getPrintLogInFile()

boolean SMESH::MG_ADAPT::getPrintLogInFile ( )

◆ getPublish()

boolean SMESH::MG_ADAPT::getPublish ( )

◆ getRank()

long SMESH::MG_ADAPT::getRank ( )

◆ getRemoveOnSuccess()

boolean SMESH::MG_ADAPT::getRemoveOnSuccess ( )

◆ getSizeMapFieldName()

string SMESH::MG_ADAPT::getSizeMapFieldName ( )

◆ getSizeMapFile()

string SMESH::MG_ADAPT::getSizeMapFile ( )

◆ getTimeStep()

long SMESH::MG_ADAPT::getTimeStep ( )

◆ getUseBackgroundMap()

boolean SMESH::MG_ADAPT::getUseBackgroundMap ( )

◆ getUseConstantValue()

boolean SMESH::MG_ADAPT::getUseConstantValue ( )

◆ getUseLocalMap()

boolean SMESH::MG_ADAPT::getUseLocalMap ( )

◆ getVerbosityLevel()

long SMESH::MG_ADAPT::getVerbosityLevel ( )

◆ getWorkingDir()

string SMESH::MG_ADAPT::getWorkingDir ( )

◆ hasOptionDefined()

boolean SMESH::MG_ADAPT::hasOptionDefined ( in string  optionName)

◆ isFromMedFile()

boolean SMESH::MG_ADAPT::isFromMedFile ( )

◆ setAll()

boolean SMESH::MG_ADAPT::setAll ( )

◆ setConstantSize()

void SMESH::MG_ADAPT::setConstantSize ( in double  f)

◆ setData()

void SMESH::MG_ADAPT::setData ( inout MgAdaptHypothesisData  data)

◆ setFromMedFile()

void SMESH::MG_ADAPT::setFromMedFile ( in boolean  f)

◆ setKeepWorkingFiles()

void SMESH::MG_ADAPT::setKeepWorkingFiles ( in boolean  f)

◆ setLogFile()

void SMESH::MG_ADAPT::setLogFile ( in string  f)

◆ setMedFileIn()

void SMESH::MG_ADAPT::setMedFileIn ( in string  MedFileIn)

◆ setMedFileOut()

void SMESH::MG_ADAPT::setMedFileOut ( in string  MedFileOut)

◆ setMeshName()

void SMESH::MG_ADAPT::setMeshName ( in string  s)

◆ setMeshNameOut()

void SMESH::MG_ADAPT::setMeshNameOut ( in string  s)

◆ setMeshOutMed()

void SMESH::MG_ADAPT::setMeshOutMed ( in boolean  b)

◆ setNoTimeStep()

void SMESH::MG_ADAPT::setNoTimeStep ( )

◆ setOptionValue()

void SMESH::MG_ADAPT::setOptionValue ( in string  optionName,
in string  optionValue 
)
raises (SALOME::SALOME_Exception
)

◆ setPrintLogInFile()

void SMESH::MG_ADAPT::setPrintLogInFile ( in boolean  f)

◆ setPublish()

void SMESH::MG_ADAPT::setPublish ( in boolean  b)

◆ setRemoveOnSuccess()

void SMESH::MG_ADAPT::setRemoveOnSuccess ( in boolean  f)

◆ setSizeMapFieldName()

void SMESH::MG_ADAPT::setSizeMapFieldName ( in string  s)

◆ setSizeMapFile()

void SMESH::MG_ADAPT::setSizeMapFile ( in string  f)

◆ setSizeMapType()

void SMESH::MG_ADAPT::setSizeMapType ( in string  f)

◆ setTimeStep()

void SMESH::MG_ADAPT::setTimeStep ( in long  s)

◆ setTimeStepRank()

void SMESH::MG_ADAPT::setTimeStepRank ( in long  s,
in long  f 
)

◆ setTimeStepRankLast()

void SMESH::MG_ADAPT::setTimeStepRankLast ( )

◆ setUseBackgroundMap()

void SMESH::MG_ADAPT::setUseBackgroundMap ( in boolean  f)

◆ setUseConstantValue()

void SMESH::MG_ADAPT::setUseConstantValue ( in boolean  f)

◆ setUseLocalMap()

void SMESH::MG_ADAPT::setUseLocalMap ( in boolean  f)

◆ setVerbosityLevel()

void SMESH::MG_ADAPT::setVerbosityLevel ( in long  f)

◆ setWorkingDir()

void SMESH::MG_ADAPT::setWorkingDir ( in string  f)