#include <itkCompose2DVectorImageFilter.h>
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 () |
Definition at line 29 of file itkCompose2DVectorImageFilter.h.
typedef Vector<TInput,2> itk::Function::Compose2DVector< TInput >::OutputType |
Definition at line 32 of file itkCompose2DVectorImageFilter.h.
itk::Function::Compose2DVector< TInput >::Compose2DVector | ( | ) | [inline] |
Definition at line 33 of file itkCompose2DVectorImageFilter.h.
itk::Function::Compose2DVector< TInput >::~Compose2DVector | ( | ) | [inline] |
Definition at line 34 of file itkCompose2DVectorImageFilter.h.
bool itk::Function::Compose2DVector< TInput >::operator!= | ( | const Compose2DVector< TInput > & | ) | const [inline] |
Definition at line 35 of file itkCompose2DVectorImageFilter.h.
OutputType itk::Function::Compose2DVector< TInput >::operator() | ( | const TInput & | s1, | |
const TInput & | s2 | |||
) | const [inline] |
Definition at line 43 of file itkCompose2DVectorImageFilter.h.
bool itk::Function::Compose2DVector< TInput >::operator== | ( | const Compose2DVector< TInput > & | other | ) | const [inline] |
Definition at line 39 of file itkCompose2DVectorImageFilter.h.