]> Creatis software - cpPlugins.git/blobdiff - lib/cpPlugins/Interface/ImplicitFunction.h
Merge branch 'master' of ssh://git.creatis.insa-lyon.fr/cpPlugins
[cpPlugins.git] / lib / cpPlugins / Interface / ImplicitFunction.h
index 6b9c7ee0c98fee15ccc646871f67963bb6a4940c..18ff63d3d5767afe1707be4c24099c5cb9cb99ec 100644 (file)
@@ -29,21 +29,6 @@ namespace cpPlugins
       itkTypeMacro( ImplicitFunction, DataObject );
 
     public:
-      template< class F >
-        inline F* GetITKImplicitFunction( );
-
-      template< class F >
-        inline const F* GetITKImplicitFunction( ) const;
-
-      template< class F >
-        inline F* GetVTKImplicitFunction( );
-
-      template< class F >
-        inline const F* GetVTKImplicitFunction( ) const;
-
-      virtual vtkImplicitFunction* GetVTKImplicitFunction( );
-      virtual const vtkImplicitFunction* GetVTKImplicitFunction( ) const;
-
       void SetFunction( vtkImplicitFunction* function );
 
       void SetFunctionToBox( );