1 // HLRView.h : interface of the CHLRView2D class
3 /////////////////////////////////////////////////////////////////////////////
5 #if !defined(AFX_HLRVIEW2D_H__376C7013_0B3D_11D2_8E0A_0800369C8A03_2D_INCLUDED_)
6 #define AFX_HLRVIEW2D_H__376C7013_0B3D_11D2_8E0A_0800369C8A03_2D_INCLUDED_
10 #endif // _MSC_VER >= 1000
13 #include <OCC_2dView.h>
14 #include "Resource2d/RectangularGrid.h"
15 #include "Resource2d/CircularGrid.h"
18 class CHLRView2D : public OCC_2dView
20 protected: // create from serialization only
22 DECLARE_DYNCREATE(CHLRView2D)
25 //! Return interactive context for HLR presentations.
26 virtual const Handle(AIS_InteractiveContext)& GetAISContext() const Standard_OVERRIDE;
30 virtual ~CHLRView2D();
31 CHLRDoc* GetDocument();
33 virtual void AssertValid() const;
34 virtual void Dump(CDumpContext& dc) const;
37 /////////////////////////////////////////////////////////////////////////////
39 //{{AFX_INSERT_LOCATION}}
40 // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
42 #endif // !defined(AFX_HLRVIEW2D_H__376C7013_0B3D_11D2_8E0A_0800369C8A03_2D_INCLUDED_)