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