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);
108 virtual void PrintSelf(std::ostream & os,
Indent indent)
const ITK_OVERRIDE;
122 void operator=(const Self &);
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
TInputImage InputImageType
Superclass::OutputImagePointer OutputImagePointer
InputImageType::ConstPointer InputImageConstPointer
InputImageType::RegionType InputImageRegionType
InputImageType::Pointer InputImagePointer
Superclass::OutputImagePointer OutputImagePointer
InPlaceLabelMapFilter< TInputImage > Superclass
virtual void GenerateOutputInformation() override
InputImageType::SizeType SizeType
void EnlargeOutputRequestedRegion(DataObject *) override
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
InputImageType::RegionType RegionType
void GenerateData() override
Superclass::OutputImageType OutputImageType
void GenerateInputRequestedRegion() override
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
virtual void ThreadedProcessLabelObject(LabelObjectType *labelObject) override
virtual void PrintSelf(std::ostream &os, Indent indent) const override
Base class for all data objects in ITK.
Change the region of a label map.
ChangeRegionLabelMapFilter()
SmartPointer< const Self > ConstPointer