]> Creatis software - cpPlugins.git/blobdiff - lib/cpPlugins/Plugins/RGBImageToHSVChannelsFilter.h
...
[cpPlugins.git] / lib / cpPlugins / Plugins / RGBImageToHSVChannelsFilter.h
index d9fe353a84ec9e1f9a08621d762988ce4d5bce06..5be93b2dd0ae5ab9f2f76d7b1d81c234cd9eb8e6 100644 (file)
@@ -19,9 +19,6 @@ namespace cpPlugins
       typedef itk::SmartPointer< Self >                Pointer;
       typedef itk::SmartPointer< const Self >          ConstPointer;
 
-      typedef Superclass::TParameter  TParameter;
-      typedef Superclass::TParameters TParameters;
-
     public:
       itkNewMacro( Self );
       itkTypeMacro(
@@ -39,10 +36,10 @@ namespace cpPlugins
       virtual std::string _GenerateData( );
 
       template< unsigned int D >
-      std::string _GD0( );
+        std::string _GD0( );
 
       template< class P, unsigned int D >
-      std::string _GD1( );
+        std::string _GD1( );
 
     private:
       // Purposely not implemented
@@ -51,10 +48,7 @@ namespace cpPlugins
     };
 
     // ---------------------------------------------------------------------
-    PLUMA_INHERIT_PROVIDER_CPPLUGINS(
-      RGBImageToHSVChannelsFilter,
-      cpPlugins::Interface::Object
-      );
+    CPPLUGINS_INHERIT_PROVIDER( RGBImageToHSVChannelsFilter );
 
   } // ecapseman