28 #ifndef __itkChangeRegionLabelMapFilter_h
29 #define __itkChangeRegionLabelMapFilter_h
55 template<
typename TInputImage >
85 typedef typename InputImageType::PixelType
PixelType;
86 typedef typename InputImageType::IndexType
IndexType;
88 typedef typename InputImageType::SizeType
SizeType;
96 itkStaticConstMacro(
ImageDimension,
unsigned int, TOutputImage::ImageDimension);
128 #ifndef ITK_MANUAL_INSTANTIATION
129 #include "itkChangeRegionLabelMapFilter.hxx"
Light weight base class for most itk classes.
OutputImageRegionType m_Region
SmartPointer< Self > Pointer
ChangeRegionLabelMapFilter Self
InputImageType::PixelType PixelType
~ChangeRegionLabelMapFilter()
signed long IndexValueType
virtual void PrintSelf(std::ostream &os, Indent indent) const
TInputImage InputImageType
Superclass::OutputImagePointer OutputImagePointer
InputImageType::ConstPointer InputImageConstPointer
InputImageType::RegionType InputImageRegionType
InputImageType::Pointer InputImagePointer
virtual void ThreadedProcessLabelObject(LabelObjectType *labelObject)
Superclass::OutputImagePointer OutputImagePointer
InPlaceLabelMapFilter< TInputImage > Superclass
InputImageType::SizeType SizeType
void EnlargeOutputRequestedRegion(DataObject *)
InputImageType::IndexType IndexType
static const unsigned int OutputImageDimension
Superclass::OutputImagePixelType OutputImagePixelType
Base class for filters that takes an image as input and overwrites that image as the output...
static const unsigned int InputImageDimension
Superclass::OutputImageRegionType OutputImageRegionType
A region represents some portion or piece of data.
InputImageType::PixelType InputImagePixelType
virtual void GenerateOutputInformation()
void operator=(const Self &)
InputImageType::RegionType RegionType
Superclass::OutputImageType OutputImageType
Control indentation during Print() invocation.
Superclass::OutputImageType OutputImageType
static const unsigned int ImageDimension
InputImageType::IndexValueType IndexValueType
Superclass::OutputImageRegionType OutputImageRegionType
Base class for filters that take an image as input and overwrite that image as the output...
InputImageType::LabelObjectType LabelObjectType
Superclass::OutputImagePixelType OutputImagePixelType
void GenerateInputRequestedRegion()
Base class for all data objects in ITK.
Change the region of a label map.
ChangeRegionLabelMapFilter()
SmartPointer< const Self > ConstPointer