ITK  4.8.0
Insight Segmentation and Registration Toolkit
itk::Functor::JoinFunctor< TPixel1, TPixel2 >::CopierDispatchBase Struct Reference
+ Inheritance diagram for itk::Functor::JoinFunctor< TPixel1, TPixel2 >::CopierDispatchBase:

Detailed Description

template<typename TPixel1, typename TPixel2>
struct itk::Functor::JoinFunctor< TPixel1, TPixel2 >::CopierDispatchBase

Helper class to choose the right Copier method for each pixel type. This helps us pick the right Copier for the "dimension" or number of components in each pixel type. The following is a work around for the lack of partial specialization (VC++) and lack of templated member functions that are templated over an integer value.

Definition at line 106 of file itkJoinImageFilter.h.


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