]> Creatis software - cpPlugins.git/blob - plugins/ITKImageInterpolators/InterpolateImageFunction.cxx
...
[cpPlugins.git] / plugins / ITKImageInterpolators / InterpolateImageFunction.cxx
1 #include <ITKImageInterpolators/InterpolateImageFunction.h>
2
3 // -------------------------------------------------------------------------
4 cpPluginsITKImageInterpolators::InterpolateImageFunction::
5 InterpolateImageFunction( )
6   : Superclass( )
7 {
8   this->_ConfigureOutput< cpPlugins::BaseObjects::DataObject >( "Output" );
9 }
10
11 // -------------------------------------------------------------------------
12 cpPluginsITKImageInterpolators::InterpolateImageFunction::
13 ~InterpolateImageFunction( )
14 {
15 }
16
17 // -------------------------------------------------------------------------
18 void cpPluginsITKImageInterpolators::InterpolateImageFunction::
19 _GenerateData( )
20 {
21 }
22
23 // eof - $RCSfile$