|
void | SMESH::InitAvailableHypotheses () |
|
QStringList | SMESH::GetAvailableHypotheses (const bool isAlgo, const int theDim, const bool isAux, const bool hasGeometry, const bool isSubMesh) |
|
QStringList | SMESH::GetHypothesesSets (int maxDim) |
|
HypothesesSet * | SMESH::GetHypothesesSet (const QString &theSetName) |
|
HypothesisData * | SMESH::GetHypothesisData (const QString &aHypType) |
|
HypothesisData * | SMESH::GetGroupTitle (const HypothesisData *hyp, const bool isAlgo) |
| Return the HypothesisData holding a name of a group of hypotheses a given hypothesis belongs to. More...
|
|
bool | SMESH::IsAvailableHypothesis (const HypothesisData *algoData, const QString &hypType, bool &isAuxiliary) |
|
bool | SMESH::IsCompatibleAlgorithm (const HypothesisData *algo1Data, const HypothesisData *algo2Data) |
|
SMESHGUI_GenericHypothesisCreator * | SMESH::GetHypothesisCreator (const QString &aHypType) |
|
SMESH::SMESH_Hypothesis_ptr | SMESH::CreateHypothesis (const QString &aHypType, const QString &aHypName, const bool isAlgo) |
|
bool | SMESH::IsApplicable (const QString &aHypType, GEOM::GEOM_Object_ptr theGeomObject, const bool toCheckAll) |
|
bool | SMESH::AddHypothesisOnMesh (SMESH::SMESH_Mesh_ptr aMesh, SMESH::SMESH_Hypothesis_ptr aHyp) |
|
bool | SMESH::AddHypothesisOnSubMesh (SMESH::SMESH_subMesh_ptr aSubMesh, SMESH::SMESH_Hypothesis_ptr aHyp) |
|
bool | SMESH::RemoveHypothesisOrAlgorithmOnMesh (const Handle(SALOME_InteractiveObject)&IObject) |
|
bool | SMESH::RemoveHypothesisOrAlgorithmOnMesh (_PTR(SObject) MorSM, SMESH::SMESH_Hypothesis_ptr anHyp) |
|
SObjectList | SMESH::GetMeshesUsingAlgoOrHypothesis (SMESH::SMESH_Hypothesis_ptr AlgoOrHyp) |
|
QString | SMESH::GetMessageOnAlgoStateErrors (const algo_error_array &errors) |
|
const char * | SMESH::Plugin_Name () |
|