#include "MeasureGUI_DimensionCreateTool.h"#include <GEOMBase.h>#include <SalomeApp_Application.h>#include <OCCViewer_ViewModel.h>#include <OCCViewer_ViewManager.h>#include <OCCViewer_ViewWindow.h>#include <OCCViewer_ViewPort3d.h>#include <Adaptor3d_CurveOnSurface.hxx>#include <BRep_Tool.hxx>#include <BRepTools.hxx>#include <BRepAdaptor_Curve.hxx>#include <BRepAdaptor_Surface.hxx>#include <BRepBndLib.hxx>#include <ElCLib.hxx>#include <gp_Pnt.hxx>#include <gp_Circ.hxx>#include <gp_Sphere.hxx>#include <gp_Cone.hxx>#include <gp_Torus.hxx>#include <gce_MakeDir.hxx>#include <gce_MakePln.hxx>#include <gce_MakeCirc.hxx>#include <GC_MakePlane.hxx>#include <Geom_Circle.hxx>#include <Geom_Plane.hxx>#include <Geom_ElementarySurface.hxx>#include <Geom_Surface.hxx>#include <Geom_ConicalSurface.hxx>#include <Geom_SphericalSurface.hxx>#include <Geom_ToroidalSurface.hxx>#include <Geom_TrimmedCurve.hxx>#include <GeomLib.hxx>#include <GeomLib_Tool.hxx>#include <TopoDS_Shape.hxx>#include <TopoDS_Vertex.hxx>#include <TopoDS_Edge.hxx>#include <TopExp.hxx>#include <TopExp_Explorer.hxx>#include <TopTools_IndexedDataMapOfShapeListOfShape.hxx>#include <TopTools_ListOfShape.hxx>#include <TopTools_ListIteratorOfListOfShape.hxx>#include <TColgp_SequenceOfDir.hxx>#include <V3d_View.hxx>Classes | |
| struct | PlaneAndSegment |
Typedefs | |
| typedef NCollection_Sequence< PlaneAndSegment > | SeqOfPlnsAndSegments |
| typedef NCollection_Sequence<PlaneAndSegment> SeqOfPlnsAndSegments |