28 #ifndef __itkLabelMapFilter_h
29 #define __itkLabelMapFilter_h
57 template<
class TInputImage,
class TOutputImage >
90 itkStaticConstMacro(InputImageDimension,
unsigned int, TInputImage::ImageDimension);
91 itkStaticConstMacro(OutputImageDimension,
unsigned int, TOutputImage::ImageDimension);
97 void GenerateInputRequestedRegion();
100 void EnlargeOutputRequestedRegion(
DataObject * itkNotUsed(output) );
106 virtual void BeforeThreadedGenerateData();
108 virtual void AfterThreadedGenerateData();
127 void operator=(
const Self &);
135 #ifndef ITK_MANUAL_INSTANTIATION
136 #include "itkLabelMapFilter.hxx"