ITK
6.0.0
Insight Toolkit
|
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 98 of file itkJoinImageFilter.h.