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=38801df80196fd0f465bb083b63767281af7dded;hb=cf8ebcdb1e31f332e74569b2be5dfb5f5100df07;hp=e69de29bb2d1d6434b8b29ae775ad8c2e48c5391;hpb=6f87174af77bf66f8e039f7747237ac0b227b4cb;p=cpPlugins.git diff --git a/lib/cpPlugins/Interface/SinkObject.h b/lib/cpPlugins/Interface/SinkObject.h index e69de29..38801df 100644 --- a/lib/cpPlugins/Interface/SinkObject.h +++ b/lib/cpPlugins/Interface/SinkObject.h @@ -0,0 +1,35 @@ +#ifndef __CPPLUGINS__INTERFACE__SINKOBJECT__H__ +#define __CPPLUGINS__INTERFACE__SINKOBJECT__H__ + +#include + +namespace cpPlugins +{ + namespace Interface + { + /** + */ + class SinkObject + : public ProcessObject + { + public: + typedef SinkObject Self; + typedef ProcessObject Superclass; + + typedef Superclass::TParameter TParameter; + typedef Superclass::TParameters TParameters; + + public: + SinkObject( ); + virtual ~SinkObject( ); + + virtual std::string GetClassName( ) const; + }; + + } // ecapseman + +} // ecapseman + +#endif // __CPPLUGINS__INTERFACE__SINKOBJECT__H__ + +// eof - $RCSfile$