#include "SMESHGUI_GEOMGenUtils.h"
#include "SMESHGUI_Utils.h"
#include "SMESHGUI.h"
#include <GeometryGUI.h>
#include <GEOM_wrap.hxx>
#include <SALOMEDS_SObject.hxx>
#include <SALOMEconfig.h>
#include <CORBA_CLIENT_HEADER(SMESH_Mesh)>
#include <QString>
Namespaces | |
namespace | SMESH |
Functions | |
GEOM::GEOM_Gen_var | SMESH::GetGEOMGen () |
GEOM::GEOM_Object_var | SMESH::GetShapeOnMeshOrSubMesh (_PTR(SObject) theMeshOrSubmesh, bool *isMesh) |
GEOM::GEOM_Object_var | SMESH::GetGeom (_PTR(SObject) theSO) |
char * | SMESH::GetGeomName (_PTR(SObject) smeshSO) |
GEOM::GEOM_Object_ptr | SMESH::GetSubShape (GEOM::GEOM_Object_ptr theMainShape, long theID) |
bool | SMESH::GetGeomEntries (Handle(SALOME_InteractiveObject)&hypIO, QString &subGeom, QString &meshGeom) |
Return entries of sub-mesh geometry and mesh geometry by an IO of assigned hypothesis. More... | |