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=286825c862979b9d90a4e97d79194aa6cea9c950;hb=b6c7e73ebcce23619daced67f85d9e1364b33f30;hp=6f43b32aef99afebea85f76446f69db1ffe3f0d9;hpb=8ad95abe02b030bef4c1da5e827a5309c560aea2;p=cpPlugins.git diff --git a/lib/cpPlugins/Interface/PointList.h b/lib/cpPlugins/Interface/PointList.h index 6f43b32..286825c 100644 --- a/lib/cpPlugins/Interface/PointList.h +++ b/lib/cpPlugins/Interface/PointList.h @@ -23,22 +23,6 @@ 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( ); - - template< class P > - inline void AddPoint( const P& p ); - - template< class P > - inline P GetPoint( const unsigned long& i ) const; - protected: PointList( ); virtual ~PointList( ); @@ -47,10 +31,6 @@ namespace cpPlugins // Purposely not implemented PointList( const Self& ); Self& operator=( const Self& ); - - protected: - unsigned long m_NumberOfPoints; - bool m_HaveEuclideanPoints; }; } // ecapseman