ITK
4.1.0
Insight Segmentation and Registration Toolkit
|
Go to the source code of this file.
Classes | |
class | itk::ImageToImageFilterDetail::ExtractImageFilterRegionCopier< T1, T2 > |
A special variation of ImageRegionCopier for when the output image has fewer dimensions than the input image. More... | |
Namespaces | |
namespace | itk |
namespace | itk::ImageToImageFilterDetail |
Functions | |
template<unsigned int T1, unsigned int T2> | |
void | itk::ImageToImageFilterDetail::ExtractImageFilterCopyRegion (const typename BinaryUnsignedIntDispatch< T1, T2 >::FirstEqualsSecondType &firstEqualsSecond, ImageRegion< T1 > &destRegion, const ImageRegion< T2 > &srcRegion, const ImageRegion< T1 > &) |
template<unsigned int T1, unsigned int T2> | |
void | itk::ImageToImageFilterDetail::ExtractImageFilterCopyRegion (const typename BinaryUnsignedIntDispatch< T1, T2 >::FirstGreaterThanSecondType &, ImageRegion< T1 > &destRegion, const ImageRegion< T2 > &srcRegion, const ImageRegion< T1 > &totalInputExtractionRegion) |
template<unsigned int T1, unsigned int T2> | |
void | itk::ImageToImageFilterDetail::ExtractImageFilterCopyRegion (const typename BinaryUnsignedIntDispatch< T1, T2 >::FirstLessThanSecondType &firstLessThanSecond, ImageRegion< T1 > &destRegion, const ImageRegion< T2 > &srcRegion, const ImageRegion< T1 > &totalInputExtractionRegion) |