]> Creatis software - cpPlugins.git/blob - lib/cpPlugins/Interface/ImageToMeshFilter.h
(QuadEdge)Mesh support added.
[cpPlugins.git] / lib / cpPlugins / Interface / ImageToMeshFilter.h
1 #ifndef __CPPLUGINS__INTERFACE__IMAGETOMESHFILTER__H__
2 #define __CPPLUGINS__INTERFACE__IMAGETOMESHFILTER__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 ImageToMeshFilter
14       : public ProcessObject
15     {
16     public:
17       typedef ImageToMeshFilter  Self;
18       typedef ProcessObject Superclass;
19
20       typedef Superclass::TParameter  TParameter;
21       typedef Superclass::TParameters TParameters;
22
23     public:
24       ImageToMeshFilter( );
25       virtual ~ImageToMeshFilter( );
26
27       virtual std::string GetClassName( ) const;
28     };
29
30   } // ecapseman
31
32 } // ecapseman
33
34 #endif // __CPPLUGINS__INTERFACE__IMAGETOMESHFILTER__H__
35
36 // eof - $RCSfile$