Version: 9.16.0
SMESH::MG_ADAPT_OBJECT_i Class Reference

#include <MG_ADAPT_i.hxx>

Inheritance diagram for SMESH::MG_ADAPT_OBJECT_i:

Public Member Functions

 MG_ADAPT_OBJECT_i ()
 
void setMeshIn (SMESH::SMESH_Mesh_ptr theMesh)
 
void setMEDFileIn (const char *f)
 
void setMEDFileOut (const char *f)
 
void setMEDFileBackground (const char *f)
 
void AddHypothesis (SMESH::MG_ADAPT_ptr)
 
CORBA::Long Compute (bool Publish)
 

Private Member Functions

bool checkMeshFileIn ()
 

Private Attributes

std::string medFileIn
 
std::string medFileOut
 
std::string medFileBackground
 
bool publish
 
SMESH::SMESH_Mesh_var myMesh
 
SALOME::GenericObj_wrap< SMESH::MG_ADAPThypothesis
 

Constructor & Destructor Documentation

◆ MG_ADAPT_OBJECT_i()

MG_ADAPT_OBJECT_i::MG_ADAPT_OBJECT_i ( )

Member Function Documentation

◆ AddHypothesis()

void MG_ADAPT_OBJECT_i::AddHypothesis ( SMESH::MG_ADAPT_ptr  mg)

◆ checkMeshFileIn()

bool MG_ADAPT_OBJECT_i::checkMeshFileIn ( )
private

References MED::exists(), hypothesis, medFileIn, and myMesh.

Referenced by Compute().

◆ Compute()

CORBA::Long MG_ADAPT_OBJECT_i::Compute ( bool  Publish)

◆ setMEDFileBackground()

void MG_ADAPT_OBJECT_i::setMEDFileBackground ( const char *  f)

References medFileBackground.

◆ setMEDFileIn()

void MG_ADAPT_OBJECT_i::setMEDFileIn ( const char *  f)

References medFileIn.

◆ setMEDFileOut()

void MG_ADAPT_OBJECT_i::setMEDFileOut ( const char *  f)

References medFileOut.

◆ setMeshIn()

void MG_ADAPT_OBJECT_i::setMeshIn ( SMESH::SMESH_Mesh_ptr  theMesh)

References myMesh.

Field Documentation

◆ hypothesis

SALOME::GenericObj_wrap<SMESH::MG_ADAPT> SMESH::MG_ADAPT_OBJECT_i::hypothesis
private

◆ medFileBackground

std::string SMESH::MG_ADAPT_OBJECT_i::medFileBackground
private

◆ medFileIn

std::string SMESH::MG_ADAPT_OBJECT_i::medFileIn
private

◆ medFileOut

std::string SMESH::MG_ADAPT_OBJECT_i::medFileOut
private

◆ myMesh

SMESH::SMESH_Mesh_var SMESH::MG_ADAPT_OBJECT_i::myMesh
private

Referenced by checkMeshFileIn(), and setMeshIn().

◆ publish

bool SMESH::MG_ADAPT_OBJECT_i::publish
private

Referenced by Compute(), and MG_ADAPT_OBJECT_i().