00001
00002
00003
00004 #if !defined(AFX_FLOWVIZ_H__07756286_CCDE_417C_8F19_5335D3432558__INCLUDED_)
00005 #define AFX_FLOWVIZ_H__07756286_CCDE_417C_8F19_5335D3432558__INCLUDED_
00006
00007 #if _MSC_VER > 1000
00008 #pragma once
00009 #endif // _MSC_VER > 1000
00010
00011 #ifndef __AFXWIN_H__
00012 #error include 'stdafx.h' before including this file for PCH
00013 #endif
00014
00015 #include "resource.h"
00016 #include "Data.h"
00017 #include "CellGrid.h"
00018
00019
00020 extern CellGrid m_cellgrid;
00021
00022
00023 extern Data m_data;
00024
00025
00027
00028
00029
00030
00031 class CFlowVizApp : public CWinApp
00032 {
00033 public:
00034 CFlowVizApp();
00035
00036
00037
00038
00039 public:
00040 virtual BOOL InitInstance();
00041
00042
00043
00044
00045 afx_msg void OnAppAbout();
00046 afx_msg void OnFileOpen();
00047
00048
00049
00050 DECLARE_MESSAGE_MAP()
00051 };
00052
00053
00055
00056
00057
00058
00059 #endif // !defined(AFX_FLOWVIZ_H__07756286_CCDE_417C_8F19_5335D3432558__INCLUDED_)