18 #ifndef __otbCrossGlComponent_h
19 #define __otbCrossGlComponent_h
25 # include <OpenGL/glu.h>
33 #if defined(_WINDOWS) || defined(__CYGWIN__)
34 #define CALLBACK __stdcall
82 itkGetConstReferenceMacro(Spacing,
VectorType);
86 itkGetConstReferenceMacro(Origin,
PointType);
94 if (
id >=
m_IndexList.size()) itkExceptionMacro(<<
"Index out of size ");
104 if (
id >=
m_ColorList.size()) itkExceptionMacro(<<
"Index out of size ");
110 if (
id >=
m_ColorList.size()) itkExceptionMacro(<<
"Index out of size ");
124 itkSetMacro(LineWidth,
double);
125 itkGetMacro(LineWidth,
double);
128 itkSetMacro(CrossWidth,
double);
129 itkGetMacro(CrossWidth,
double);