|
ITK
6.0.0
Insight Toolkit
|
Go to the documentation of this file.
18 #ifndef itkLabelMapToAttributeImageFilter_h
19 #define itkLabelMapToAttributeImageFilter_h
43 template <
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;
97 PrintSelf(std::ostream & os,
Indent indent)
const override;
103 GenerateInputRequestedRegion()
override;
107 EnlargeOutputRequestedRegion(
DataObject * itkNotUsed(output))
override;
112 GenerateData()
override;
121 #ifndef ITK_MANUAL_INSTANTIATION
122 # include "itkLabelMapToAttributeImageFilter.hxx"
SmartPointer< Self > Pointer
SmartPointer< const Self > ConstPointer
typename OutputImageType::Pointer OutputImagePointer
typename OutputImageType::ConstPointer OutputImageConstPointer
Control indentation during Print() invocation.
typename InputImageType::PixelType InputImagePixelType
ImageBaseType::IndexType IndexType
Base class for filters that take an image as input and produce an image as output.
Base class for all process objects that output image data.
typename AttributeAccessorType::AttributeValueType AttributeValueType
typename InputImageType::Pointer InputImagePointer
typename OutputImageType::IndexType IndexType
ImageBaseType::RegionType RegionType
TInputImage InputImageType
Convert a LabelMap to a labeled image.
typename OutputImageType::RegionType OutputImageRegionType
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
The base class for all process objects (source, filters, mappers) in the Insight data processing pipe...
typename OutputImageType::PixelType OutputImagePixelType
TAttributeAccessor AttributeAccessorType
typename InputImageType::RegionType InputImageRegionType
typename InputImageType::ConstPointer InputImageConstPointer
TOutputImage OutputImageType
Base class for all data objects in ITK.