00001 // vtkSq3Subdivision.h : Hauptheaderdatei für die vtkSq3Subdivision-Anwendung 00002 // 00003 #pragma once 00004 00005 #ifndef __AFXWIN_H__ 00006 #error include 'stdafx.h' before including this file for PCH 00007 #endif 00008 00009 #include "resource.h" // Hauptsymbole 00010 00011 00012 // CvtkSq3SubdivisionApp: 00013 // Siehe vtkSq3Subdivision.cpp für die Implementierung dieser Klasse 00014 // 00015 00016 class CvtkSq3SubdivisionApp : public CWinApp 00017 { 00018 public: 00019 CvtkSq3SubdivisionApp(); 00020 00021 00022 // Überschreibungen 00023 public: 00024 virtual BOOL InitInstance(); 00025 00026 // Implementierung 00027 afx_msg void OnAppAbout(); 00028 DECLARE_MESSAGE_MAP() 00029 }; 00030 00031 extern CvtkSq3SubdivisionApp theApp;