0031431: Visualization, PrsMgr_PresentableObject - simplify HLR computing interface
[occt.git] / samples / mfc / standard / 06_Ocaf / 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__49324D76_7836_11D4_8D45_00AA00D10994__INCLUDED_)
7#define AFX_STDAFX_H__49324D76_7836_11D4_8D45_00AA00D10994__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
22
23
24// CasCade :
25
7fd59977 26#ifdef MAINWIN
27# define false FALSE
28# define true TRUE
29#endif
30
31#pragma warning( disable : 4244 ) // Issue warning 4244
32#include <Standard_ShortReal.hxx>
33#pragma warning( default : 4244 ) // Issue warning 4244
34
7fd59977 35#include <AIS_InteractiveContext.hxx>
36#include <AIS_InteractiveObject.hxx>
37#include <AIS_Shape.hxx>
38#include <AIS_SequenceOfInteractive.hxx>
39#include <AIS_Trihedron.hxx>
40
41#include <Aspect_Background.hxx>
7fd59977 42#include <Aspect_TypeOfLine.hxx>
7fd59977 43#include <Aspect_WidthOfLine.hxx>
7fd59977 44#include <Bnd_Box2d.hxx>
45#include <BndLib_Add2dCurve.hxx>
46#include <BRep_Builder.hxx>
47#include <BRep_Tool.hxx>
48
49
50#include <BRepBuilderAPI.hxx>
51#include <BRepAlgo.hxx>
52
53#include <BRepTools.hxx>
54#include <Standard_DefineHandle.hxx>
55#include <DsgPrs_LengthPresentation.hxx>
56#include <GCE2d_MakeSegment.hxx>
57#include <GCPnts_TangentialDeflection.hxx>
58#include <Geom_Axis2Placement.hxx>
59#include <Geom_CartesianPoint.hxx>
60#include <Geom_Line.hxx>
61#include <Geom_Surface.hxx>
62#include <Geom2d_BezierCurve.hxx>
63#include <Geom2d_BSplineCurve.hxx>
64#include <Geom2d_Curve.hxx>
65#include <Geom2d_TrimmedCurve.hxx>
66#include <Geom2dAdaptor_Curve.hxx>
67#include <GeomAbs_CurveType.hxx>
68#include <GeomAdaptor_Curve.hxx>
69#include <GeomTools_Curve2dSet.hxx>
70#include <gp_Ax2d.hxx>
71#include <gp_Circ2d.hxx>
72#include <gp_Dir2d.hxx>
73#include <gp_Lin2d.hxx>
74#include <gp_Pnt2d.hxx>
75#include <gp_Vec.hxx>
76#include <gp_Vec2d.hxx>
77#include <Graphic3d_NameOfMaterial.hxx>
7fd59977 78#include <MMgt_TShared.hxx>
79#include <OSD_Environment.hxx>
80#include <Precision.hxx>
6262338c 81#include <Prs3d_Drawer.hxx>
7fd59977 82#include <Prs3d_IsoAspect.hxx>
83#include <Prs3d_LineAspect.hxx>
7fd59977 84#include <Prs3d_Text.hxx>
7fd59977 85#include <Quantity_Factor.hxx>
86#include <Quantity_Length.hxx>
87#include <Quantity_NameOfColor.hxx>
88#include <Quantity_PhysicalQuantity.hxx>
89#include <Quantity_PlaneAngle.hxx>
90#include <Quantity_TypeOfColor.hxx>
7fd59977 91#include <SelectMgr_EntityOwner.hxx>
92#include <SelectMgr_SelectableObject.hxx>
93#include <SelectMgr_Selection.hxx>
94#include <SelectMgr_SelectionManager.hxx>
7fd59977 95#include <Standard_Boolean.hxx>
96#include <Standard_CString.hxx>
97#include <Standard_ErrorHandler.hxx>
98#include <Standard_Integer.hxx>
99#include <Standard_IStream.hxx>
100#include <Standard_Macro.hxx>
101#include <Standard_NotImplemented.hxx>
102#include <Standard_OStream.hxx>
103#include <Standard_Real.hxx>
104#include <StdPrs_Curve.hxx>
105#include <StdPrs_Point.hxx>
106#include <StdPrs_PoleCurve.hxx>
7fd59977 107#include <TCollection_AsciiString.hxx>
108#include <TColgp_Array1OfPnt2d.hxx>
109#include <TColgp_HArray1OfPnt2d.hxx>
110#include <TCollection_AsciiString.hxx>
111#include <TColStd_HSequenceOfTransient.hxx>
112#include <TColStd_MapIteratorOfMapOfTransient.hxx>
113#include <TColStd_MapOfTransient.hxx>
114#include <TopExp_Explorer.hxx>
115#include <TopoDS.hxx>
116#include <TopoDS_Compound.hxx>
117#include <TopoDS_ListIteratorOfListOfShape.hxx>
118#include <TopoDS_Shape.hxx>
119#include <TopoDS_Solid.hxx>
120#include <TopoDS_Vertex.hxx>
121#include <TopExp.hxx>
122#include <TopTools_ListIteratorOfListOfShape.hxx>
123#include <TopTools_HSequenceOfShape.hxx>
124#include <UnitsAPI.hxx>
125#include <V3d_View.hxx>
126#include <V3d_Viewer.hxx>
7fd59977 127#include <WNT_Window.hxx>
128#include <BRepPrimAPI_MakeBox.hxx>
129#include <BRepPrimAPI_MakeCylinder.hxx>
130
131// OCAF
132#include <TDocStd_Document.hxx>
133#include <TPrsStd_AISViewer.hxx>
134#include <TDF_Label.hxx>
135#include <TDF_Reference.hxx>
136#include <TDF_ChildIterator.hxx>
137#include <TNaming_NamedShape.hxx>
138#include <TNaming_Builder.hxx>
139#include <TDataStd_Real.hxx>
140#include <TFunction_Logbook.hxx>
141#include <TPrsStd_AISPresentation.hxx>
142#include <TDataStd_Name.hxx>
143#include <TFunction_DriverTable.hxx>
144#include <TFunction_Function.hxx>
145#include <TDataStd_Integer.hxx>
146
147// Ocaf
148#include <TOcaf_Commands.hxx>
149#include <TOcafFunction_BoxDriver.hxx>
150#include <TOcafFunction_CylDriver.hxx>
151#include <TOcafFunction_CutDriver.hxx>
152
153//End CasCade
154
155#include <res\resource.h>
156
157
158//{{AFX_INSERT_LOCATION}}
159// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
160
161#endif // !defined(AFX_STDAFX_H__49324D76_7836_11D4_8D45_00AA00D10994__INCLUDED_)