X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FcpPlugins%2FInterface%2FPointList.h;fp=lib%2FcpPlugins%2FInterface%2FPointList.h;h=6f43b32aef99afebea85f76446f69db1ffe3f0d9;hb=ec16c08da1f8eff92296631d4b2c20986dd71681;hp=f41fb189e37a0d36596bf8ef6b9c76451f0f8764;hpb=e9a9772a905a8c516a6ae2767fc0cf39ea0e7f73;p=cpPlugins.git diff --git a/lib/cpPlugins/Interface/PointList.h b/lib/cpPlugins/Interface/PointList.h index f41fb18..6f43b32 100644 --- a/lib/cpPlugins/Interface/PointList.h +++ b/lib/cpPlugins/Interface/PointList.h @@ -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