]> Creatis software - cpPlugins.git/blobdiff - lib/cpPlugins/Interface/DataObject.cxx
...
[cpPlugins.git] / lib / cpPlugins / Interface / DataObject.cxx
index da2cdf0747a4fbac100c38ff6513246183aa1165..09df979f3b0da19aceae48562c54c305a3ce435d 100644 (file)
@@ -2,36 +2,6 @@
 #include <vtkImageData.h>
 #include <vtkPolyData.h>
 
-// -------------------------------------------------------------------------
-/* TODO
-   itk::DataObject* cpPlugins::Interface::DataObject::
-   GetITKDataObject( )
-   {
-   return( this->m_ITKObject.GetPointer( ) );
-   }
-
-   // -------------------------------------------------------------------------
-   const itk::DataObject* cpPlugins::Interface::DataObject::
-   GetITKDataObject( ) const
-   {
-   return( this->m_ITKObject.GetPointer( ) );
-   }
-
-   // -------------------------------------------------------------------------
-   vtkDataObject* cpPlugins::Interface::DataObject::
-   GetVTKDataObject( )
-   {
-   return( this->m_VTKObject.GetPointer( ) );
-   }
-
-   // -------------------------------------------------------------------------
-   const vtkDataObject* cpPlugins::Interface::DataObject::
-   GetVTKDataObject( ) const
-   {
-   return( this->m_VTKObject.GetPointer( ) );
-   }
-*/
-
 // -------------------------------------------------------------------------
 cpPlugins::Interface::Object* cpPlugins::Interface::DataObject::
 GetSource( )