|
ITK
5.2.0
Insight Toolkit
|
Go to the documentation of this file.
19 #ifndef itkPhysicalPointImageSource_h
20 #define itkPhysicalPointImageSource_h
38 template <
typename TOutputImage>
51 using PixelType =
typename OutputImageType::PixelType;
69 this->DynamicMultiThreadingOn();
70 this->ThreaderUpdateProgressOff();
75 GenerateOutputInformation()
override;
78 DynamicThreadedGenerateData(
const RegionType & outputRegionForThread)
override;
82 #ifndef ITK_MANUAL_INSTANTIATION
83 # include "itkPhysicalPointImageSource.hxx"
typename OutputImageType::PixelType PixelType
ImageBaseType::DirectionType DirectionType
a Base class for image sources which need to have image size, and other meta-data set.
ImageBaseType::PointType PointType
typename OutputImageType::RegionType RegionType
ImageBaseType::SizeType SizeType
Base class for all process objects that output image data.
typename TOutputImage::SizeType SizeType
ImageBaseType::RegionType RegionType
Generate an image of the physical locations of each pixel.
typename OutputImageType::PointType PointType
PhysicalPointImageSource()
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...
typename OutputImageType::SpacingType SpacingType
typename OutputImageType::DirectionType DirectionType
TOutputImage OutputImageType