#ifndef __cpPluginsImageThresholdFilters__UnaryThresholdImageFilter__h__ #define __cpPluginsImageThresholdFilters__UnaryThresholdImageFilter__h__ #include #include namespace cpPluginsImageThresholdFilters { /** */ class cpPluginsImageThresholdFilters_EXPORT UnaryThresholdImageFilter : public cpPlugins::BaseObjects::ProcessObject { cpPluginsObject( UnaryThresholdImageFilter, cpPlugins::BaseObjects::ProcessObject, ImageThresholdFilters ); protected: template< class _TImage > inline void _GD0( _TImage* image ); }; } // ecapseman #endif // __cpPluginsImageThresholdFilters__UnaryThresholdImageFilter__h__ // eof - $RCSfile$