Integration of OCCT 6.5.0 from SVN
[occt.git] / src / Aspect / Aspect_CLayer2d.hxx
1 /*============================================================================*/
2 /*==== Titre: Aspect_CLayer2d.hxx                                             */
3 /*==== Role : The header file of primitive type "CLayer2d" from Aspect        */
4 /*====                                                                        */
5 /*==== Implementation:  This is a primitive type implemented with typedef     */
6 /*============================================================================*/
7
8 #ifndef _Aspect_CLayer2d_HeaderFile
9 #define _Aspect_CLayer2d_HeaderFile
10
11 #include <InterfaceGraphic_Aspect.hxx>
12 typedef CALL_DEF_LAYER Aspect_CLayer2d;
13
14 #if defined(__cplusplus) || defined(c_plusplus)
15 /*==== Definition de Type ====================================================*/
16
17 #include <Standard_Type.hxx>
18 const Handle(Standard_Type)& TYPE(Aspect_CLayer2d) ;
19 /*============================================================================*/
20
21 #endif
22 #endif /*Aspect_CLayer2d_HeaderFile*/