#ifndef __CPPLUGINSIO__IMAGEWRITER__H__ #define __CPPLUGINSIO__IMAGEWRITER__H__ #include #include #include namespace itk { class ImageIOBase; } namespace cpPluginsIO { /** */ class cpPluginsIO_EXPORT ImageWriter : public cpPlugins::BaseObjects::ProcessObject { cpPluginsObject( ImageWriter, cpPlugins::BaseObjects::ProcessObject, IO ); public: virtual QDialog* CreateQDialog( ) cpPlugins_OVERRIDE; protected: template< class _TImage > inline void _GD0( _TImage* image ); }; } // ecapseman #endif // __CPPLUGINS__IO__IMAGEWRITER__H__ // eof - $RCSfile$