19 #ifndef __itkPhysicalPointImageSource_h
20 #define __itkPhysicalPointImageSource_h
37 template<
typename TOutputImage >
49 typedef typename OutputImageType::PixelType
PixelType;
52 typedef typename OutputImageType::PointType
PointType;
56 typedef typename RegionType::SizeType
SizeType;
80 #ifndef ITK_MANUAL_INSTANTIATION
81 #include "itkPhysicalPointImageSource.hxx"
85 #endif //__itkPhysicalPointImageSource_h
OutputImageType::DirectionType DirectionType
PhysicalPointImageSource Self
Generate an image of the physical locations of each pixel.
OutputImageType::PointType PointType
TOutputImage OutputImageType
PhysicalPointImageSource()
void operator=(const PhysicalPointImageSource &)
OutputImageType::PixelType PixelType
Base class for all process objects that output image data.
SmartPointer< const Self > ConstPointer
SmartPointer< Self > Pointer
a Base class for image sources which need to have image size, and other meta-data set...
RegionType::SizeType SizeType
GenerateImageSource< TOutputImage > Superclass
OutputImageType::RegionType RegionType
OutputImageType::SpacingType SpacingType
virtual void ThreadedGenerateData(const RegionType &outputRegionForThread, ThreadIdType threadId)
virtual void GenerateOutputInformation()
unsigned int ThreadIdType