ITK  5.0.0
Insight Segmentation and Registration Toolkit
Public Types | List of all members
itk::Functor::MakeJoin< TImage1, TImage2 > Struct Template Reference

#include <itkJoinImageFilter.h>

Detailed Description

template<typename TImage1, typename TImage2>
struct itk::Functor::MakeJoin< TImage1, TImage2 >

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 >
 

Member Typedef Documentation

template<typename TImage1 , typename TImage2 >
using itk::Functor::MakeJoin< TImage1, TImage2 >::FunctorType = JoinFunctor< typename TImage1::PixelType, typename TImage2::PixelType >

Definition at line 170 of file itkJoinImageFilter.h.

template<typename TImage1 , typename TImage2 >
using itk::Functor::MakeJoin< TImage1, TImage2 >::ImageType = Image< typename FunctorType::JoinType, TImage1 ::ImageDimension >

Definition at line 172 of file itkJoinImageFilter.h.


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