#include <Flow3DView.h>
Public Methods | |
CFlow3DDoc * | GetDocument () |
virtual | ~CFlow3DView () |
virtual void | OnDraw (CDC *pDC) |
virtual BOOL | PreCreateWindow (CREATESTRUCT &cs) |
Protected Methods | |
CFlow3DView () | |
virtual void | OnUpdate (CView *pSender, LPARAM lHint, CObject *pHint) |
afx_msg int | OnCreate (LPCREATESTRUCT lpCreateStruct) |
afx_msg void | OnSize (UINT nType, int cx, int cy) |
afx_msg void | OnDestroy () |
afx_msg BOOL | OnEraseBkgnd (CDC *pDC) |
afx_msg void | OnShowHideBoundaries () |
afx_msg void | OnEnableDisableDepthCueing () |
afx_msg void | OnTimer (UINT nIDEvent) |
afx_msg void | OnMouseMove (UINT nFlags, CPoint point) |
afx_msg void | OnLButtonUp (UINT nFlags, CPoint point) |
afx_msg void | OnLButtonDown (UINT nFlags, CPoint point) |
afx_msg void | OnRButtonUp (UINT nFlags, CPoint point) |
afx_msg void | OnLButtonDblClk (UINT nFlags, CPoint point) |
afx_msg void | OnPlaceSeedPoint () |
afx_msg void | OnSetAddInfo () |
afx_msg void | OnKeyDown (UINT nChar, UINT nRepCnt, UINT nFlags) |
afx_msg void | OnKeyUp (UINT nChar, UINT nRepCnt, UINT nFlags) |
afx_msg void | OnSetMaterial () |
afx_msg void | OnSetHighlight () |
afx_msg void | OnSetDiffuseCorrection () |
afx_msg void | OnShowHideAddInfo () |
afx_msg void | OnSetLightType () |
afx_msg void | OnUpdateEnableDisableDepthCueing (CCmdUI *pCmdUI) |
afx_msg void | OnUpdatePlaceSeedPoint (CCmdUI *pCmdUI) |
afx_msg void | OnUpdateShowHideAddInfo (CCmdUI *pCmdUI) |
afx_msg void | OnUpdateShowHideBoundaries (CCmdUI *pCmdUI) |
afx_msg void | OnSetLineStyle () |
afx_msg void | OnShowHideAxis () |
afx_msg void | OnUpdateShowHideAxis (CCmdUI *pCmdUI) |
afx_msg void | OnStatistics () |
afx_msg void | OnEnableDisableAnimation () |
afx_msg void | OnUpdateEnableDisableAnimation (CCmdUI *pCmdUI) |
afx_msg void | OnSetFocus (CWnd *pOldWnd) |
afx_msg void | OnKillFocus (CWnd *pNewWnd) |
afx_msg void | OnSetPerformanceOptions () |
afx_msg void | OnShowHideMagicVolume () |
afx_msg void | OnUpdateShowHideMagicVolume (CCmdUI *pCmdUI) |
afx_msg void | OnSetFocusContextOptions () |
afx_msg void | OnStartEndFocusContextMode () |
afx_msg void | OnUpdateStartEndFocusContextMode (CCmdUI *pCmdUI) |
afx_msg void | OnRButtonDblClk (UINT nFlags, CPoint point) |
afx_msg void | OnRButtonDown (UINT nFlags, CPoint point) |
afx_msg void | OnShowHideLegend () |
afx_msg void | OnUpdateShowHideLegend (CCmdUI *pCmdUI) |
afx_msg void | OnSetBackground () |
afx_msg void | OnZoomIn () |
afx_msg void | OnResetSize () |
afx_msg void | OnShowHistoDifOrient () |
afx_msg void | OnShowHistoOrientX () |
afx_msg void | OnShowHistoOrientY () |
afx_msg void | OnShowHistoOrientZ () |
afx_msg void | OnShowHistoPosX () |
afx_msg void | OnShowHistoPosY () |
afx_msg void | OnShowHistoPosZ () |
afx_msg void | OnShowHistoVelocity () |
afx_msg void | OnShowHistoDifVelocity () |
afx_msg void | OnSetDepthCoding () |
afx_msg void | OnSetAnimationOptions () |
afx_msg void | OnSetViewDirection () |
afx_msg void | OnSetBlockParameters () |
afx_msg void | OnShowHideBlock () |
afx_msg void | OnUpdateShowHideBlock (CCmdUI *pCmdUI) |
|
m_HasFocus prevents from drawing streamlines when window does not have focus, so application does not crash. |