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