18 #ifndef __otbRegionGlComponent_h
19 #define __otbRegionGlComponent_h
71 glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
74 glBegin(GL_LINE_LOOP);
75 glVertex2d(sp1[0], sp1[1]);
76 glVertex2d(sp1[0], sp2[1]);
77 glVertex2d(sp2[0], sp2[1]);
78 glVertex2d(sp2[0], sp1[1]);
90 itkGetConstReferenceMacro(Color,
ColorType);