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);
120 #ifndef ITK_MANUAL_INSTANTIATION
121 #include "itkLabelMapToAttributeImageFilter.hxx"
LabelMapToAttributeImageFilter()
InputImageType::Pointer InputImagePointer
void operator=(const Self &)
TAttributeAccessor AttributeAccessorType
~LabelMapToAttributeImageFilter()
void GenerateInputRequestedRegion()
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
SmartPointer< const Self > ConstPointer
ImageToImageFilter< TInputImage, TOutputImage > Superclass
void PrintSelf(std::ostream &os, Indent indent) const
OutputImageType::PixelType OutputImagePixelType
SmartPointer< Self > Pointer
InputImageType::RegionType InputImageRegionType
static const unsigned int OutputImageDimension
void EnlargeOutputRequestedRegion(DataObject *)
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.