]> Creatis software - cpPlugins.git/blob - lib/cpPlugins/Interface/ImageToPolyLineParametricPathFilter.h
1b274cc631e409796a23d395549f438ff4c4009e
[cpPlugins.git] / lib / cpPlugins / Interface / ImageToPolyLineParametricPathFilter.h
1 #ifndef __CPPLUGINS__INTERFACE__IMAGETOPOLYLINEPARAMETRICPATHFILTER__H__
2 #define __CPPLUGINS__INTERFACE__IMAGETOPOLYLINEPARAMETRICPATHFILTER__H__
3
4 #include <cpPlugins/Interface/cpPlugins_Interface_Export.h>
5 #include <cpPlugins/Interface/FilterObject.h>
6
7 namespace cpPlugins
8 {
9   namespace Interface
10   {
11     /**
12      */
13     class cpPlugins_Interface_EXPORT ImageToPolyLineParametricPathFilter
14       : public FilterObject
15     {
16     public:
17       typedef ImageToPolyLineParametricPathFilter Self;
18       typedef FilterObject                        Superclass;
19       typedef itk::SmartPointer< Self >           Pointer;
20       typedef itk::SmartPointer< const Self >     ConstPointer;
21
22       typedef Superclass::TParameter  TParameter;
23       typedef Superclass::TParameters TParameters;
24
25     public:
26       itkTypeMacro( ImageToPolyLineParametricPathFilter, FilterObject );
27
28     public:
29       virtual std::string GetClassName( ) const;
30       virtual std::string GetClassType( ) const;
31
32     protected:
33       ImageToPolyLineParametricPathFilter( );
34       virtual ~ImageToPolyLineParametricPathFilter( );
35
36     private:
37       // Purposely not implemented
38       ImageToPolyLineParametricPathFilter( const Self& );
39       Self& operator=( const Self& );
40     };
41
42   } // ecapseman
43
44 } // ecapseman
45
46 #endif // __CPPLUGINS__INTERFACE__IMAGETOPOLYLINEPARAMETRICPATHFILTER__H__
47
48 // eof - $RCSfile$