X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FcpPlugins%2FInterface%2FImplicitFunction.h;h=18ff63d3d5767afe1707be4c24099c5cb9cb99ec;hb=8e5fd31fd4d280781d8bc27a799361bf9c30b1d4;hp=6b9c7ee0c98fee15ccc646871f67963bb6a4940c;hpb=4f6c47b5d9994cd1bbb601bfe8bc087a0a619e72;p=cpPlugins.git diff --git a/lib/cpPlugins/Interface/ImplicitFunction.h b/lib/cpPlugins/Interface/ImplicitFunction.h index 6b9c7ee..18ff63d 100644 --- a/lib/cpPlugins/Interface/ImplicitFunction.h +++ b/lib/cpPlugins/Interface/ImplicitFunction.h @@ -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( );