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