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