28 #ifndef __itkLabelMapFilter_h
29 #define __itkLabelMapFilter_h
56 template<
class TInputImage,
class TOutputImage >
89 itkStaticConstMacro(InputImageDimension,
unsigned int, TInputImage::ImageDimension);
90 itkStaticConstMacro(OutputImageDimension,
unsigned int, TOutputImage::ImageDimension);
96 void GenerateInputRequestedRegion();
99 void EnlargeOutputRequestedRegion(
DataObject * itkNotUsed(output) );
105 virtual void BeforeThreadedGenerateData();
107 virtual void AfterThreadedGenerateData();
126 void operator=(
const Self &);
134 #ifndef ITK_MANUAL_INSTANTIATION
135 #include "itkLabelMapFilter.hxx"