#include "GEOM_Displayer.h"#include "GeometryGUI.h"#include <GEOM_TypeFilter.h>#include <GEOM_EdgeFilter.h>#include <GEOM_FaceFilter.h>#include <GEOM_CompoundFilter.h>#include <GEOM_PreviewFilter.h>#include <GEOM_LogicalFilter.h>#include <GEOM_OCCFilter.h>#include <GEOM_Actor.h>#include <GEOM_AISShape.hxx>#include <GEOM_AISVector.hxx>#include <GEOM_AISTrihedron.hxx>#include <GEOM_VTKTrihedron.hxx>#include <SUIT_Desktop.h>#include <SUIT_ViewWindow.h>#include <SUIT_Session.h>#include <SUIT_ViewManager.h>#include <SUIT_ResourceMgr.h>#include <SalomeApp_Study.h>#include <SalomeApp_Application.h>#include <LightApp_SelectionMgr.h>#include <LightApp_DataObject.h>#include <SalomeApp_TypeFilter.h>#include <SalomeApp_Tools.h>#include <SALOME_ListIteratorOfListIO.hxx>#include <SALOME_ListIO.hxx>#include <SALOME_Prs.h>#include <SOCC_Prs.h>#include <SOCC_ViewModel.h>#include <SVTK_Prs.h>#include <SVTK_ViewModel.h>#include <AIS_Drawer.hxx>#include <AIS_ListIteratorOfListOfInteractive.hxx>#include <Prs3d_IsoAspect.hxx>#include <Prs3d_PointAspect.hxx>#include <StdSelect_TypeOfEdge.hxx>#include <StdSelect_TypeOfFace.hxx>#include <TopoDS_Face.hxx>#include <BRep_Tool.hxx>#include <Geom_Plane.hxx>#include <Geom_Axis2Placement.hxx>#include <gp_Pln.hxx>#include <TColStd_MapOfInteger.hxx>#include <TColStd_MapIteratorOfMapOfInteger.hxx>#include <TopoDS_Iterator.hxx>#include <Graphic3d_AspectMarker3d.hxx>#include <TopTools_MapOfShape.hxx>#include <TopTools_ListOfShape.hxx>#include <TopTools_ListIteratorOfListOfShape.hxx>#include <TopoDS.hxx>#include <vtkActorCollection.h>#include <vtkProperty.h>#include <GEOMImpl_Types.hxx>#include <Graphic3d_HArray1OfBytes.hxx>Functions | |
| static SalomeApp_Study * | getActiveStudy () |
| static int | getViewManagerId (SALOME_View *theViewFrame) |
| static int | getTopAbsMode (const int implType) |
| static std::string | getEntry (GEOM::GEOM_Object_ptr object) |
| static std::string | getName (GEOM::GEOM_Object_ptr object) |
| static SalomeApp_Study* getActiveStudy | ( | ) | [static] |
| static int getViewManagerId | ( | SALOME_View * | theViewFrame | ) | [static] |
| static int getTopAbsMode | ( | const int | implType | ) | [static] |
References GEOM_COMPOUND, GEOM_EDGE, GEOM_FACE, GEOM_POINT, GEOM_SHELL, GEOM_SOLID, and GEOM_WIRE.
| static std::string getEntry | ( | GEOM::GEOM_Object_ptr | object | ) | [static] |
| static std::string getName | ( | GEOM::GEOM_Object_ptr | object | ) | [static] |