Main Page   Compound List   File List   Compound Members  

FlowViz.h

00001 // FlowViz.h : main header file for the FLOWVIZ application
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"       // main symbols
00016 #include "Data.h"
00017 #include "CellGrid.h"
00018 
00019 //make m_cellgrid global
00020 extern CellGrid m_cellgrid;
00021 
00022 //make m_data global
00023 extern Data m_data;
00024 
00025 
00027 // CFlowVizApp:
00028 // See FlowViz.cpp for the implementation of this class
00029 //
00030 
00031 class CFlowVizApp : public CWinApp
00032 {
00033 public:
00034         CFlowVizApp();
00035 
00036 // Overrides
00037         // ClassWizard generated virtual function overrides
00038         //{{AFX_VIRTUAL(CFlowVizApp)
00039         public:
00040         virtual BOOL InitInstance();
00041         //}}AFX_VIRTUAL
00042 
00043 // Implementation
00044         //{{AFX_MSG(CFlowVizApp)
00045         afx_msg void OnAppAbout();
00046         afx_msg void OnFileOpen();
00047                 // NOTE - the ClassWizard will add and remove member functions here.
00048                 //    DO NOT EDIT what you see in these blocks of generated code !
00049         //}}AFX_MSG
00050         DECLARE_MESSAGE_MAP()
00051 };
00052 
00053 
00055 
00056 //{{AFX_INSERT_LOCATION}}
00057 // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
00058 
00059 #endif // !defined(AFX_FLOWVIZ_H__07756286_CCDE_417C_8F19_5335D3432558__INCLUDED_)

Generated on Tue Jan 22 19:13:37 2002 for FlowViz by doxygen1.2.12 written by Dimitri van Heesch, © 1997-2001