#include <itkImageToImageFilterDetail.h>
IntBooleanDispatch is a templated class that produces a unique type for each pairing of two integer values.
Definition at line 113 of file itkImageToImageFilterDetail.h.
Public Types | |
| typedef IntDispatch< D1 > | FirstType |
| typedef IntDispatch< D2 > | SecondType |
| typedef IntDispatch<D1> itk::ImageToImageFilterDetail::BinaryIntDispatch< D1, D2 >::FirstType |
Typedefs to extract the unique types for the first and second template parameters (unique type for the integer value)
Definition at line 118 of file itkImageToImageFilterDetail.h.
| typedef IntDispatch<D2> itk::ImageToImageFilterDetail::BinaryIntDispatch< D1, D2 >::SecondType |
Definition at line 119 of file itkImageToImageFilterDetail.h.
1.5.5 written by Dimitri van Heesch,
© 1997-2000