#ifndef __cpPluginsImageSources__RandomImageSource__h__ #define __cpPluginsImageSources__RandomImageSource__h__ #include #include namespace cpPluginsImageSources { /** */ class cpPluginsImageSources_EXPORT RandomImageSource : public cpPlugins::BaseObjects::ProcessObject { cpPluginsObject( RandomImageSource, cpPlugins::BaseObjects::ProcessObject, ImageSources ); protected: template< class _TPixel > inline bool _GD0( ); template< class _TPixel, unsigned int _VDim > inline bool _GD1( ); }; } // ecapseman #endif // __cpPluginsImageSources__RandomImageSource__h__ // eof - $RCSfile$