18#ifndef itkLabelMapToAttributeImageFilter_h
19#define itkLabelMapToAttributeImageFilter_h
43template <
typename TInputImage,
44 typename TOutputImage,
45 typename TAttributeAccessor =
46 typename Functor::AttributeLabelObjectAccessor<typename TInputImage::LabelObjectType>>
75 static constexpr unsigned int InputImageDimension = TInputImage::ImageDimension;
76 static constexpr unsigned int OutputImageDimension = TOutputImage::ImageDimension;
121#ifndef ITK_MANUAL_INSTANTIATION
122# include "itkLabelMapToAttributeImageFilter.hxx"
Base class for all data objects in ITK.
Base class for all process objects that output image data.
typename OutputImageType::PixelType OutputImagePixelType
typename OutputImageType::RegionType OutputImageRegionType
TOutputImage OutputImageType
typename OutputImageType::Pointer OutputImagePointer
Base class for filters that take an image as input and produce an image as output.
TInputImage InputImageType
typename InputImageType::ConstPointer InputImageConstPointer
typename InputImageType::Pointer InputImagePointer
typename InputImageType::PixelType InputImagePixelType
typename InputImageType::RegionType InputImageRegionType
Control indentation during Print() invocation.
Convert a LabelMap to a labeled image.
void GenerateData() override
TAttributeAccessor AttributeAccessorType
void PrintSelf(std::ostream &os, Indent indent) const override
typename OutputImageType::IndexType IndexType
void EnlargeOutputRequestedRegion(DataObject *) override
~LabelMapToAttributeImageFilter() override=default
LabelMapToAttributeImageFilter()
typename OutputImageType::ConstPointer OutputImageConstPointer
typename AttributeAccessorType::AttributeValueType AttributeValueType
void GenerateInputRequestedRegion() override
The base class for all process objects (source, filters, mappers) in the Insight data processing pipe...
SmartPointer< const Self > ConstPointer
SmartPointer< Self > Pointer
ImageBaseType::RegionType RegionType
ImageBaseType::IndexType IndexType
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....