0022627: Change OCCT memory management defaults
[occt.git] / src / Graphic3d / Graphic3d_CView.hxx
CommitLineData
7fd59977 1/*============================================================================*/
2/*==== Titre: Graphic3d_CView.hxx */
3/*==== Role : The header file of primitive type "CView" from Graphic3d */
4/*==== */
5/*==== Implementation: This is a primitive type implemented with typedef */
6/*============================================================================*/
7
8#ifndef _Graphic3d_CView_HeaderFile
9#define _Graphic3d_CView_HeaderFile
10
11#include <InterfaceGraphic_Graphic3d.hxx>
12#include <InterfaceGraphic_Visual3d.hxx>
13typedef CALL_DEF_VIEW Graphic3d_CView;
14
15#if defined(__cplusplus) || defined(c_plusplus)
16/*==== Definition de Type ====================================================*/
17#include <Standard_Type.hxx>
18const Handle(Standard_Type)& TYPE(Graphic3d_CView);
19/*============================================================================*/
20
21#endif
22#endif /*Graphic3d_CView_HeaderFile*/