]> Creatis software - FrontAlgorithms.git/blobdiff - lib/fpaPlugins/ImageRegionGrow.h
...
[FrontAlgorithms.git] / lib / fpaPlugins / ImageRegionGrow.h
index f6ce3ffb4eb3b3315072e3d6f58e30590b5bd139..6e966a1f245a9f98312955696e9a9a1772b4506f 100644 (file)
@@ -1,27 +1,24 @@
 #ifndef __FPAPLUGINS__IMAGEREGIONGROW__H__
 #define __FPAPLUGINS__IMAGEREGIONGROW__H__
 
-#include <fpaPlugins/fpaPlugins_Export.h>
-#include <cpPlugins/Interface/BaseProcessObjects.h>
+#include "BaseImageFilter.h"
 
 namespace fpaPlugins
 {
   /**
    */
   class fpaPlugins_EXPORT ImageRegionGrow
-    : public cpPlugins::Interface::ImageToImageFilter
+    : public BaseImageFilter
   {
   public:
-    typedef ImageRegionGrow                          Self;
-    typedef cpPlugins::Interface::ImageToImageFilter Superclass;
-    typedef itk::SmartPointer< Self >                Pointer;
-    typedef itk::SmartPointer< const Self >          ConstPointer;
+    typedef ImageRegionGrow                 Self;
+    typedef BaseImageFilter                 Superclass;
+    typedef itk::SmartPointer< Self >       Pointer;
+    typedef itk::SmartPointer< const Self > ConstPointer;
 
   public:
     itkNewMacro( Self );
-    itkTypeMacro(
-      ImageRegionGrow, cpPlugins::Interface::ImageToImageFilter
-      );
+    itkTypeMacro( ImageRegionGrow, BaseImageFilter );
     cpPlugins_Id_Macro(
       ImageRegionGrow, FrontPropagationImageAlgorithm
       );