18 #ifndef itkLabelMapToAttributeImageFilter_h
19 #define itkLabelMapToAttributeImageFilter_h
42 template<
typename TInputImage,
typename TOutputImage,
typename TAttributeAccessor=
43 typename Functor::AttributeLabelObjectAccessor< typename TInputImage::LabelObjectType > >
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 ITK_OVERRIDE;
101 void GenerateInputRequestedRegion() ITK_OVERRIDE;
104 void EnlargeOutputRequestedRegion(
DataObject *itkNotUsed(output)) ITK_OVERRIDE;
108 void GenerateData() ITK_OVERRIDE;
119 #ifndef ITK_MANUAL_INSTANTIATION
120 #include "itkLabelMapToAttributeImageFilter.hxx"
InputImageType::Pointer InputImagePointer
TAttributeAccessor AttributeAccessorType
Base class for all process objects that output image data.
Convert a LabelMap to a labeled image.
TInputImage InputImageType
LabelMapToAttributeImageFilter Self
OutputImageType::Pointer OutputImagePointer
SmartPointer< const Self > ConstPointer
ImageToImageFilter< TInputImage, TOutputImage > Superclass
~LabelMapToAttributeImageFilter() override
OutputImageType::PixelType OutputImagePixelType
SmartPointer< Self > Pointer
InputImageType::RegionType InputImageRegionType
InputImageType::ConstPointer InputImageConstPointer
TOutputImage OutputImageType
OutputImageType::PixelType OutputImagePixelType
Base class for filters that take an image as input and produce an image as output.
AttributeAccessorType::AttributeValueType AttributeValueType
Control indentation during Print() invocation.
OutputImageType::RegionType OutputImageRegionType
InputImageType::PixelType InputImagePixelType
OutputImageType::ConstPointer OutputImageConstPointer
OutputImageType::IndexType IndexType
Base class for all data objects in ITK.
ImageBaseType::IndexType IndexType