18 #ifndef __itkPermuteAxesImageFilter_h
19 #define __itkPermuteAxesImageFilter_h
50 template<
class TImage >
68 itkStaticConstMacro(ImageDimension,
unsigned int,
69 TImage::ImageDimension);
96 virtual void GenerateOutputInformation();
103 virtual void GenerateInputRequestedRegion();
108 void PrintSelf(std::ostream & os,
Indent indent)
const;
120 void ThreadedGenerateData(
const OutputImageRegionType & outputRegionForThread,
125 void operator=(
const Self &);
132 #ifndef ITK_MANUAL_INSTANTIATION
133 #include "itkPermuteAxesImageFilter.hxx"