]> Creatis software - cpPlugins.git/blobdiff - lib/cpPlugins/Interface/ProcessObject.cxx
...
[cpPlugins.git] / lib / cpPlugins / Interface / ProcessObject.cxx
index c6271ca6635e1f3421669be85ddc46dfb050baf3..0f8f2885bfb9b9aac979ade6093decb6006b4b1c 100644 (file)
@@ -117,25 +117,4 @@ cpPlugins::Interface::ProcessObject::
 {
 }
 
-// -------------------------------------------------------------------------
-/* TODO
-   itk::DataObject* cpPlugins::Interface::ProcessObject::
-   _GetInput( unsigned int idx )
-   {
-   if( idx < this->m_Inputs.size( ) )
-   return( this->m_Inputs[ idx ]->GetRealDataObject( ) );
-   else
-   return( NULL );
-   }
-
-   // -------------------------------------------------------------------------
-   void cpPlugins::Interface::ProcessObject::
-   _SetOutput( unsigned int idx, itk::DataObject* dobj )
-   {
-   if( idx < this->m_Outputs.size( ) )
-   if( this->m_Outputs[ idx ].IsNotNull( ) )
-   this->m_Outputs[ idx ]->SetRealDataObject( dobj );
-   }
-*/
-
 // eof - $RCSfile$