ITK  5.0.0
Insight Segmentation and Registration Toolkit
Public Member Functions | List of all members
itk::Functor::VectorCast< TInput, TOutput > Class Template Reference

#include <itkVectorCastImageFilter.h>

+ Inheritance diagram for itk::Functor::VectorCast< TInput, TOutput >:

Detailed Description

template<typename TInput, typename TOutput>
class itk::Functor::VectorCast< TInput, TOutput >

Definition at line 45 of file itkVectorCastImageFilter.h.

Public Member Functions

bool operator!= (const VectorCast &) const
 
TOutput operator() (const TInput &A) const
 
bool operator== (const VectorCast &other) const
 
 VectorCast ()=default
 
 ~VectorCast ()=default
 

Constructor & Destructor Documentation

template<typename TInput, typename TOutput>
itk::Functor::VectorCast< TInput, TOutput >::VectorCast ( )
default
template<typename TInput, typename TOutput>
itk::Functor::VectorCast< TInput, TOutput >::~VectorCast ( )
default

Member Function Documentation

template<typename TInput, typename TOutput>
bool itk::Functor::VectorCast< TInput, TOutput >::operator!= ( const VectorCast< TInput, TOutput > &  ) const
inline

Definition at line 50 of file itkVectorCastImageFilter.h.

template<typename TInput, typename TOutput>
TOutput itk::Functor::VectorCast< TInput, TOutput >::operator() ( const TInput &  A) const
inline

Definition at line 60 of file itkVectorCastImageFilter.h.

template<typename TInput, typename TOutput>
bool itk::Functor::VectorCast< TInput, TOutput >::operator== ( const VectorCast< TInput, TOutput > &  other) const
inline

Definition at line 55 of file itkVectorCastImageFilter.h.


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