Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
ElmerCSC
GitHub Repository: ElmerCSC/elmerfem
Path: blob/devel/misc/brepsamples/occheaders.h
3196 views
1
#include <AIS_Drawer.hxx>
2
#include <AIS_InteractiveContext.hxx>
3
#include <AIS_InteractiveObject.hxx>
4
#include <AIS_ListIteratorOfListOfInteractive.hxx>
5
#include <AIS_ListOfInteractive.hxx>
6
#include <AIS_SequenceOfInteractive.hxx>
7
#include <AIS_Shape.hxx>
8
#include <AIS_Trihedron.hxx>
9
#include <Aspect_Background.hxx>
10
#include <Aspect_ColorMapEntry.hxx>
11
#include <Aspect_GenericColorMap.hxx>
12
#include <Aspect_GridDrawMode.hxx>
13
#include <Aspect_GridType.hxx>
14
#include <Aspect_LineStyle.hxx>
15
#include <Aspect_MarkMap.hxx>
16
#include <Aspect_RectangularGrid.hxx>
17
#include <Aspect_TypeMap.hxx>
18
#include <Aspect_TypeMapEntry.hxx>
19
#include <Aspect_TypeOfLine.hxx>
20
#include <Aspect_TypeOfText.hxx>
21
#include <Aspect_WidthMapEntry.hxx>
22
#include <Aspect_WidthOfLine.hxx>
23
#include <Aspect_Window.hxx>
24
#include <BRepAlgo.hxx>
25
#include <BRepAlgoAPI_Cut.hxx>
26
#include <BRepAlgoAPI_Fuse.hxx>
27
#include <BRepBuilderAPI.hxx>
28
#include <BRepBuilderAPI_MakeEdge.hxx>
29
#include <BRepBuilderAPI_MakeFace.hxx>
30
#include <BRepBuilderAPI_MakeVertex.hxx>
31
#include <BRepBuilderAPI_MakeWire.hxx>
32
#include <BRepBuilderAPI_Transform.hxx>
33
#include <BRepFilletAPI_MakeFillet.hxx>
34
#include <BRepLib.hxx>
35
#include <BRepOffsetAPI_MakePipe.hxx>
36
#include <BRepOffsetAPI_MakeThickSolid.hxx>
37
#include <BRepOffsetAPI_ThruSections.hxx>
38
#include <BRepPrimAPI_MakeCylinder.hxx>
39
#include <BRepPrimAPI_MakePrism.hxx>
40
#include <BRepPrimAPI_MakeSphere.hxx>
41
#include <BRepTools.hxx>
42
#include <BRep_Builder.hxx>
43
#include <BRep_Tool.hxx>
44
#include <BndLib_Add2dCurve.hxx>
45
#include <Bnd_Box2d.hxx>
46
#include <DsgPrs_LengthPresentation.hxx>
47
#include <FSD_File.hxx>
48
#include <GCE2d_MakeSegment.hxx>
49
#include <GCPnts_TangentialDeflection.hxx>
50
#include <GC_MakeArcOfCircle.hxx>
51
#include <GC_MakeCircle.hxx>
52
#include <GC_MakeSegment.hxx>
53
#include <GC_Root.hxx>
54
#include <GGraphic2d_SetOfCurves.hxx>
55
#include <Geom2dAdaptor_Curve.hxx>
56
#include <Geom2d_BSplineCurve.hxx>
57
#include <Geom2d_BezierCurve.hxx>
58
#include <Geom2d_Curve.hxx>
59
#include <Geom2d_Ellipse.hxx>
60
#include <Geom2d_TrimmedCurve.hxx>
61
#include <GeomAbs_CurveType.hxx>
62
#include <GeomAdaptor_Curve.hxx>
63
#include <GeomTools_Curve2dSet.hxx>
64
#include <Geom_Axis2Placement.hxx>
65
#include <Geom_CartesianPoint.hxx>
66
#include <Geom_CylindricalSurface.hxx>
67
#include <Geom_Line.hxx>
68
#include <Geom_Plane.hxx>
69
#include <Geom_Surface.hxx>
70
#include <Geom_TrimmedCurve.hxx>
71
#include <Graphic2d_Array1OfVertex.hxx>
72
#include <Graphic2d_Buffer.hxx>
73
#include <Graphic2d_CircleMarker.hxx>
74
#include <Graphic2d_DisplayList.hxx>
75
#include <Graphic2d_Drawer.hxx>
76
#include <Graphic2d_Polyline.hxx>
77
#include <Graphic2d_Segment.hxx>
78
#include <Graphic2d_SetOfSegments.hxx>
79
#include <Graphic2d_Text.hxx>
80
#include <Graphic2d_Vertex.hxx>
81
#include <Graphic2d_View.hxx>
82
#include <Graphic3d_AspectMarker3d.hxx>
83
#include <Graphic3d_NameOfMaterial.hxx>
84
#include <HLRAlgo_Projector.hxx>
85
#include <HLRBRep_Algo.hxx>
86
#include <HLRBRep_HLRToShape.hxx>
87
#include <HLRBRep_PolyAlgo.hxx>
88
#include <HLRBRep_PolyHLRToShape.hxx>
89
#include <IFSelect_ReturnStatus.hxx>
90
#include <IGESControl_Controller.hxx>
91
#include <IGESControl_Reader.hxx>
92
#include <IGESControl_Writer.hxx>
93
#include <IGESToBRep_Actor.hxx>
94
#include <IGESToBRep_Reader.hxx>
95
#include <IntAna_IntConicQuad.hxx>
96
#include <Interface_DT.hxx>
97
#include <Interface_InterfaceModel.hxx>
98
#include <Interface_Static.hxx>
99
#include <MMgt_TShared.hxx>
100
#include <MgtBRep.hxx>
101
#include <OSD_Environment.hxx>
102
#include <PTColStd_PersistentTransientMap.hxx>
103
#include <PTColStd_TransientPersistentMap.hxx>
104
#include <PTopoDS_HShape.hxx>
105
#include <Precision.hxx>
106
#include <Prs3d_IsoAspect.hxx>
107
#include <Prs3d_LineAspect.hxx>
108
#include <Prs3d_Projector.hxx>
109
#include <Prs3d_Text.hxx>
110
#include <PrsMgr_PresentationManager2d.hxx>
111
#include <Quantity_Factor.hxx>
112
#include <Quantity_Length.hxx>
113
#include <Quantity_NameOfColor.hxx>
114
#include <Quantity_PhysicalQuantity.hxx>
115
#include <Quantity_PlaneAngle.hxx>
116
#include <Quantity_TypeOfColor.hxx>
117
#include <STEPControl_Controller.hxx>
118
#include <STEPControl_Reader.hxx>
119
#include <STEPControl_StepModelType.hxx>
120
#include <STEPControl_Writer.hxx>
121
#include <Select2D_SensitiveArc.hxx>
122
#include <Select2D_SensitiveBox.hxx>
123
#include <Select2D_SensitiveEntity.hxx>
124
#include <Select2D_SensitiveSegment.hxx>
125
#include <SelectBasics_BasicTool.hxx>
126
#include <SelectBasics_ListOfBox2d.hxx>
127
#include <SelectMgr_EntityOwner.hxx>
128
#include <SelectMgr_SelectableObject.hxx>
129
#include <SelectMgr_Selection.hxx>
130
#include <SelectMgr_SelectionManager.hxx>
131
#include <ShapeSchema.hxx>
132
#include <Standard_Boolean.hxx>
133
#include <Standard_CString.hxx>
134
#include <Standard_DefineHandle.hxx>
135
#include <Standard_ErrorHandler.hxx>
136
#include <Standard_IStream.hxx>
137
#include <Standard_Integer.hxx>
138
#include <Standard_Macro.hxx>
139
#include <Standard_NotImplemented.hxx>
140
#include <Standard_OStream.hxx>
141
#include <Standard_Real.hxx>
142
#include <StdPrs_Curve.hxx>
143
#include <StdPrs_Point.hxx>
144
#include <StdPrs_PoleCurve.hxx>
145
#include <StdSelect_SensitiveText2d.hxx>
146
#include <StdSelect_TextProjector2d.hxx>
147
#include <StdSelect_ViewerSelector2d.hxx>
148
#include <StlAPI_Writer.hxx>
149
#include <Storage_Data.hxx>
150
#include <Storage_Error.hxx>
151
#include <Storage_HSeqOfRoot.hxx>
152
#include <Storage_Root.hxx>
153
#include <TColStd_HSequenceOfTransient.hxx>
154
#include <TColStd_MapIteratorOfMapOfTransient.hxx>
155
#include <TColStd_MapOfTransient.hxx>
156
#include <TColgp_Array1OfPnt2d.hxx>
157
#include <TColgp_HArray1OfPnt2d.hxx>
158
#include <TCollection_AsciiString.hxx>
159
#include <TCollection_ExtendedString.hxx>
160
#include <TopExp.hxx>
161
#include <TopExp_Explorer.hxx>
162
#include <TopTools_HSequenceOfShape.hxx>
163
#include <TopTools_ListIteratorOfListOfShape.hxx>
164
#include <TopTools_ListOfShape.hxx>
165
#include <TopoDS.hxx>
166
#include <TopoDS_Compound.hxx>
167
#include <TopoDS_Edge.hxx>
168
#include <TopoDS_Face.hxx>
169
#include <TopoDS_ListIteratorOfListOfShape.hxx>
170
#include <TopoDS_Shape.hxx>
171
#include <TopoDS_Solid.hxx>
172
#include <TopoDS_Vertex.hxx>
173
#include <TopoDS_Wire.hxx>
174
#include <UnitsAPI.hxx>
175
#include <V2d_View.hxx>
176
#include <V2d_Viewer.hxx>
177
#include <V3d_ColorScale.hxx>
178
#include <V3d_RectangularGrid.hxx>
179
#include <V3d_View.hxx>
180
#include <V3d_Viewer.hxx>
181
#include <Visual3d_View.hxx>
182
#include <Visual3d_ViewManager.hxx>
183
#include <Visual3d_ViewMapping.hxx>
184
#include <VrmlAPI_Writer.hxx>
185
#include <XSControl_WorkSession.hxx>
186
#include <gp.hxx>
187
#include <gp_Ax1.hxx>
188
#include <gp_Ax2.hxx>
189
#include <gp_Ax2d.hxx>
190
#include <gp_Circ.hxx>
191
#include <gp_Circ2d.hxx>
192
#include <gp_Dir.hxx>
193
#include <gp_Dir2d.hxx>
194
#include <gp_Lin.hxx>
195
#include <gp_Lin2d.hxx>
196
#include <gp_Pln.hxx>
197
#include <gp_Pnt.hxx>
198
#include <gp_Pnt2d.hxx>
199
#include <gp_Trsf.hxx>
200
#include <gp_Vec.hxx>
201
#include <gp_Vec2d.hxx>
202
203
#ifdef WNT
204
#include <Graphic3d_WNTGraphicDevice.hxx>
205
#include <WNT_WDriver.hxx>
206
#include <WNT_Window.hxx>
207
208
#else
209
#include <GL/glx.h>
210
#include <X11/Xatom.h>
211
#include <X11/Xlib.h>
212
#include <X11/Xmu/StdCmap.h>
213
#include <X11/Xutil.h>
214
215
#undef QT_CLEAN_NAMESPACE
216
#include <Graphic3d_GraphicDevice.hxx>
217
#include <Xw_GraphicDevice.hxx>
218
#include <Xw_Window.hxx>
219
220
#endif
221
222