|
| static int | GetIndex (const TopoDS_Shape &subshape, const TopoDS_Shape &shape) |
| |
| static TopoDS_Shape | GetShapeFromIOR (const QString &IOR) |
| |
| static bool | GetShape (GEOM::GEOM_Object_ptr object, TopoDS_Shape &shape, const TopAbs_ShapeEnum type=TopAbs_SHAPE) |
| |
| static TopoDS_Shape | GetTopoFromSelection (const SALOME_ListIO &IObjects) |
| |
| static int | GetNameOfSelectedIObjects (const SALOME_ListIO &IObjects, QString &name, const bool shapesOnly=false) |
| |
| static QString | GetShapeTypeString (const TopoDS_Shape &shape) |
| |
| static | Handle (GEOM_AISShape) ConvertIOinGEOMAISShape(const Handle(SALOME_InteractiveObject)&IO |
| |
| static | Handle (AIS_InteractiveObject) GetAIS(const Handle(SALOME_InteractiveObject)&IO |
| |
| static QStringList | ConvertListOfIOInListOfIOR (const SALOME_ListIO &IObjects) |
| |
| static | Handle (GEOM_AISShape) ConvertIORinGEOMAISShape(const QString &IOR |
| |
| static GEOM_Actor * | ConvertIORinGEOMActor (const QString &IOR, bool onlyInActiveView=false) |
| |
| static GEOM::GEOM_Object_ptr | ConvertIOinGEOMObject (const Handle(SALOME_InteractiveObject)&IO) |
| |
| static void | ConvertListOfIOInListOfGO (const SALOME_ListIO &IObjects, GEOM::ListOfGO &geomObjects, bool shapesOnly=false) |
| |
| static GEOM::GEOM_Object_ptr | GetObjectFromIOR (const QString &IOR) |
| |
| static QString | GetIORFromObject (GEOM::GEOM_Object_ptr object) |
| |
| static bool | VertexToPoint (const TopoDS_Shape &shape, gp_Pnt &point) |
| |
| static bool | LinearEdgeExtremities (const TopoDS_Shape &shape, gp_Pnt &point1, gp_Pnt &point2) |
| |
| static void | GetBipointDxDyDz (const gp_Pnt &point1, const gp_Pnt &point2, double &dx, double &dy, double &dz) |
| |
| static TopoDS_Shape | CreateArrowForLinearEdge (const TopoDS_Shape &tds) |
| |
| static bool | SelectionByNameInDialogs (QWidget *widget, const QString &userObjectName, const SALOME_ListIO &IObjects) |
| |
| static void | DefineDlgPosition (QWidget *dlg, int &x, int &y) |
| |
| static QString | GetDefaultName (const QString &operation, bool extractPrefix=false) |
| |
| static void | ShowErrorMessage (const QString &errorCode, const QString &comment=QString()) |
| |
| static QString | GetName (GEOM::GEOM_Object_ptr object) |
| |
| static bool | IsShape (GEOM::GEOM_Object_ptr object) |
| |
| static QString | TypeName (TopAbs_ShapeEnum type, bool capitalize=false) |
| |
| static QString | GetEntry (GEOM::GEOM_Object_ptr object) |
| |
| static void | PublishSubObject (GEOM::GEOM_Object_ptr object, const QString &name=QString()) |
| |
| static void | Synchronize (QList< GEOM::GeomObjPtr > &left, QList< GEOM::GeomObjPtr > &right) |
| |