diff --git a/Code/Visualization/otbCircleGlComponent.h b/Code/Visualization/otbCircleGlComponent.h index 199ffe24229d5b1a41e27dd18a40035e006687b1..6a4352dfb949349586625885658cc016b0f18923 100644 --- a/Code/Visualization/otbCircleGlComponent.h +++ b/Code/Visualization/otbCircleGlComponent.h @@ -43,7 +43,7 @@ namespace otb /** \class CircleGlComponent * \brief This Gl Component to render a Circle. * No checking is done upon the adequation between the Circle -* projection and the underlying image projection. +* projection and the underlying image projection. Gie possibility to represnts the circle center (by a point or a cross) * * Origin and Spacing allows to fit to the image axis. * \ingroup Visualization @@ -69,7 +69,7 @@ public: typedef std::vector<IndexType> IndexListType; typedef std::vector<ColorType> ColorListType; - typedef enum { CIRCLE, CROSS } CenterRepresentationEnumType; + typedef enum { NO, CIRCLE, CROSS } CenterRepresentationEnumType; /** Runtime information */ itkTypeMacro(CircleGlComponent,GlComponent);