18 #ifndef __itkExtractOrthogonalSwath2DImageFilter_h
19 #define __itkExtractOrthogonalSwath2DImageFilter_h
41 template<
typename TImage >
80 TImage::ImageDimension);
89 virtual void SetSpacing(
const double *spacing);
99 virtual void SetOrigin(
const double *origin);
101 virtual void SetOrigin(
const float *origin);
103 virtual const double *
GetOrigin()
const;
119 output->SetRequestedRegionToLargestPossibleRegion();
169 #ifndef ITK_MANUAL_INSTANTIATION
170 #include "itkExtractOrthogonalSwath2DImageFilter.hxx"
Light weight base class for most itk classes.
Superclass::OutputType OutputType
Represent the size (bounds) of a n-dimensional image.
Superclass::InputType InputType
InputImageType * GetNonConstImageInput(void)
Base class for filters that take both a path and an image as input and produce a path as output...
InputPathType * GetNonConstPathInput(void)
A templated class holding a point in n-Dimensional image space.
virtual void GenerateInputRequestedRegion()
Control indentation during Print() invocation.
Define additional traits for native types such as int or float.
virtual void SetRequestedRegionToLargestPossibleRegion()
Base class for all data objects in ITK.