Skip to content
Snippets Groups Projects
Commit 656848ec authored by Cyrille Valladeau's avatar Cyrille Valladeau
Browse files

ENH : change circle center representation solution

parent 25905502
Branches
Tags
No related merge requests found
...@@ -43,7 +43,7 @@ namespace otb ...@@ -43,7 +43,7 @@ namespace otb
/** \class CircleGlComponent /** \class CircleGlComponent
* \brief This Gl Component to render a Circle. * \brief This Gl Component to render a Circle.
* No checking is done upon the adequation between the 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. * Origin and Spacing allows to fit to the image axis.
* \ingroup Visualization * \ingroup Visualization
...@@ -69,7 +69,7 @@ public: ...@@ -69,7 +69,7 @@ public:
typedef std::vector<IndexType> IndexListType; typedef std::vector<IndexType> IndexListType;
typedef std::vector<ColorType> ColorListType; typedef std::vector<ColorType> ColorListType;
typedef enum { CIRCLE, CROSS } CenterRepresentationEnumType; typedef enum { NO, CIRCLE, CROSS } CenterRepresentationEnumType;
/** Runtime information */ /** Runtime information */
itkTypeMacro(CircleGlComponent,GlComponent); itkTypeMacro(CircleGlComponent,GlComponent);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment