18 #ifndef __otbCircleGlComponent_h
19 #define __otbCircleGlComponent_h
25 # include <OpenGL/glu.h>
33 #if defined(_WINDOWS) || defined(__CYGWIN__)
34 #define CALLBACK __stdcall
85 itkGetConstReferenceMacro(Spacing,
VectorType);
89 itkGetConstReferenceMacro(Origin,
PointType);
97 if (
id >=
m_IndexList.size()) itkExceptionMacro(<<
"Index out of size ");
107 if (
id >=
m_ColorList.size()) itkExceptionMacro(<<
"Index out of size ");
113 if (
id >=
m_ColorList.size()) itkExceptionMacro(<<
"Index out of size ");
127 itkSetMacro(LineWidth,
double);
128 itkGetMacro(LineWidth,
double);
131 itkSetMacro(Radius,
double);
132 itkGetMacro(Radius,
double);