]> Creatis software - cpPlugins.git/blob - lib/cpPlugins/Interface/ImageToPolyLineParametricPathFilter.h
More on parameters simplification
[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     public:
23       itkTypeMacro( ImageToPolyLineParametricPathFilter, FilterObject );
24
25     public:
26       virtual std::string GetClassName( ) const;
27       virtual std::string GetClassType( ) const;
28
29     protected:
30       ImageToPolyLineParametricPathFilter( );
31       virtual ~ImageToPolyLineParametricPathFilter( );
32
33     private:
34       // Purposely not implemented
35       ImageToPolyLineParametricPathFilter( const Self& );
36       Self& operator=( const Self& );
37     };
38
39   } // ecapseman
40
41 } // ecapseman
42
43 #endif // __CPPLUGINS__INTERFACE__IMAGETOPOLYLINEPARAMETRICPATHFILTER__H__
44
45 // eof - $RCSfile$