]> Creatis software - cpPlugins.git/blobdiff - lib/cpPlugins/Interface/PointList.h
Seeds widget updated
[cpPlugins.git] / lib / cpPlugins / Interface / PointList.h
index f41fb189e37a0d36596bf8ef6b9c76451f0f8764..6f43b32aef99afebea85f76446f69db1ffe3f0d9 100644 (file)
@@ -23,7 +23,12 @@ namespace cpPlugins
       itkTypeMacro( PointList, DataObject );
       cpPlugins_Id_Macro( PointList, DataObject );
 
+      itkBooleanMacro( HaveEuclideanPoints );
+      itkGetConstMacro( HaveEuclideanPoints, bool );
+      itkSetMacro( HaveEuclideanPoints, bool );
+
     public:
+      bool HaveEuclideanPoints( ) const;
       unsigned long GetNumberOfPoints( ) const;
 
       void Clear( );
@@ -45,6 +50,7 @@ namespace cpPlugins
 
     protected:
       unsigned long m_NumberOfPoints;
+      bool m_HaveEuclideanPoints;
     };
 
   } // ecapseman