28 #ifndef __itkImageToImageFilterDetail_h
29 #define __itkImageToImageFilterDetail_h
44 namespace ImageToImageFilterDetail
92 template<
unsigned int >
103 template<
bool B1,
bool B2 >
118 template<
int D1,
int D2 >
138 template<
unsigned int D1,
unsigned int D2 >
183 template<
unsigned int D1,
unsigned int D2 >
189 destRegion = srcRegion;
208 template<
unsigned int D1,
unsigned int D2 >
224 for ( dim = 0; dim < D1; ++dim )
226 destIndex[dim] = srcIndex[dim];
227 destSize[dim] = srcSize[dim];
250 template<
unsigned int D1,
unsigned int D2 >
266 for ( dim = 0; dim < D2; ++dim )
268 destIndex[dim] = srcIndex[dim];
269 destSize[dim] = srcSize[dim];
272 for (; dim < D1; ++dim )
320 template<
unsigned int D1,
unsigned int D2 >
328 ImageToImageFilterDefaultCopyRegion< D1, D2 >(
330 destRegion, srcRegion);
338 template<
unsigned int D1,
unsigned int D2 >
342 os <<
"ImageRegionCopier: "
349 template<
unsigned int D1,
unsigned int D2 >