]> Creatis software - clitk.git/blobdiff - itk/clitkBooleanOperatorLabelImageFilter.h
Merge branch 'master' into OpenGL2
[clitk.git] / itk / clitkBooleanOperatorLabelImageFilter.h
index 13a9b748a27b9be6b3816aa0a3196ddd5db930b3..adb7116ea10b2c9aecc332f557ec98c486f921d2 100644 (file)
@@ -3,7 +3,7 @@
 
   Authors belong to: 
   - University of LYON              http://www.universite-lyon.fr/
-  - Léon Bérard cancer center       http://oncora1.lyon.fnclcc.fr
+  - Léon Bérard cancer center       http://www.centreleonberard.fr
   - CREATIS CNRS laboratory         http://www.creatis.insa-lyon.fr
 
   This software is distributed WITHOUT ANY WARRANTY; without even
@@ -14,7 +14,7 @@
 
   - BSD        See included LICENSE.txt file
   - CeCILL-B   http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.html
-  ======================================================================-====*/
+  ===========================================================================**/
 
 #ifndef CLITKBOOLEANOPERATORLABELIMAGEFILTER_H
 #define CLITKBOOLEANOPERATORLABELIMAGEFILTER_H
@@ -97,6 +97,9 @@ namespace clitk {
     itkStaticConstMacro(InputImage1Dimension, unsigned int, TInputImage1::ImageDimension);
     itkStaticConstMacro(InputImage2Dimension, unsigned int, TInputImage2::ImageDimension);
     itkStaticConstMacro(OutputImageDimension, unsigned int, TOutputImage::ImageDimension);
+
+    // I dont want to verify inputs information
+    virtual void VerifyInputInformation() { }
     
   protected:
     BooleanOperatorLabelImageFilter();