]> Creatis software - clitk.git/blobdiff - tests_dav/clitkLabelImageOverlapMeasureGenericFilter.h
Updated dice tool
[clitk.git] / tests_dav / clitkLabelImageOverlapMeasureGenericFilter.h
index a6f8028cbe4fc32ac3597b3c2d042997f268fd91..05332ea4e87cb338cce11ffa5e2a43d48037cb92 100644 (file)
@@ -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://www.centreleonberard.fr
   - CREATIS CNRS laboratory         http://www.creatis.insa-lyon.fr
 #ifndef CLITKLABELIMAGEOVERLAPMEASUREGENERICFILTER_H
 #define CLITKLABELIMAGEOVERLAPMEASUREGENERICFILTER_H
 
-// clitk 
+// clitk
 #include "clitkImageToImageGenericFilter.h"
 #include "clitkLabelImageOverlapMeasureFilter.h"
 #include "clitkBoundingBoxUtils.h"
 #include "clitkCropLikeImageFilter.h"
 
 //--------------------------------------------------------------------
-namespace clitk 
+namespace clitk
 {
 
   template<class ArgsInfoType>
@@ -36,25 +36,25 @@ namespace clitk
   public:
     //--------------------------------------------------------------------
     LabelImageOverlapMeasureGenericFilter();
-  
+
     //--------------------------------------------------------------------
     typedef ImageToImageGenericFilter<LabelImageOverlapMeasureGenericFilter<ArgsInfoType> > Superclass;
     typedef LabelImageOverlapMeasureGenericFilter Self;
     typedef itk::SmartPointer<Self>       Pointer;
     typedef itk::SmartPointer<const Self> ConstPointer;
-   
+
     //--------------------------------------------------------------------
-    itkNewMacro(Self);  
+    itkNewMacro(Self);
     itkTypeMacro(LabelImageOverlapMeasureGenericFilter, LightObject);
 
     //--------------------------------------------------------------------
     void SetArgsInfo(const ArgsInfoType & a);
-    template<class FilterType> 
+    template<class FilterType>
       void SetOptionsFromArgsInfoToFilter(FilterType * f) ;
 
     //--------------------------------------------------------------------
     // Main function called each time the filter is updated
-    template<class ImageType>  
+    template<class ImageType>
     void UpdateWithInputImageType();
 
   protected:
@@ -64,7 +64,7 @@ namespace clitk
   private:
     LabelImageOverlapMeasureGenericFilter(const Self&); //purposely not implemented
     void operator=(const Self&); //purposely not implemented
-    
+
   };// end class
   //--------------------------------------------------------------------
 } // end namespace clitk