Go to the documentation of this file.00001 #ifndef IIL_WIDGET_WRAPPER
00002 #define IIL_WIDGET_WRAPPER
00003
00004 #include <assert.h>
00005 #include <vtkRenderWindow.h>
00006
00007
00008 #ifdef WIN32
00009 #include <windows.h>
00010 #endif
00011
00012 #ifndef __APPLE__
00013 #include "GL/gl.h"
00014 #else
00015 #include "OpenGL/gl.h"
00016 #endif
00017
00018
00019 class iil4mitkItem;
00020
00021 typedef vtkRenderWindow iil4mitkWidget;
00022
00023 #endif