#include "SMESH_SMESHGUI.hxx"#include <SALOMEDSClient_definitions.hxx>#include <SALOME_InteractiveObject.hxx>#include <SALOMEconfig.h>#include <CORBA_SERVER_HEADER(GEOM_Gen)>

Go to the source code of this file.
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... | |