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