Visualize.h
Go to the documentation of this file.
00001 // Visualize.h : interface of the CVisualizeApp class, derived from CHoopsApp
00002 // This is the main header for the application
00003 
00004 #include "stdafx.h"
00005 
00006 #ifndef __AFXWIN_H__
00007     #error include 'stdafx.h' before including this file for PCH
00008 #endif
00009 
00010 #ifndef _CVisualizeApp_H__
00011 #define _CVisualizeApp_H__
00012 
00013 #include "hc.h"
00014 #include "CHoopsApp.h"
00015 
00016 
00017 class HDB;
00018 
00019 
00021 // CVisualizeApp:
00022 // See CVisualizeApp.cpp for the implementation of this class
00023 //
00024 
00025 class CVisualizeApp : public CHoopsApp
00026 {
00027 
00028 protected:
00029 
00030 
00031 
00032 public:
00033     CVisualizeApp();
00034 
00035 
00036   
00037 // Overrides
00038     // ClassWizard generated virtual function overrides
00039     //{{AFX_VIRTUAL(CVisualizeApp)
00040     public:
00041     virtual BOOL InitInstance();
00042     virtual int ExitInstance();
00043     //}}AFX_VIRTUAL
00044 
00045 // Implementation
00046 
00047     //{{AFX_MSG(CVisualizeApp)
00048     afx_msg void OnAppAbout();
00049     //}}AFX_MSG
00050     DECLARE_MESSAGE_MAP()
00051 };
00052 
00053 #endif  // _CVisualizeApp_H__