51 #ifndef __itkMorphologicalWatershedFromMarkersImageFilter2_h
52 #define __itkMorphologicalWatershedFromMarkersImageFilter2_h
54 #include "itkImageToImageFilter.h"
105 template<
class TInputImage,
class TLabelImage >
107 public ImageToImageFilter< TInputImage, TLabelImage >
112 typedef ImageToImageFilter< TInputImage, TLabelImage >
Superclass;
132 TInputImage::ImageDimension);
145 this->SetNthInput( 1, const_cast< TLabelImage * >( input ) );
152 const_cast< DataObject *
>( this->ProcessObject::GetInput(1) ) );
158 this->SetInput(input);
194 void PrintSelf(std::ostream & os, Indent indent)
const;
221 #ifndef ITK_MANUAL_INSTANTIATION
222 #include "itkMorphologicalWatershedFromMarkersImageFilter2.txx"