DMRITool  v0.1.1-139-g860d86b4
Diffusion MRI Tool
Public Types | Public Member Functions | List of all members
itk::Functor::OuterProduct< TInput, TOutput > Class Template Reference

#include <itkOuterProductVectorImageFilter.h>

Detailed Description

template<class TInput, class TOutput = TInput>
class itk::Functor::OuterProduct< TInput, TOutput >

Definition at line 34 of file itkOuterProductVectorImageFilter.h.

Public Types

typedef TInput::ValueType InputValueType
 
typedef TOutput::ValueType OutputValueType
 
typedef utl::NDArray< double, 1 > VectorType
 

Public Member Functions

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

Member Typedef Documentation

template<class TInput , class TOutput = TInput>
typedef TInput::ValueType itk::Functor::OuterProduct< TInput, TOutput >::InputValueType

Definition at line 37 of file itkOuterProductVectorImageFilter.h.

template<class TInput , class TOutput = TInput>
typedef TOutput::ValueType itk::Functor::OuterProduct< TInput, TOutput >::OutputValueType

Definition at line 38 of file itkOuterProductVectorImageFilter.h.

template<class TInput , class TOutput = TInput>
typedef utl::NDArray<double, 1> itk::Functor::OuterProduct< TInput, TOutput >::VectorType

Definition at line 39 of file itkOuterProductVectorImageFilter.h.

Constructor & Destructor Documentation

template<class TInput , class TOutput = TInput>
itk::Functor::OuterProduct< TInput, TOutput >::OuterProduct ( )
inline

Definition at line 41 of file itkOuterProductVectorImageFilter.h.

template<class TInput , class TOutput = TInput>
itk::Functor::OuterProduct< TInput, TOutput >::~OuterProduct ( )
inline

Definition at line 45 of file itkOuterProductVectorImageFilter.h.

Member Function Documentation

template<class TInput , class TOutput = TInput>
bool itk::Functor::OuterProduct< TInput, TOutput >::operator!= ( const OuterProduct< TInput, TOutput > &  other) const
inline

Definition at line 49 of file itkOuterProductVectorImageFilter.h.

template<class TInput , class TOutput = TInput>
TOutput itk::Functor::OuterProduct< TInput, TOutput >::operator() ( const TInput &  A)
inline

Definition at line 59 of file itkOuterProductVectorImageFilter.h.

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

Definition at line 54 of file itkOuterProductVectorImageFilter.h.


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