|
ITK
5.2.0
Insight Toolkit
|
Go to the documentation of this file.
19 #ifndef itkLevelSetDomainMapImageFilter_h
20 #define itkLevelSetDomainMapImageFilter_h
39 template <
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);
117 GetDomainMap()
const;
131 GenerateData()
override;
135 PrintSelf(std::ostream & os,
Indent indent)
const override;
146 #ifndef ITK_MANUAL_INSTANTIATION
147 # include "itkLevelSetDomainMapImageFilter.hxx"
TOutputImage OutputImageType
typename OutputImageType::Pointer OutputImagePointer
A multi-dimensional iterator templated over image type that walks an image region and is specialized ...
OutputImageType * m_OutputImage
typename OutputImageType::IndexType OutputImageIndexType
const InputImagePixelType * GetIdList() const
Specifies an image region where an unique std::list of level sets Id's are defined.
ImageBaseType::SizeType SizeType
typename InputImageType::SizeType InputImageSizeType
Control indentation during Print() invocation.
TInputImage InputImageType
const InputImageRegionType * GetRegion() const
typename InputImageType::PixelType InputImagePixelType
DomainMapType m_DomainMap
A multi-dimensional iterator templated over image type that walks a region of pixels.
ImageBaseType::IndexType IndexType
Base class for filters that take an image as input and produce an image as output.
Base class for all process objects that output image data.
ImageBaseType::RegionType RegionType
typename InputImageSizeType::SizeValueType InputImageSizeValueType
A multi-dimensional iterator templated over image type that walks pixels within a region and is speci...
LevelSetDomain(const InputImageRegionType ®, InputImagePixelType iList)
InputImagePixelType m_IdList
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
The base class for all process objects (source, filters, mappers) in the Insight data processing pipe...
const InputImageType * m_InputImage
InputImageRegionType m_Region
typename OutputImageType::PixelType OutputImagePixelType
typename InputImageType::IndexType InputImageIndexType
std::map< IdentifierType, LevelSetDomain > DomainMapType
typename InputImageType::RegionType InputImageRegionType
typename InputImageType::ConstPointer InputImageConstPointer
unsigned long SizeValueType