Main Page   Groups   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Concepts

itk::ImageToImageFilterDetail::BinaryIntDispatch< D1, D2 > Struct Template Reference

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

#include <itkImageToImageFilterDetail.h>

List of all members.

Public Types

typedef IntDispatch< D1 > FirstType
typedef IntDispatch< D2 > SecondType


Detailed Description

template<int D1, int D2>
struct itk::ImageToImageFilterDetail::BinaryIntDispatch< D1, D2 >

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


Member Typedef Documentation

template<int D1, int D2>
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.

template<int D1, int D2>
typedef IntDispatch<D2> itk::ImageToImageFilterDetail::BinaryIntDispatch< D1, D2 >::SecondType

Definition at line 119 of file itkImageToImageFilterDetail.h.


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

Generated at Tue Sep 15 15:31:46 2009 for ITK by doxygen 1.5.8 written by Dimitri van Heesch, © 1997-2000