17 #ifndef __itkIsotropicResampler_h
18 #define __itkIsotropicResampler_h
37 template <
unsigned int NDimension>
54 itkStaticConstMacro(Dimension,
unsigned int, NDimension);
75 itkSetMacro( OutputSpacing,
double );
76 itkGetMacro( OutputSpacing,
double );
81 void PrintSelf(std::ostream& os,
Indent indent)
const;
89 void operator=(
const Self&);
101 #ifndef ITK_MANUAL_INSTANTIATION
102 # include "itkIsotropicResampler.hxx"
signed short OutputPixelType
Light weight base class for most itk classes.
InputImageSpatialObjectType::Pointer InputImageSpatialObjectPointer
ImageSpatialObject< NDimension, OutputPixelType > OutputImageSpatialObjectType
The base class for all process objects (source, filters, mappers) in the Insight data processing pipe...
Image< OutputPixelType, Dimension > OutputImageType
Resamples the image to an isotropic resolution.
SpatialObject< NDimension > SpatialObjectType
SmartPointer< Self > Pointer
Image< InputPixelType, Dimension > InputImageType
Implementation of the composite pattern.
virtual void SetInput(const DataObjectIdentifierType &key, DataObject *input)
Protected method for setting indexed and named inputs.
ImageSpatialObject< NDimension, InputPixelType > InputImageSpatialObjectType
SmartPointer< const Self > ConstPointer
Implementation of an image as spatial object.
Control indentation during Print() invocation.
signed short InputPixelType
Templated n-dimensional image class.
SpatialObjectType::Pointer SpatialObjectPointer