#include <itkImageToImageFilterDetail.h>
BinaryUnsignedIntDispatch is a templated class that produces a unique type for a pairing of unsigned integers. BinaryUnsignedIntDispatch is typically used a parameter to an overloaded function where each version of the overloaded function is for a different pairing of unsigned integers. This type may be used to produce a unique type for an (input dimension, output dimension) pairing.
Definition at line 134 of file itkImageToImageFilterDetail.h.
Public Types | |
typedef IntDispatch< 0 > | FirstEqualsSecondType |
typedef IntDispatch< 1 > | FirstGreaterThanSecondType |
typedef IntDispatch<-1 > | FirstLessThanSecondType |
typedef UnsignedIntDispatch< D1 > | FirstType |
typedef UnsignedIntDispatch< D2 > | SecondType |
typedef IntDispatch<0> itk::ImageToImageFilterDetail::BinaryUnsignedIntDispatch< D1, D2 >::FirstEqualsSecondType |
Definition at line 158 of file itkImageToImageFilterDetail.h.
typedef IntDispatch<1> itk::ImageToImageFilterDetail::BinaryUnsignedIntDispatch< D1, D2 >::FirstGreaterThanSecondType |
Definition at line 159 of file itkImageToImageFilterDetail.h.
typedef IntDispatch<-1> itk::ImageToImageFilterDetail::BinaryUnsignedIntDispatch< D1, D2 >::FirstLessThanSecondType |
Definition at line 160 of file itkImageToImageFilterDetail.h.
typedef UnsignedIntDispatch<D1> itk::ImageToImageFilterDetail::BinaryUnsignedIntDispatch< D1, D2 >::FirstType |
Typedefs to extract the unique types for the first and second template parameters (unique type for the unsigned integer value)
Definition at line 139 of file itkImageToImageFilterDetail.h.
typedef UnsignedIntDispatch<D2> itk::ImageToImageFilterDetail::BinaryUnsignedIntDispatch< D1, D2 >::SecondType |
Definition at line 140 of file itkImageToImageFilterDetail.h.