X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=plugins%2FITKImageInterpolators%2FInterpolateImageFunction.cxx;fp=plugins%2FITKImageInterpolators%2FInterpolateImageFunction.cxx;h=0000000000000000000000000000000000000000;hb=2e142df11d6f312a2a2b5097b8da73571ed523e8;hp=b58fba5459270ec77138173c0b3751360e9bfd5e;hpb=61b3659afe961ed248f30e26f9ca8f28fcfafddc;p=cpPlugins.git diff --git a/plugins/ITKImageInterpolators/InterpolateImageFunction.cxx b/plugins/ITKImageInterpolators/InterpolateImageFunction.cxx deleted file mode 100644 index b58fba5..0000000 --- a/plugins/ITKImageInterpolators/InterpolateImageFunction.cxx +++ /dev/null @@ -1,39 +0,0 @@ -#include - -// ------------------------------------------------------------------------- -void cpPluginsITKImageInterpolators::InterpolateImageFunction:: -SetITK( itk::LightObject* o ) -{ - if( this->m_ITK.GetPointer( ) != o ) - this->m_ITK = o; -} - -// ------------------------------------------------------------------------- -void cpPluginsITKImageInterpolators::InterpolateImageFunction:: -SetVTK( vtkObjectBase* o ) -{ - if( this->m_VTK.GetPointer( ) != o ) - this->m_VTK = o; -} - -// ------------------------------------------------------------------------- -cpPluginsITKImageInterpolators::InterpolateImageFunction:: -InterpolateImageFunction( ) - : Superclass( ) -{ - this->_ConfigureOutput< cpPlugins::Pipeline::DataObject >( "Output" ); -} - -// ------------------------------------------------------------------------- -cpPluginsITKImageInterpolators::InterpolateImageFunction:: -~InterpolateImageFunction( ) -{ -} - -// ------------------------------------------------------------------------- -void cpPluginsITKImageInterpolators::InterpolateImageFunction:: -_GenerateData( ) -{ -} - -// eof - $RCSfile$