www.pudn.com > VoronoiDAC.rar > VoronoiDAC.h, change:2006-12-26,size:1533b
// VoronoiDAC.h : main header file for the VORONOIDAC application
//
#if !defined(AFX_VORONOIDAC_H__E9FD8EDA_E6A3_4458_8249_2BAA61DA74A2__INCLUDED_)
#define AFX_VORONOIDAC_H__E9FD8EDA_E6A3_4458_8249_2BAA61DA74A2__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#ifndef __AFXWIN_H__
#error include 'stdafx.h' before including this file for PCH
#endif
#include "resource.h" // main symbols
//#include "VoronoiDACDoc.h"
/////////////////////////////////////////////////////////////////////////////
// CVoronoiDACApp:
// See VoronoiDAC.cpp for the implementation of this class
//
class CVoronoiDACApp : public CWinApp
{
public:
CVoronoiDACApp();
// void VoronoiDiagram(CArray<Site,Site> S);
// Vor* MergeVoronoi(Vor *L, Vor *R);
//Support
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CVoronoiDACApp)
public:
virtual BOOL InitInstance();
//}}AFX_VIRTUAL
// Implementation
//{{AFX_MSG(CVoronoiDACApp)
afx_msg void OnAppAbout();
// NOTE - the ClassWizard will add and remove member functions here.
// DO NOT EDIT what you see in these blocks of generated code !
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_VORONOIDAC_H__E9FD8EDA_E6A3_4458_8249_2BAA61DA74A2__INCLUDED_)