19#ifndef itkLevelSetDomainMapImageFilter_h
20#define itkLevelSetDomainMapImageFilter_h
39template <
typename TInputImage,
typename TOutputImage>
50 static constexpr unsigned int ImageDimension = TInputImage::ImageDimension;
90 , m_IdList(
std::move(iList))
96 return &(this->m_Region);
102 return &(this->m_IdList);
146#ifndef ITK_MANUAL_INSTANTIATION
147# include "itkLevelSetDomainMapImageFilter.hxx"
A multi-dimensional iterator templated over image type that walks an image region and is specialized ...
A multi-dimensional iterator templated over image type that walks pixels within a region and is speci...
A multi-dimensional iterator templated over image type that walks a region of pixels.
Base class for all process objects that output image data.
typename OutputImageType::PixelType OutputImagePixelType
typename OutputImageType::Pointer OutputImagePointer
Base class for filters that take an image as input and produce an image as output.
typename InputImageType::ConstPointer InputImageConstPointer
typename InputImageType::PixelType InputImagePixelType
typename InputImageType::RegionType InputImageRegionType
Control indentation during Print() invocation.
Specifies an image region where an unique std::list of level sets Id's are defined.
const InputImagePixelType * GetIdList() const
LevelSetDomain(const InputImageRegionType ®, InputImagePixelType iList)
InputImagePixelType m_IdList
InputImageRegionType m_Region
const InputImageRegionType * GetRegion() const
typename OutputImageType::IndexType OutputImageIndexType
typename InputImageSizeType::SizeValueType InputImageSizeValueType
LevelSetDomainMapImageFilter()
InputImageRegionType ComputeConsistentRegion(const InputImageRegionType &inputRegion) const
typename InputImageType::IndexType InputImageIndexType
~LevelSetDomainMapImageFilter() override=default
void PrintSelf(std::ostream &os, Indent indent) const override
typename InputImageType::SizeType InputImageSizeType
TInputImage InputImageType
std::map< IdentifierType, LevelSetDomain > DomainMapType
TOutputImage OutputImageType
void GenerateData() override
const DomainMapType & GetDomainMap() const
The base class for all process objects (source, filters, mappers) in the Insight data processing pipe...
SmartPointer< const Self > ConstPointer
SmartPointer< Self > Pointer
ImageBaseType::RegionType RegionType
ImageBaseType::IndexType IndexType
ImageBaseType::SizeType SizeType
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
unsigned long SizeValueType