]> Creatis software - cpPlugins.git/blob - lib/cpPlugins/Interface/SinkObject.h
38801df80196fd0f465bb083b63767281af7dded
[cpPlugins.git] / lib / cpPlugins / Interface / SinkObject.h
1 #ifndef __CPPLUGINS__INTERFACE__SINKOBJECT__H__
2 #define __CPPLUGINS__INTERFACE__SINKOBJECT__H__
3
4 #include <cpPlugins/Interface/ProcessObject.h>
5
6 namespace cpPlugins
7 {
8   namespace Interface
9   {
10     /**
11      */
12     class SinkObject
13       : public ProcessObject
14     {
15     public:
16       typedef SinkObject    Self;
17       typedef ProcessObject Superclass;
18
19       typedef Superclass::TParameter  TParameter;
20       typedef Superclass::TParameters TParameters;
21
22     public:
23       SinkObject( );
24       virtual ~SinkObject( );
25
26       virtual std::string GetClassName( ) const;
27     };
28
29   } // ecapseman
30
31 } // ecapseman
32
33 #endif // __CPPLUGINS__INTERFACE__SINKOBJECT__H__
34
35 // eof - $RCSfile$