18 #ifndef __itkLabelMapToAttributeImageFilter_h
19 #define __itkLabelMapToAttributeImageFilter_h
42 template<
class TInputImage,
class TOutputImage,
class TAttributeAccessor=
43 typename Functor::AttributeLabelObjectAccessor< typename TInputImage::LabelObjectType > >
65 typedef typename OutputImageType::IndexType
IndexType;
71 itkStaticConstMacro(InputImageDimension,
unsigned int,
72 TInputImage::ImageDimension);
73 itkStaticConstMacro(OutputImageDimension,
unsigned int,
74 TOutputImage::ImageDimension);
96 void PrintSelf(std::ostream& os,
Indent indent)
const;
101 void GenerateInputRequestedRegion();
104 void EnlargeOutputRequestedRegion(
DataObject *itkNotUsed(output));
113 void operator=(
const Self&);
121 #ifndef ITK_MANUAL_INSTANTIATION
122 #include "itkLabelMapToAttributeImageFilter.hxx"