]> Creatis software - FrontAlgorithms.git/blobdiff - lib/fpaPlugins/GrowFunction.hxx
...
[FrontAlgorithms.git] / lib / fpaPlugins / GrowFunction.hxx
index 00c2cba23dd997eeaab2d1d6cfd9658468909b5b..a8e84b755528795aa92186170d969d31eecab15b 100644 (file)
@@ -1,26 +1,7 @@
 #ifndef __FPAPLUGINS__GROWFUNCTION__HXX__
 #define __FPAPLUGINS__GROWFUNCTION__HXX__
 
-#include <itkFunctionBase.h>
-
-// -------------------------------------------------------------------------
-template< class F >
-void fpaPlugins::GrowFunction::
-SetITK( itk::Object* object )
-{
-  typedef typename F::TSpace                  _TSpace;
-  typedef typename F::TVertex                 _TVertex;
-  typedef itk::FunctionBase< _TVertex, bool > _TBaseFunction;
-
-  _TBaseFunction* function = dynamic_cast< _TBaseFunction* >( object );
-  if( function != NULL )
-  {
-    this->m_ITKObject = function;
-    this->m_VTKObject = NULL;
-    this->Modified( );
-
-  } // fi
-}
+// TODO: erase this file
 
 #endif // __FPAPLUGINS__GROWFUNCTION__HXX__