#include "SMESH_SMESHGUI.hxx"#include <omniORB4/CORBA.h>#include <SALOMEDSClient_definitions.hxx>#include <SALOME_InteractiveObject.hxx>#include <LightApp_DataOwner.h>#include <gp_XYZ.hxx>
Go to the source code of this file.
Packages | |
| package | SMESH |
Functions | |
| SUIT_Desktop * | SMESH.GetDesktop (const CAM_Module *theModule) |
| LightApp_SelectionMgr * | SMESH.GetSelectionMgr (const SalomeApp_Module *theModule) |
| SalomeApp_Study * | SMESH.GetAppStudy (const CAM_Module *) |
| SUIT_ResourceMgr * | SMESH.GetResourceMgr (const SalomeApp_Module *) |
| SMESH.GetCStudy (const SalomeApp_Study *theStudy) | |
| CORBA::Object_var | SMESH.DataOwnerToObject (const LightApp_DataOwnerPtr &theOwner) |
| template<class TInterface > | |
| TInterface::_var_type | SMESH.DataOwnerToInterface (const LightApp_DataOwnerPtr &theDataOwner) |
| SUIT_Study * | SMESH.GetActiveStudy () |
| SUIT_ViewWindow * | SMESH.GetActiveWindow () |
| SMESH._PTR (Study) GetActiveStudyDocument() | |
| void | SMESH.SetName (_PTR(SObject) theSObject, const QString &theName) |
| void | SMESH.SetValue (_PTR(SObject) theSObject, const QString &theValue) |
| void | SMESH.setFileType (_PTR(SObject) theSObject, const QString &theValue) |
| void | SMESH.setFileName (_PTR(SObject) theSObject, const QString &theValue) |
| CORBA::Object_var | SMESH.SObjectToObject (_PTR(SObject) theSObject, _PTR(Study) theStudy) |
| CORBA::Object_var | SMESH.SObjectToObject (_PTR(SObject) theSObject) |
| template<class TInterface > | |
| TInterface::_var_type | SMESH.SObjectToInterface (_PTR(SObject) theSObject) |
| CORBA::Object_var | SMESH.IObjectToObject (const Handle(SALOME_InteractiveObject)&theIO) |
| template<class TInterface > | |
| TInterface::_var_type | SMESH.IObjectToInterface (const Handle(SALOME_InteractiveObject)&theIO) |
| CORBA::Object_var | SMESH.IORToObject (const QString &theIOR) |
| template<class TInterface > | |
| TInterface::_var_type | SMESH.IORToInterface (const QString &theIOR) |
| int | SMESH.GetNameOfSelectedIObjects (LightApp_SelectionMgr *theMgr, QString &theName) |
| SMESH._PTR (SObject) getSubShapeSO(int subShapeID = SMESH::FindSObject(aMainShape) | |
| Return SO of a subshape. | |
| void | SMESH.ModifiedMesh (_PTR(SObject) theSObject, bool theIsNotModif, bool isEmptyMesh) |
| void | SMESH.ShowHelpFile (const QString &theHelpFileName) |
| gp_XYZ | SMESH.getNormale (const SMDS_MeshFace *theFace) |
| Return normale to a given face. | |