StdMeshers_Quadrangle_2D_i Class Reference

#include <StdMeshers_Quadrangle_2D_i.hxx>

Inheritance diagram for StdMeshers_Quadrangle_2D_i:

Inheritance graph

Public Member Functions

 StdMeshers_Quadrangle_2D_i (PortableServer::POA_ptr thePOA, int theStudyId,::SMESH_Gen *theGenImpl)
virtual ~StdMeshers_Quadrangle_2D_i ()
::StdMeshers_Quadrangle_2DGetImpl ()
CORBA::Boolean IsDimSupported (SMESH::Dimension type)
 Verify whether algorithm supports given entity type.
SMESH::ListOfHypothesisNameGetCompatibleHypothesis ()
char * GetName ()
char * GetLibName ()
void SetLibName (const char *theLibName)
CORBA::Long GetId ()
void Activate ()
virtual char * SaveTo ()
virtual void LoadFrom (const char *theStream)

Protected Attributes

::SMESH_HypothesismyBaseImpl
PortableServer::POA_ptr myPOA

Constructor & Destructor Documentation

StdMeshers_Quadrangle_2D_i::StdMeshers_Quadrangle_2D_i PortableServer::POA_ptr  thePOA,
int  theStudyId,
::SMESH_Gen theGenImpl
 

StdMeshers_Quadrangle_2D_i.StdMeshers_Quadrangle_2D_i

Constructor

StdMeshers_Quadrangle_2D_i::~StdMeshers_Quadrangle_2D_i  )  [virtual]
 

StdMeshers_Quadrangle_2D_i.~StdMeshers_Quadrangle_2D_i

Destructor


Member Function Documentation

StdMeshers_Quadrangle_2D * StdMeshers_Quadrangle_2D_i::GetImpl  ) 
 

StdMeshers_Quadrangle_2D_i.GetImpl

Get implementation

Reimplemented from SMESH_Hypothesis_i.

CORBA::Boolean SMESH_2D_Algo_i::IsDimSupported SMESH::Dimension  type  )  [inherited]
 

Parameters:
type - dimension (see SMESH.Dimension enumeration)
Return values:
CORBA.Boolean - TRUE if dimension is supported, FALSE otherwise
Verify whether algorithm supports given entity type (see SMESH.Dimension enumeration)

SMESH::ListOfHypothesisName * SMESH_Algo_i::GetCompatibleHypothesis  )  [inherited]
 

SMESH_Algo_i.GetCompatibleHypothesis

Gets list of compatible hypotheses

char * SMESH_Hypothesis_i::GetName  )  [inherited]
 

SMESH_Hypothesis_i.GetName

Get type name of hypothesis

char * SMESH_Hypothesis_i::GetLibName  )  [inherited]
 

SMESH_Hypothesis_i.GetLibName

Get plugin library name of hypothesis (required by persistency mechanism)

void SMESH_Hypothesis_i::SetLibName const char *  theLibName  )  [inherited]
 

SMESH_Hypothesis_i.SetLibName

Set plugin library name of hypothesis (required by persistency mechanism)

CORBA::Long SMESH_Hypothesis_i::GetId  )  [inherited]
 

SMESH_Hypothesis_i.GetId

Get unique id of hypothesis

void SMESH_Hypothesis_i::Activate  )  [inherited]
 

SMESH_Hypothesis_i.Activate()

Activation of the object

char * SMESH_Hypothesis_i::SaveTo  )  [virtual, inherited]
 

SMESH_Hypothesis_i.SaveTo

Persistence: Dumps parameters to the string stream

void SMESH_Hypothesis_i::LoadFrom const char *  theStream  )  [virtual, inherited]
 

SMESH_Hypothesis_i.LoadFrom

Persistence: Restores parameters from string


Field Documentation

::SMESH_Hypothesis* SMESH_Hypothesis_i.myBaseImpl [protected, inherited]
 

PortableServer::POA_ptr SMESH_Hypothesis_i.myPOA [protected, inherited]