18 #ifndef itkImageRegionSplitterDirection_h
19 #define itkImageRegionSplitterDirection_h
55 itkGetConstMacro(Direction,
unsigned int);
56 itkSetMacro(Direction,
unsigned int);
65 GetNumberOfSplitsInternal(
unsigned int dim,
68 unsigned int requestedNumber)
const override;
71 GetSplitInternal(
unsigned int dim,
73 unsigned int numberOfPieces,
78 PrintSelf(std::ostream & os,
Indent indent)
const override;
81 unsigned int m_Direction{};