19#ifndef itkLevelSetDomainMapImageFilter_h
20#define itkLevelSetDomainMapImageFilter_h
39template <
typename TInputImage,
typename TOutputImage>
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.
Control indentation during Print() invocation.
const InputImagePixelType * GetIdList() const
LevelSetDomain(const InputImageRegionType ®, InputImagePixelType iList)
InputImagePixelType m_IdList
InputImageRegionType m_Region
const InputImageRegionType * GetRegion() const
typename OutputImageType::IndexType OutputImageIndexType
ImageRegionIteratorWithIndex< OutputImageType > OutputIndexIteratorType
typename InputImageSizeType::SizeValueType InputImageSizeValueType
typename OutputImageType::Pointer OutputImagePointer
ImageRegionConstIteratorWithIndex< OutputImageType > OutputConstIteratorType
LevelSetDomainMapImageFilter()
const InputImageType * m_InputImage
ImageRegionIteratorWithIndex< InputImageType > InputIndexIteratorType
typename InputImageType::RegionType InputImageRegionType
InputImageRegionType ComputeConsistentRegion(const InputImageRegionType &inputRegion) const
typename InputImageType::IndexType InputImageIndexType
ImageRegionIterator< InputImageType > InputIteratorType
ImageToImageFilter< IdListImageType, CacheImageType > Superclass
~LevelSetDomainMapImageFilter() override=default
ImageRegionConstIteratorWithIndex< InputImageType > InputConstIteratorType
SmartPointer< const Self > ConstPointer
typename InputImageType::PixelType InputImagePixelType
static constexpr unsigned int ImageDimension
void PrintSelf(std::ostream &os, Indent indent) const override
SmartPointer< Self > Pointer
typename InputImageType::SizeType InputImageSizeType
ImageRegionIterator< OutputImageType > OutputIteratorType
IdListImageType InputImageType
typename OutputImageType::PixelType OutputImagePixelType
std::map< IdentifierType, LevelSetDomain > DomainMapType
typename InputImageType::ConstPointer InputImageConstPointer
CacheImageType OutputImageType
LevelSetDomainMapImageFilter Self
void GenerateData() override
OutputImageType * m_OutputImage
DomainMapType m_DomainMap
const DomainMapType & GetDomainMap() const
Implements transparent reference counting.
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....