#ifndef __CPPLUGINS__PLUGINS__IMAGEINTERPOLATORSOURCE__H__ #define __CPPLUGINS__PLUGINS__IMAGEINTERPOLATORSOURCE__H__ #include #include namespace cpPlugins { namespace BasicFilters { /** */ class cpPluginsBasicFilters_EXPORT ImageInterpolatorSource : public cpPlugins::Interface::ProcessObject { public: typedef ImageInterpolatorSource Self; typedef cpPlugins::Interface::ProcessObject Superclass; typedef itk::SmartPointer< Self > Pointer; typedef itk::SmartPointer< const Self > ConstPointer; public: itkNewMacro( Self ); itkTypeMacro( ImageInterpolatorSource, cpPlugins::Interface::ProcessObject ); cpPlugins_Id_Macro( cpPlugins::BasicFilters::ImageInterpolatorSource, FunctionSource ); protected: ImageInterpolatorSource( ); virtual ~ImageInterpolatorSource( ); virtual std::string _GenerateData( ); template< class I > inline std::string _GD0( itk::DataObject* dobj ); template< class T > inline std::string _GD1( ); private: // Purposely not implemented ImageInterpolatorSource( const Self& ); Self& operator=( const Self& ); }; } // ecapseman } // ecapseman #endif // __CPPLUGINS__PLUGINS__IMAGEINTERPOLATORSOURCE__H__ // eof - $RCSfile$