ITK  4.2.0
Insight Segmentation and Registration Toolkit
Public Types | Public Member Functions
itk::Functor::Compose2DVector< TInput > Class Template Reference

#include <itkCompose2DVectorImageFilter.h>

+ Inheritance diagram for itk::Functor::Compose2DVector< TInput >:

List of all members.

Public Types

typedef Vector< TInput, 2 > OutputType

Public Member Functions

 Compose2DVector ()
bool operator!= (const Compose2DVector &) const
OutputType operator() (const TInput &s1, const TInput &s2) const
bool operator== (const Compose2DVector &other) const
 ~Compose2DVector ()

Detailed Description

template<class TInput>
class itk::Functor::Compose2DVector< TInput >

Definition at line 29 of file itkCompose2DVectorImageFilter.h.


Member Typedef Documentation

template<class TInput>
typedef Vector< TInput, 2 > itk::Functor::Compose2DVector< TInput >::OutputType

Definition at line 32 of file itkCompose2DVectorImageFilter.h.


Constructor & Destructor Documentation

template<class TInput>
itk::Functor::Compose2DVector< TInput >::Compose2DVector ( )
inline

Definition at line 33 of file itkCompose2DVectorImageFilter.h.

template<class TInput>
itk::Functor::Compose2DVector< TInput >::~Compose2DVector ( )
inline

Definition at line 34 of file itkCompose2DVectorImageFilter.h.


Member Function Documentation

template<class TInput>
bool itk::Functor::Compose2DVector< TInput >::operator!= ( const Compose2DVector< TInput > &  ) const
inline

Definition at line 35 of file itkCompose2DVectorImageFilter.h.

template<class TInput>
OutputType itk::Functor::Compose2DVector< TInput >::operator() ( const TInput &  s1,
const TInput &  s2 
) const
inline

Definition at line 45 of file itkCompose2DVectorImageFilter.h.

template<class TInput>
bool itk::Functor::Compose2DVector< TInput >::operator== ( const Compose2DVector< TInput > &  other) const
inline

Definition at line 40 of file itkCompose2DVectorImageFilter.h.


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