]> Creatis software - cpPlugins.git/blobdiff - lib/cpPlugins/Interface/PointList.cxx
...
[cpPlugins.git] / lib / cpPlugins / Interface / PointList.cxx
index 8c3f2321f047e42243fffe06bc0dbff386611ea9..69acc92398734047a9b825a78c5f8e8d287291ed 100644 (file)
@@ -1,35 +1,10 @@
 #include <cpPlugins/Interface/PointList.h>
 
-// -------------------------------------------------------------------------
-bool cpPlugins::Interface::PointList::
-HaveEuclideanPoints( ) const
-{
-  return( this->m_HaveEuclideanPoints );
-}
-
-// -------------------------------------------------------------------------
-unsigned long cpPlugins::Interface::PointList::
-GetNumberOfPoints( ) const
-{
-  return( this->m_NumberOfPoints );
-}
-
-// -------------------------------------------------------------------------
-void cpPlugins::Interface::PointList::
-Clear( )
-{
-  this->m_ITKObject = NULL;
-  this->m_VTKObject = NULL;
-  this->m_NumberOfPoints = 0;
-}
-
 // -------------------------------------------------------------------------
 cpPlugins::Interface::PointList::
 PointList( )
-  : Superclass( ),
-    m_HaveEuclideanPoints( true )
+  : Superclass( )
 {
-  this->Clear( );
 }
 
 // -------------------------------------------------------------------------