X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FcpPlugins%2FInterface%2FImageSource.h;fp=lib%2FcpPlugins%2FInterface%2FImageSource.h;h=0000000000000000000000000000000000000000;hb=7c7bc497af96e7b5845be9a2fc277036ec752be9;hp=f5b83964890edc2465e0c0b92c7cee412d0378b4;hpb=506b27e2ea07cb34ba230b02eb6857b20cbf78b1;p=cpPlugins.git diff --git a/lib/cpPlugins/Interface/ImageSource.h b/lib/cpPlugins/Interface/ImageSource.h deleted file mode 100644 index f5b8396..0000000 --- a/lib/cpPlugins/Interface/ImageSource.h +++ /dev/null @@ -1,41 +0,0 @@ -#ifndef __CPPLUGINS__INTERFACE__IMAGESOURCE__H__ -#define __CPPLUGINS__INTERFACE__IMAGESOURCE__H__ - -#include -#include - -namespace cpPlugins -{ - namespace Interface - { - /** - */ - class cpPlugins_EXPORT ImageSource - : public SourceObject - { - public: - typedef ImageSource Self; - typedef SourceObject Superclass; - typedef itk::SmartPointer< Self > Pointer; - typedef itk::SmartPointer< const Self > ConstPointer; - - public: - itkTypeMacro( ImageSource, SourceObject ); - - protected: - ImageSource( ); - virtual ~ImageSource( ); - - private: - // Purposely not implemented - ImageSource( const Self& ); - Self& operator=( const Self& ); - }; - - } // ecapseman - -} // ecapseman - -#endif // __CPPLUGINS__INTERFACE__IMAGESOURCE__H__ - -// eof - $RCSfile$