#include <itkCompose3DVectorImageFilter.h>
Public Types | |
typedef Vector< TInput, 3 > | OutputType |
Public Member Functions | |
Compose3DVector () | |
bool | operator!= (const Compose3DVector &) const |
OutputType | operator() (const TInput &s1, const TInput &s2, const TInput &s3) const |
bool | operator== (const Compose3DVector &other) const |
~Compose3DVector () |
Definition at line 29 of file itkCompose3DVectorImageFilter.h.
typedef Vector<TInput,3> itk::Function::Compose3DVector< TInput >::OutputType |
Definition at line 32 of file itkCompose3DVectorImageFilter.h.
itk::Function::Compose3DVector< TInput >::Compose3DVector | ( | ) | [inline] |
Definition at line 33 of file itkCompose3DVectorImageFilter.h.
itk::Function::Compose3DVector< TInput >::~Compose3DVector | ( | ) | [inline] |
Definition at line 34 of file itkCompose3DVectorImageFilter.h.
bool itk::Function::Compose3DVector< TInput >::operator!= | ( | const Compose3DVector< TInput > & | ) | const [inline] |
Definition at line 35 of file itkCompose3DVectorImageFilter.h.
OutputType itk::Function::Compose3DVector< TInput >::operator() | ( | const TInput & | s1, | |
const TInput & | s2, | |||
const TInput & | s3 | |||
) | const [inline] |
Definition at line 43 of file itkCompose3DVectorImageFilter.h.
bool itk::Function::Compose3DVector< TInput >::operator== | ( | const Compose3DVector< TInput > & | other | ) | const [inline] |
Definition at line 39 of file itkCompose3DVectorImageFilter.h.