Version: 9.12.0
SMESHHOMARDImpl::HOMARD_Iteration Class Reference

#include <SMESH_Homard.hxx>

Public Member Functions

 HOMARD_Iteration ()
 default constructor: More...
 
 ~HOMARD_Iteration ()
 
void SetName (const char *Name)
 
std::string GetName () const
 
void SetDirNameLoc (const char *NomDir)
 
std::string GetDirNameLoc () const
 
void SetNumber (int NumIter)
 
int GetNumber () const
 
void SetState (int etat)
 
int GetState () const
 
void SetMeshName (const char *NomMesh)
 
std::string GetMeshName () const
 
void SetMeshFile (const char *MeshFile)
 
std::string GetMeshFile () const
 
void SetLogFile (const char *LogFile)
 
std::string GetLogFile () const
 
void SetFileInfo (const char *FileInfo)
 
std::string GetFileInfo () const
 
void SetInfoCompute (int MessInfo)
 
int GetInfoCompute () const
 

Private Attributes

std::string _Name
 
int _Etat
 
int _NumIter
 
std::string _NomMesh
 
std::string _MeshFile
 
std::string _LogFile
 
std::string _NomDir
 
std::string _FileInfo
 
int _MessInfo
 

Constructor & Destructor Documentation

◆ HOMARD_Iteration()

SMESHHOMARDImpl::HOMARD_Iteration::HOMARD_Iteration ( )

default constructor:

References MESSAGE.

◆ ~HOMARD_Iteration()

SMESHHOMARDImpl::HOMARD_Iteration::~HOMARD_Iteration ( )

References MESSAGE.

Member Function Documentation

◆ GetDirNameLoc()

std::string SMESHHOMARDImpl::HOMARD_Iteration::GetDirNameLoc ( ) const

◆ GetFileInfo()

std::string SMESHHOMARDImpl::HOMARD_Iteration::GetFileInfo ( ) const

◆ GetInfoCompute()

int SMESHHOMARDImpl::HOMARD_Iteration::GetInfoCompute ( ) const

◆ GetLogFile()

std::string SMESHHOMARDImpl::HOMARD_Iteration::GetLogFile ( ) const

◆ GetMeshFile()

std::string SMESHHOMARDImpl::HOMARD_Iteration::GetMeshFile ( ) const

◆ GetMeshName()

std::string SMESHHOMARDImpl::HOMARD_Iteration::GetMeshName ( ) const

◆ GetName()

std::string SMESHHOMARDImpl::HOMARD_Iteration::GetName ( ) const

◆ GetNumber()

int SMESHHOMARDImpl::HOMARD_Iteration::GetNumber ( ) const

◆ GetState()

int SMESHHOMARDImpl::HOMARD_Iteration::GetState ( ) const

◆ SetDirNameLoc()

void SMESHHOMARDImpl::HOMARD_Iteration::SetDirNameLoc ( const char *  NomDir)

◆ SetFileInfo()

void SMESHHOMARDImpl::HOMARD_Iteration::SetFileInfo ( const char *  FileInfo)

◆ SetInfoCompute()

void SMESHHOMARDImpl::HOMARD_Iteration::SetInfoCompute ( int  MessInfo)

◆ SetLogFile()

void SMESHHOMARDImpl::HOMARD_Iteration::SetLogFile ( const char *  LogFile)

◆ SetMeshFile()

void SMESHHOMARDImpl::HOMARD_Iteration::SetMeshFile ( const char *  MeshFile)

◆ SetMeshName()

void SMESHHOMARDImpl::HOMARD_Iteration::SetMeshName ( const char *  NomMesh)

◆ SetName()

void SMESHHOMARDImpl::HOMARD_Iteration::SetName ( const char *  Name)

◆ SetNumber()

void SMESHHOMARDImpl::HOMARD_Iteration::SetNumber ( int  NumIter)

◆ SetState()

void SMESHHOMARDImpl::HOMARD_Iteration::SetState ( int  etat)

Field Documentation

◆ _Etat

int SMESHHOMARDImpl::HOMARD_Iteration::_Etat
private

Referenced by GetState(), and SetState().

◆ _FileInfo

std::string SMESHHOMARDImpl::HOMARD_Iteration::_FileInfo
private

Referenced by GetFileInfo(), and SetFileInfo().

◆ _LogFile

std::string SMESHHOMARDImpl::HOMARD_Iteration::_LogFile
private

Referenced by GetLogFile(), and SetLogFile().

◆ _MeshFile

std::string SMESHHOMARDImpl::HOMARD_Iteration::_MeshFile
private

Referenced by GetMeshFile(), and SetMeshFile().

◆ _MessInfo

int SMESHHOMARDImpl::HOMARD_Iteration::_MessInfo
private

Referenced by GetInfoCompute(), and SetInfoCompute().

◆ _Name

std::string SMESHHOMARDImpl::HOMARD_Iteration::_Name
private

Referenced by GetName(), and SetName().

◆ _NomDir

std::string SMESHHOMARDImpl::HOMARD_Iteration::_NomDir
private

Referenced by GetDirNameLoc(), and SetDirNameLoc().

◆ _NomMesh

std::string SMESHHOMARDImpl::HOMARD_Iteration::_NomMesh
private

Referenced by GetMeshName(), and SetMeshName().

◆ _NumIter

int SMESHHOMARDImpl::HOMARD_Iteration::_NumIter
private

Referenced by GetNumber(), and SetNumber().