18 #ifndef itkVectorResampleImageFilter_h
19 #define itkVectorResampleImageFilter_h
61 template<
typename TInputImage,
typename TOutputImage,
typename TInterpolatorPrecisionType =
double >
88 static constexpr
unsigned int ImageDimension = TOutputImage::ImageDimension;
96 Self::ImageDimension >;
148 itkSetMacro(DefaultPixelValue,
PixelType);
151 itkGetConstMacro(DefaultPixelValue,
PixelType);
155 virtual void SetOutputSpacing(
const double *values);
159 itkGetConstReferenceMacro(OutputSpacing,
SpacingType);
163 virtual void SetOutputOrigin(
const double *values);
176 itkSetMacro(OutputStartIndex,
IndexType);
179 itkGetConstReferenceMacro(OutputStartIndex,
IndexType);
186 void GenerateOutputInformation()
override;
193 void GenerateInputRequestedRegion()
override;
198 void BeforeThreadedGenerateData()
override;
201 void AfterThreadedGenerateData()
override;
206 #ifdef ITK_USE_CONCEPT_CHECKING
218 void PrintSelf(std::ostream & os,
Indent indent)
const override;
243 #ifndef ITK_MANUAL_INSTANTIATION
244 #include "itkVectorResampleImageFilter.hxx"
typename TOutputImage::SpacingType SpacingType
Resample an image via a coordinate transform.
typename OutputImageType::Pointer OutputImagePointer
OriginPointType m_OutputOrigin
typename TOutputImage::PointType OriginPointType
typename TransformType::ConstPointer TransformPointerType
The base class for all process objects (source, filters, mappers) in the Insight data processing pipe...
DirectionType m_OutputDirection
Base class for all process objects that output image data.
PixelType m_DefaultPixelValue
TInputImage InputImageType
typename InterpolatorType::PointType PointType
typename TOutputImage::PixelType PixelType
typename InterpolatorType::Pointer InterpolatorPointerType
typename InputImageType::Pointer InputImagePointer
typename TOutputImage::DirectionType DirectionType
ImageBaseType::DirectionType DirectionType
typename OutputImageType::RegionType OutputImageRegionType
ImageBaseType::IndexType IndexType
TOutputImage OutputImageType
IndexType m_OutputStartIndex
unsigned long ModifiedTimeType
SpacingType m_OutputSpacing
TransformPointerType m_Transform
typename PixelType::ValueType PixelComponentType
typename InputImageType::RegionType InputImageRegionType
Base class for filters that take an image as input and produce an image as output.
Control indentation during Print() invocation.
ImageBaseType::PointType PointType
Base class for all vector image interpolaters.
ImageBaseType::RegionType RegionType
typename TOutputImage::IndexType IndexType
#define itkConceptMacro(name, concept)
typename InputImageType::ConstPointer InputImageConstPointer
InterpolatorPointerType m_Interpolator