18 #ifndef itkLabelMapToAttributeImageFilter_h
19 #define itkLabelMapToAttributeImageFilter_h
42 template<
typename TInputImage,
typename TOutputImage,
typename TAttributeAccessor=
43 typename Functor::AttributeLabelObjectAccessor< typename TInputImage::LabelObjectType > >
65 typedef typename OutputImageType::IndexType
IndexType;
72 TInputImage::ImageDimension);
74 TOutputImage::ImageDimension);
112 void operator=(const Self&);
120 #ifndef ITK_MANUAL_INSTANTIATION
121 #include "itkLabelMapToAttributeImageFilter.hxx"
LabelMapToAttributeImageFilter()
InputImageType::Pointer InputImagePointer
void GenerateData() override
void PrintSelf(std::ostream &os, Indent indent) const override
TAttributeAccessor AttributeAccessorType
~LabelMapToAttributeImageFilter()
Base class for all process objects that output image data.
static const unsigned int InputImageDimension
Convert a LabelMap to a labeled image.
TInputImage InputImageType
LabelMapToAttributeImageFilter Self
OutputImageType::Pointer OutputImagePointer
void EnlargeOutputRequestedRegion(DataObject *) override
SmartPointer< const Self > ConstPointer
ImageToImageFilter< TInputImage, TOutputImage > Superclass
OutputImageType::PixelType OutputImagePixelType
SmartPointer< Self > Pointer
InputImageType::RegionType InputImageRegionType
void GenerateInputRequestedRegion() override
static const unsigned int OutputImageDimension
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.
OutputImagePixelType m_BackgroundValue
OutputImageType::RegionType OutputImageRegionType
InputImageType::PixelType InputImagePixelType
OutputImageType::ConstPointer OutputImageConstPointer
OutputImageType::IndexType IndexType
Base class for all data objects in ITK.