#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_ptr go) |
| GEOM::GEOM_Object_var | SMESH::GetShapeOnMeshOrSubMesh (_PTR(SObject) theMeshOrSubmesh, bool *isMesh) |
| GEOM::GEOM_Object_var | SMESH::GetGeom (_PTR(SObject) theSO) |
| GEOM::GEOM_Object_var | SMESH::GetGeom (Handle(SALOME_InteractiveObject) io) |
| 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... | |
| bool | SMESH::ContainsSubShape (GEOM::GEOM_Object_ptr mainGeom, GEOM::GEOM_Object_ptr subGeom, bool allowMainShape) |
| Check if a subGeom contains sub-shapes of a mainGeom. More... | |