#include <itkImageToImageFilterDetail.h>
Public Types | |
typedef BooleanDispatch< B1 > | FirstType |
typedef BooleanDispatch< B2 > | SecondType |
BinaryBooleanDispatch is a templated class that produces a unique type for each pairing of two boolean values ((true, true), (true, false), (false, true), (false, false)).
Definition at line 97 of file itkImageToImageFilterDetail.h.
|
Typedefs to extract the unique types for the first and second template parameters (true/false) Definition at line 102 of file itkImageToImageFilterDetail.h. |
|
Definition at line 103 of file itkImageToImageFilterDetail.h. |