ITK
6.0.0
Insight Toolkit
|
#include <itkJoinImageFilter.h>
Definition at line 168 of file itkJoinImageFilter.h.
Public Types | |
using | FunctorType = JoinFunctor< typename TImage1::PixelType, typename TImage2::PixelType > |
using | ImageType = Image< typename FunctorType::JoinType, TImage1 ::ImageDimension > |
using itk::Functor::MakeJoin< TImage1, TImage2 >::FunctorType = JoinFunctor<typename TImage1::PixelType, typename TImage2::PixelType> |
Definition at line 170 of file itkJoinImageFilter.h.
using itk::Functor::MakeJoin< TImage1, TImage2 >::ImageType = Image<typename FunctorType::JoinType, TImage1 ::ImageDimension> |
Definition at line 171 of file itkJoinImageFilter.h.