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();
160 void operator=(const Self &);
169 #ifndef ITK_MANUAL_INSTANTIATION
170 #include "itkExtractOrthogonalSwath2DImageFilter.hxx"
InputImageType * GetNonConstImageInput()
Light weight base class for most itk classes.
Superclass::OutputType OutputType
Represent the size (bounds) of a n-dimensional image.
Superclass::InputType InputType
Base class for filters that take both a path and an image as input and produce a path as output...
virtual void GenerateInputRequestedRegion() override
A templated class holding a point in n-Dimensional image space.
Control indentation during Print() invocation.
InputPathType * GetNonConstPathInput()
virtual void SetRequestedRegionToLargestPossibleRegion()
Base class for all data objects in ITK.