]> Creatis software - cpPlugins.git/blobdiff - lib/cpPlugins/Interface/PointList.h
...
[cpPlugins.git] / lib / cpPlugins / Interface / PointList.h
index 6f43b32aef99afebea85f76446f69db1ffe3f0d9..286825c862979b9d90a4e97d79194aa6cea9c950 100644 (file)
@@ -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