ITK  4.0.0
Insight Segmentation and Registration Toolkit
Public Types
itk::ImageToImageFilterDetail::BinaryBooleanDispatch< B1, B2 > Struct Template Reference

Templated class to produce a unique type for a pairing of booleans. More...

#include <itkImageToImageFilterDetail.h>

List of all members.

Public Types

typedef BooleanDispatch< B1 > FirstType
typedef BooleanDispatch< B2 > SecondType

Detailed Description

template<bool B1, bool B2>
struct itk::ImageToImageFilterDetail::BinaryBooleanDispatch< B1, B2 >

Templated class to produce a unique type for a pairing of booleans.

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 104 of file itkImageToImageFilterDetail.h.


Member Typedef Documentation

template<bool B1, bool B2>
typedef BooleanDispatch< B1 > itk::ImageToImageFilterDetail::BinaryBooleanDispatch< B1, B2 >::FirstType

Typedefs to extract the unique types for the first and second template parameters (true/false)

Definition at line 108 of file itkImageToImageFilterDetail.h.

template<bool B1, bool B2>
typedef BooleanDispatch< B2 > itk::ImageToImageFilterDetail::BinaryBooleanDispatch< B1, B2 >::SecondType

Definition at line 109 of file itkImageToImageFilterDetail.h.


The documentation for this struct was generated from the following file: