]> Creatis software - clitk.git/blobdiff - registration/clitkBLUTDIRGenericFilter.h
Use itkLabelGeometryImageFilter instead of itkLabelStatisticsImageFilter it
[clitk.git] / registration / clitkBLUTDIRGenericFilter.h
index c0f9003f51111f119c0947f30ba0ac6e25b4d842..215bcd5d32ccbb21ba4d2bd6cb27ac9d819b4d79 100755 (executable)
@@ -1,7 +1,7 @@
 /*=========================================================================
   Program:   vv                     http://www.creatis.insa-lyon.fr/rio/vv
 
-  Authors belong to: 
+  Authors belong to:
   - University of LYON              http://www.universite-lyon.fr/
   - Léon Bérard cancer center       http://oncora1.lyon.fnclcc.fr
   - CREATIS CNRS laboratory         http://www.creatis.insa-lyon.fr
 
 /* =================================================
  * @file   clitkBLUTDIRGenericFilter.h
- * @author 
- * @date   
- * 
- * @brief 
- * 
+ * @author
+ * @date
+ *
+ * @brief
+ *
  ===================================================*/
 
 
 #include "itkLightObject.h"
 #include "itkImageToImageMetric.h"
 #include "itkInterpolateImageFunction.h"
-#include "itkLabelStatisticsImageFilter.h"
+#include "itkLabelGeometryImageFilter.h"
 #include "itkImageDuplicator.h"
 #include "itkExtractImageFilter.h"
 #include "itkTransformToDeformationFieldSource.h"
 
-namespace clitk 
+namespace clitk
 {
 
-
   class ITK_EXPORT BLUTDIRGenericFilter :public ImageToImageGenericFilter<BLUTDIRGenericFilter>
   {
   public:
@@ -76,14 +75,14 @@ namespace clitk
     typedef itk::SmartPointer<Self>            Pointer;
     typedef itk::SmartPointer<const Self>      ConstPointer;
     typedef ImageToImageGenericFilterBase   Superclass;
-   
+
     // Method for creation through the object factory
-    itkNewMacro(Self);  
-    
+    itkNewMacro(Self);
+
     void SetArgsInfo(const args_info_clitkBLUTDIR & a);
 
     // Run-time type information (and related methods)
-    
+
     template<unsigned int Dim>
     void InitializeImageType();
 
@@ -97,7 +96,6 @@ namespace clitk
 
   };
 
-
 } // end namespace clitk