]> Creatis software - clitk.git/blobdiff - tools/clitkRTStructStatisticsGenericFilter.h
Remove trailing spaces and tab
[clitk.git] / tools / clitkRTStructStatisticsGenericFilter.h
index 4339c69f68327ef24c84b501f6b3ccd3b1b75a13..aeeed80c383dc1bbb2111aca2f073cb0f03a78ad 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
@@ -23,7 +23,7 @@
  * @author Thomas Baudier <thomas.baudier@creatis.insa-lyon.fr>
  * @date   11 Jul 2016 08:37:53
 
- * @brief  
+ * @brief
  -------------------------------------------------------------------*/
 
 // clitk include
 
 //--------------------------------------------------------------------
 namespace clitk {
-  
+
   template<class args_info_type>
   class ITK_EXPORT RTStructStatisticsGenericFilter:
     public clitk::ImageToImageGenericFilter<RTStructStatisticsGenericFilter<args_info_type> > {
-    
+
   public:
-       
-    // Constructor 
+
+    // Constructor
     RTStructStatisticsGenericFilter ();
 
     // Types
@@ -55,19 +55,19 @@ namespace clitk {
 
     // New
     itkNewMacro(Self);
-    
-    
-    
+
+
+
     //--------------------------------------------------------------------
     void SetArgsInfo(const args_info_type & a);
 
     //--------------------------------------------------------------------
     // Main function called each time the filter is updated
-    template<class InputImageType>  
+    template<class InputImageType>
     void UpdateWithInputImageType();
 
-  protected:  
-    template<unsigned int Dim> void InitializeImageType();  
+  protected:
+    template<unsigned int Dim> void InitializeImageType();
     args_info_type mArgsInfo;
 
   }; // end class RTStructStatisticsGenericFilter
@@ -75,7 +75,7 @@ namespace clitk {
 } // end namespace
 //--------------------------------------------------------------------
 
-  
+
 #ifndef ITK_MANUAL_INSTANTIATION
 #include "clitkRTStructStatisticsGenericFilter.txx"
 #endif