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

#include <itkMultiplyByConstantMatrixVectorImageFilter.h>

Detailed Description

template<class TInput, class TMatrix, class TOutput = TInput>
class itk::Functor::MultiplyByConstantMatrix< TInput, TMatrix, TOutput >

Definition at line 32 of file itkMultiplyByConstantMatrixVectorImageFilter.h.

Public Types

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

Public Member Functions

const TMatrix & GetConstantMatrix () const
 
const unsigned GetNumberOfComponentsPerPixelInOutput () const
 
 MultiplyByConstantMatrix ()
 
bool operator!= (const MultiplyByConstantMatrix &other) const
 
TOutput operator() (const TInput &A)
 
bool operator== (const MultiplyByConstantMatrix &other) const
 
void SetConstantMatrix (const TMatrix &ct)
 
 ~MultiplyByConstantMatrix ()
 

Public Attributes

TMatrix m_ConstantMatrix
 

Member Typedef Documentation

template<class TInput , class TMatrix , class TOutput = TInput>
typedef TInput::ValueType itk::Functor::MultiplyByConstantMatrix< TInput, TMatrix, TOutput >::InputValueType
template<class TInput , class TMatrix , class TOutput = TInput>
typedef TOutput::ValueType itk::Functor::MultiplyByConstantMatrix< TInput, TMatrix, TOutput >::OutputValueType
template<class TInput , class TMatrix , class TOutput = TInput>
typedef utl::NDArray<double, 1> itk::Functor::MultiplyByConstantMatrix< TInput, TMatrix, TOutput >::VectorType

Constructor & Destructor Documentation

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

Member Function Documentation

template<class TInput , class TMatrix , class TOutput = TInput>
const TMatrix& itk::Functor::MultiplyByConstantMatrix< TInput, TMatrix, TOutput >::GetConstantMatrix ( ) const
inline
template<class TInput , class TMatrix , class TOutput = TInput>
const unsigned itk::Functor::MultiplyByConstantMatrix< TInput, TMatrix, TOutput >::GetNumberOfComponentsPerPixelInOutput ( ) const
inline
template<class TInput , class TMatrix , class TOutput = TInput>
bool itk::Functor::MultiplyByConstantMatrix< TInput, TMatrix, TOutput >::operator!= ( const MultiplyByConstantMatrix< TInput, TMatrix, TOutput > &  other) const
inline
template<class TInput , class TMatrix , class TOutput = TInput>
TOutput itk::Functor::MultiplyByConstantMatrix< TInput, TMatrix, TOutput >::operator() ( const TInput &  A)
inline
template<class TInput , class TMatrix , class TOutput = TInput>
bool itk::Functor::MultiplyByConstantMatrix< TInput, TMatrix, TOutput >::operator== ( const MultiplyByConstantMatrix< TInput, TMatrix, TOutput > &  other) const
inline
template<class TInput , class TMatrix , class TOutput = TInput>
void itk::Functor::MultiplyByConstantMatrix< TInput, TMatrix, TOutput >::SetConstantMatrix ( const TMatrix &  ct)
inline

Member Data Documentation

template<class TInput , class TMatrix , class TOutput = TInput>
TMatrix itk::Functor::MultiplyByConstantMatrix< TInput, TMatrix, TOutput >::m_ConstantMatrix

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