]> Creatis software - clitk.git/blobdiff - itk/clitkSegmentationUtils.h
Add checking of the options
[clitk.git] / itk / clitkSegmentationUtils.h
index 6204c9c96639b78c7be26a440cbd7b9cf21ddbe8..f58b7c432a95339c5427d05c62f250801c6554f1 100644 (file)
@@ -363,6 +363,10 @@ namespace clitk {
   void And(ImageType * input, 
            const ImageType * object, 
            typename ImageType::PixelType BG=0);
+  template<class ImageType>
+  void Or(ImageType * input, 
+          const ImageType * object, 
+          typename ImageType::PixelType BG=0);
   //--------------------------------------------------------------------