#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>#include <TopExp.hxx>#include <TopExp_Explorer.hxx>#include <TopTools_IndexedMapOfShape.hxx>#include <TopoDS_Iterator.hxx>
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... | |
| TopAbs_ShapeEnum | SMESH::_getGroupType (const TopoDS_Shape &group) |
| Return type of shape contained in a group. 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... | |