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

#include <itkCompose3DCovariantVectorImageFilter.h>

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

List of all members.

Public Types

typedef CovariantVector
< TInput, 3 > 
OutputType

Public Member Functions

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

Detailed Description

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

Definition at line 29 of file itkCompose3DCovariantVectorImageFilter.h.


Member Typedef Documentation

template<class TInput>
typedef CovariantVector< TInput, 3 > itk::Functor::Compose3DCovariantVector< TInput >::OutputType

Definition at line 32 of file itkCompose3DCovariantVectorImageFilter.h.


Constructor & Destructor Documentation

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

Definition at line 33 of file itkCompose3DCovariantVectorImageFilter.h.

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

Definition at line 34 of file itkCompose3DCovariantVectorImageFilter.h.


Member Function Documentation

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

Definition at line 35 of file itkCompose3DCovariantVectorImageFilter.h.

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

Definition at line 45 of file itkCompose3DCovariantVectorImageFilter.h.

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

Definition at line 40 of file itkCompose3DCovariantVectorImageFilter.h.


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