8 #include "vtkGUISupportMFCModule.h"
10 VTK_ABI_NAMESPACE_BEGIN
24 virtual void AssertValid()
const;
25 virtual void Dump(CDumpContext& dc)
const;
29 void DrawDC(CDC* pDC);
40 afx_msg
void OnSize(UINT nType,
int cx,
int cy);
42 afx_msg
void OnPaint();
44 afx_msg
void OnDestroy();
46 BOOL OnEraseBkgnd(CDC* pDC);
48 afx_msg
void OnLButtonDblClk(UINT nFlags, CPoint
point);
49 afx_msg
void OnLButtonDown(UINT nFlags, CPoint point);
50 afx_msg
void OnMButtonDown(UINT nFlags, CPoint point);
51 afx_msg
void OnRButtonDown(UINT nFlags, CPoint point);
52 afx_msg
void OnLButtonUp(UINT nFlags, CPoint point);
53 afx_msg
void OnMButtonUp(UINT nFlags, CPoint point);
54 afx_msg
void OnRButtonUp(UINT nFlags, CPoint point);
55 afx_msg
void OnMouseMove(UINT nFlags, CPoint point);
56 afx_msg BOOL OnMouseWheel(UINT nFlags,
short zDelta, CPoint pt);
57 afx_msg
void OnChar(UINT nChar, UINT nRepCnt, UINT nFlags);
58 afx_msg
void OnKeyUp(UINT nChar, UINT nRepCnt, UINT nFlags);
59 afx_msg
void OnKeyDown(UINT nChar, UINT nRepCnt, UINT nFlags);
60 afx_msg
void OnTimer(UINT_PTR nIDEvent);
vtkWin32OpenGLRenderWindow * pvtkWin32OpenGLRW
the vtk window
class to display a VTK window in an MFC window
platform-independent render window interaction including picking and frame rate control.