#include "SMESHGUI_Utils.h"
#include "SMESHGUI.h"
#include "SMESHGUI_Selection.h"
#include "SMESH_Type.h"
#include "SMESH_MeshAlgos.hxx"
#include <SMDS_MeshNode.hxx>
#include <SMDS_MeshFace.hxx>
#include <SUIT_Desktop.h>
#include <SUIT_Session.h>
#include <SUIT_MessageBox.h>
#include <SUIT_ResourceMgr.h>
#include <LightApp_SelectionMgr.h>
#include <SalomeApp_Application.h>
#include <SalomeApp_Module.h>
#include <SalomeApp_Study.h>
#include <SALOME_ListIO.hxx>
#include <gp_XYZ.hxx>
#include <TColgp_Array1OfXYZ.hxx>
#include <CORBA_SERVER_HEADER(SMESH_Group)>
Namespaces | |
namespace | SMESH |
Functions | |
SUIT_Desktop * | SMESH::GetDesktop (const CAM_Module *theModule) |
LightApp_SelectionMgr * | SMESH::GetSelectionMgr (const SalomeApp_Module *theModule) |
SUIT_ResourceMgr * | SMESH::GetResourceMgr (const SalomeApp_Module *) |
SMESH::GetCStudy (const SalomeApp_Study *theStudy) | |
CORBA::Object_var | SMESH::DataOwnerToObject (const LightApp_DataOwnerPtr &theOwner) |
SUIT_Study * | SMESH::GetActiveStudy () |
SUIT_ViewWindow * | SMESH::GetActiveWindow () |
SMESH::_PTR (Study) GetActiveStudyDocument() | |
SMESH::_PTR (SObject) getSubShapeSO(int subShapeID = SMESH::FindSObject(aMainShape) | |
Return SO of a sub-shape. More... | |
void | SMESH::SetName (_PTR(SObject) theSObject, const QString &theName) |
void | SMESH::SetValue (_PTR(SObject) theSObject, const QString &theValue) |
void | SMESH::setFileName (_PTR(SObject) theSObject, const QString &theValue) |
void | SMESH::setFileType (_PTR(SObject) theSObject, const QString &theValue) |
CORBA::Object_var | SMESH::SObjectToObject (_PTR(SObject) theSObject, _PTR(Study)) |
CORBA::Object_var | SMESH::SObjectToObject (_PTR(SObject) theSObject) |
CORBA::Object_var | SMESH::IObjectToObject (const Handle(SALOME_InteractiveObject)&theIO) |
CORBA::Object_var | SMESH::IORToObject (const QString &theIOR) |
int | SMESH::GetNameOfSelectedIObjects (LightApp_SelectionMgr *theMgr, QString &theName) |
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. More... | |
QString | SMESH::fromUtf8 (const char *txt) |
QString | SMESH::fromUtf8 (const std::string &txt) |