18#ifndef itkPointSetToImageFilter_h
19#define itkPointSetToImageFilter_h
34template <
typename TInputPo
intSet,
typename TOutputImage>
45 using SizeType =
typename TOutputImage::SizeType;
48 using ValueType =
typename OutputImageType::ValueType;
181#ifndef ITK_MANUAL_INSTANTIATION
182# include "itkPointSetToImageFilter.hxx"
typename OutputImageType::RegionType OutputImageRegionType
Control indentation during Print() invocation.
virtual void SetSpacing(const double *v)
SmartPointer< Self > Pointer
typename TOutputImage::SizeType SizeType
void PrintSelf(std::ostream &os, Indent indent) const override
virtual void SetInput(unsigned int, const InputPointSetType *pointset)
typename InputPointSetType::ConstPointer InputPointSetConstPointer
TOutputImage OutputImageType
PointSetToImageFilter Self
const InputPointSetType * GetInput()
virtual void SetSpacing(const float *v)
static constexpr unsigned int InputPointSetDimension
void GenerateData() override
SmartPointer< const Self > ConstPointer
static constexpr unsigned int OutputImageDimension
typename OutputImageType::ValueType ValueType
typename OutputImageType::Pointer OutputImagePointer
typename InputPointSetType::Pointer InputPointSetPointer
void GenerateOutputInformation() override
typename TOutputImage::PointType PointType
ImageSource< TOutputImage > Superclass
const InputPointSetType * GetInput(unsigned int idx)
virtual void SetInput(const InputPointSetType *input)
TInputPointSet InputPointSetType
virtual void SetOrigin(const double *v)
DirectionType m_Direction
typename TOutputImage::DirectionType DirectionType
virtual void SetOrigin(const float *v)
~PointSetToImageFilter() override=default
typename TOutputImage::SpacingType SpacingType
virtual void SetInput(const DataObjectIdentifierType &key, DataObject *input)
Protected method for setting indexed and named inputs.
Implements transparent reference counting.
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
Represent a n-dimensional size (bounds) of a n-dimensional image.