ITK
6.0.0
Insight Toolkit
|
#include <itkImageToImageFilterDetail.h>
Templated class to produce a unique type for a pairing of integers.
IntBooleanDispatch is a templated class that produces a unique type for each pairing of two integer values.
Definition at line 117 of file itkImageToImageFilterDetail.h.
Public Types | |
using | FirstType = IntDispatch< D1 > |
using | SecondType = IntDispatch< D2 > |
using itk::ImageToImageFilterDetail::BinaryIntDispatch< D1, D2 >::FirstType = IntDispatch<D1> |
Typedefs to extract the unique types for the first and second template parameters (unique type for the integer value)
Definition at line 121 of file itkImageToImageFilterDetail.h.
using itk::ImageToImageFilterDetail::BinaryIntDispatch< D1, D2 >::SecondType = IntDispatch<D2> |
Definition at line 122 of file itkImageToImageFilterDetail.h.