52 #ifndef __itkMorphologicalWatershedImageFilter2_h
53 #define __itkMorphologicalWatershedImageFilter2_h
55 #include "itkImageToImageFilter.h"
79 template<
class TInputImage,
class TOutputImage >
81 public ImageToImageFilter< TInputImage, TOutputImage >
86 typedef ImageToImageFilter< TInputImage, TOutputImage >
Superclass;
104 TInputImage::ImageDimension);
106 TOutputImage::ImageDimension);
148 void PrintSelf(std::ostream & os, Indent indent)
const;
175 #ifndef ITK_MANUAL_INSTANTIATION
176 #include "itkMorphologicalWatershedImageFilter2.txx"