0032056: Coding Rules - remove package MMgt and other types deprecated since OCCT...
[occt.git] / samples / mfc / standard / 05_ImportExport / src / StdAfx.h
CommitLineData
7fd59977 1// stdafx.h : include file for standard system include files,
2// or project specific include files that are used frequently, but
3// are changed infrequently
4//
5
6#if !defined(AFX_STDAFX_H__88A21476_3B23_11D2_8E1E_0800369C8A03__INCLUDED_)
7#define AFX_STDAFX_H__88A21476_3B23_11D2_8E1E_0800369C8A03__INCLUDED_
8
9#if _MSC_VER >= 1000
10#pragma once
11#endif // _MSC_VER >= 1000
12
13#define VC_EXTRALEAN // Exclude rarely-used stuff from Windows headers
14
15#include <afxwin.h> // MFC core and standard components
16#include <afxext.h> // MFC extensions
17#include <afxdisp.h> // MFC OLE automation classes
18#ifndef _AFX_NO_AFXCMN_SUPPORT
19#include <afxcmn.h> // MFC support for Windows Common Controls
20#endif // _AFX_NO_AFXCMN_SUPPORT
21
7fd59977 22#define DEFAULT_DEVIATIONCOEFFICIENT 0.001
23#define DEFAULT_DCBIG 0.005
24#define DEFAULT_DCVBIG 0.01
25#define DEFAULT_DCSMALL 0.0002
26#define DEFAULT_DCVSMALL 0.00004
27#define DEFAULT_COLOR Quantity_NOC_CYAN1
a966542b 28#define DEFAULT_MATERIAL Graphic3d_NameOfMaterial_Plastered
7fd59977 29#define DEFAULT_BACKGROUNDCOLOR Quantity_NOC_MATRAGRAY
30#define DEFAULT_HILIGHTCOLOR Quantity_NOC_YELLOW
31
32#pragma warning( disable : 4244 ) // Issue warning 4244
33#include <Standard_ShortReal.hxx>
34#pragma warning( default : 4244 ) // Issue warning 4244
35
7fd59977 36#include <AIS_InteractiveContext.hxx>
37#include <AIS_InteractiveObject.hxx>
38#include <AIS_ListOfInteractive.hxx>
39#include <AIS_ListIteratorOfListOfInteractive.hxx>
40#include <AIS_Shape.hxx>
41#include <AIS_Trihedron.hxx>
42
43#include <Aspect_Background.hxx>
44#include <Aspect_TypeOfline.hxx>
7fd59977 45#include <Aspect_WidthOfline.hxx>
46#include <Aspect_Window.hxx>
47#include <Bnd_Box2d.hxx>
48#include <BndLib_Add2dCurve.hxx>
49#include <BRep_Builder.hxx>
50#include <BRep_Tool.hxx>
51
52#include <BRepBuilderAPI.hxx>
53#include <BRepAlgo.hxx>
54#include <BRepTools.hxx>
55#include <BRepPrimAPI_MakeBox.hxx>
56#include <BRepPrimAPI_MakeCylinder.hxx>
57#include <Standard_DefineHandle.hxx>
58#include <DsgPrs_LengthPresentation.hxx>
59#include <GCE2d_MakeSegment.hxx>
60#include <GCPnts_TangentialDeflection.hxx>
61#include <Geom_CartesianPoint.hxx>
62#include <Geom_Axis2Placement.hxx>
63#include <Geom_CartesianPoint.hxx>
64#include <Geom_Line.hxx>
65#include <Geom_Surface.hxx>
66#include <Geom2d_BezierCurve.hxx>
67#include <Geom2d_BSplineCurve.hxx>
68#include <Geom2d_Curve.hxx>
69#include <Geom2d_TrimmedCurve.hxx>
70#include <Geom2dAdaptor_Curve.hxx>
71#include <GeomAbs_CurveType.hxx>
72#include <GeomAdaptor_Curve.hxx>
73#include <GeomTools_Curve2dSet.hxx>
74#include <gp_Ax2d.hxx>
75#include <gp_Circ2d.hxx>
76#include <gp_Dir2d.hxx>
77#include <gp_Lin2d.hxx>
78#include <gp_Pnt2d.hxx>
79#include <gp_Vec.hxx>
80#include <gp_Vec2d.hxx>
7fd59977 81#include <OSD_Environment.hxx>
82#include <Precision.hxx>
6262338c 83#include <Prs3d_Drawer.hxx>
7fd59977 84#include <Prs3d_IsoAspect.hxx>
85#include <Prs3d_LineAspect.hxx>
86#include <Prs3d_Text.hxx>
7fd59977 87#include <Quantity_NameOfColor.hxx>
7fd59977 88#include <Quantity_TypeOfColor.hxx>
7fd59977 89#include <SelectMgr_EntityOwner.hxx>
90#include <SelectMgr_SelectableObject.hxx>
91#include <SelectMgr_Selection.hxx>
92#include <SelectMgr_SelectionManager.hxx>
7fd59977 93#include <Standard_Boolean.hxx>
94#include <Standard_CString.hxx>
95#include <Standard_ErrorHandler.hxx>
96#include <Standard_Integer.hxx>
97#include <Standard_IStream.hxx>
98#include <Standard_Macro.hxx>
99#include <Standard_NotImplemented.hxx>
100#include <Standard_OStream.hxx>
101#include <Standard_Real.hxx>
102#include <StdPrs_Curve.hxx>
103#include <StdPrs_Point.hxx>
104#include <StdPrs_PoleCurve.hxx>
7fd59977 105#include <TCollection_AsciiString.hxx>
106#include <TColgp_Array1OfPnt2d.hxx>
107#include <TColgp_HArray1OfPnt2d.hxx>
108#include <TCollection_AsciiString.hxx>
109#include <TColStd_HSequenceOfTransient.hxx>
110#include <TColStd_MapIteratorOfMapOfTransient.hxx>
111#include <TColStd_MapOfTransient.hxx>
112#include <TopExp_Explorer.hxx>
113#include <TopoDS.hxx>
114#include <TopoDS_Compound.hxx>
115#include <TopoDS_ListIteratorOfListOfShape.hxx>
116#include <TopoDS_Shape.hxx>
117#include <TopoDS_Solid.hxx>
118#include <TopoDS_Vertex.hxx>
119#include <TopExp.hxx>
120#include <TopTools_ListIteratorOfListOfShape.hxx>
121#include <TopTools_HSequenceOfShape.hxx>
122#include <TopTools_DataMapOfShapeInteger.hxx>
123#include <UnitsAPI.hxx>
124#include <V3d_View.hxx>
125#include <V3d_Viewer.hxx>
7fd59977 126#include <WNT_Window.hxx>
127
128// specific STEP
129
130#include <STEPControl_Controller.hxx>
131#include <STEPControl_Reader.hxx>
132#include <STEPControl_Writer.hxx>
133
134
135// specific IGES
136#include <Interface_InterfaceModel.hxx>
137#include <Interface_Static.hxx>
138
139#include <IGESControl_Controller.hxx>
140#include <IGESControl_Writer.hxx>
141
142#include <IGESToBRep_Actor.hxx>
143#include <IGESToBRep_Reader.hxx>
144#include <XSControl_WorkSession.hxx>
145
7fd59977 146#include <STEPControl_StepModelType.hxx>
147
148//#include <TransferBRep_Analyzer.hxx>
149
150// specific STL VRML
151#include "StlAPI_Writer.hxx"
152#include "VrmlAPI_Writer.hxx"
153
154//End CasCade
155
156
157
158//{{AFX_INSERT_LOCATION}}
159// Microsoft Developer Studio will insert additional declarations immediately before the previous line.
160
161#endif // !defined(AFX_STDAFX_H__88A21476_3B23_11D2_8E1E_0800369C8A03__INCLUDED_)