00001 #ifndef MFCRENDERAREAEXAMINER_H_
00002 #define MFCRENDERAREAEXAMINER_H_
00003
00004 #include "res/Resource.h"
00005
00006 #include <Inventor/ViewerComponents/MFC/RenderAreaExaminer.h>
00007
00011 class MFCRenderAreaExaminer : public CWinApp
00012 {
00013
00014 public:
00015 MFCRenderAreaExaminer();
00016
00017 private:
00018 BOOL InitInstance();
00019 int ExitInstance();
00020
00024 afx_msg BOOL OnIdle( LONG lCount );
00025 };
00026
00027 extern MFCRenderAreaExaminer theApp;
00028
00029 #endif // MFCRENDERAREAEXAMINER_H_
00030