19#ifndef itkPhysicalPointImageSource_h
20#define itkPhysicalPointImageSource_h
38template <
typename TOutputImage>
51 using PixelType =
typename OutputImageType::PixelType;
69 this->DynamicMultiThreadingOn();
70 this->ThreaderUpdateProgressOff();
82#ifndef ITK_MANUAL_INSTANTIATION
83# include "itkPhysicalPointImageSource.hxx"
a Base class for image sources which need to have image size, and other meta-data set.
typename TOutputImage::SizeType SizeType
typename OutputImageType::PointType PointType
typename OutputImageType::RegionType RegionType
typename OutputImageType::PixelType PixelType
typename OutputImageType::DirectionType DirectionType
typename OutputImageType::SpacingType SpacingType
Base class for all process objects that output image data.
TOutputImage OutputImageType
Generate an image of the physical locations of each pixel.
PhysicalPointImageSource()
void GenerateOutputInformation() override
void DynamicThreadedGenerateData(const RegionType &outputRegionForThread) override
~PhysicalPointImageSource() override=default
The base class for all process objects (source, filters, mappers) in the Insight data processing pipe...
ImageBaseType::DirectionType DirectionType
ImageBaseType::RegionType RegionType
ImageBaseType::PointType PointType
ImageBaseType::SizeType SizeType
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....