18 #ifndef __otbGlWidget_h
19 #define __otbGlWidget_h
24 #include "FL/Fl_Gl_Window.H"
79 virtual void resize(
int x,
int y,
int w,
int h);
82 itkSetMacro(UseGlAcceleration,
bool);
83 itkGetMacro(UseGlAcceleration,
bool);
84 itkBooleanMacro(UseGlAcceleration);
87 itkSetStringMacro(Identifier);
88 itkGetStringMacro(Identifier);
108 virtual void draw(
void);
112 virtual int handle(
int event);