DMRITool
v0.1.1-139-g860d86b4
Diffusion MRI Tool
|
#include <itkMultiplyByConstantMatrixVectorImageFilter.h>
In each vxoel, multiply the input vector by a matrix.
This filter is templated over the input image type and the output image type.
Definition at line 93 of file itkMultiplyByConstantMatrixVectorImageFilter.h.
Public Types | |
typedef SmartPointer< const Self > | ConstPointer |
typedef SmartPointer< Self > | Pointer |
typedef MultiplyByConstantMatrixVectorImageFilter | Self |
typedef UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::MultiplyByConstantMatrix< typename TInputImage::PixelType, TConstantMatrix, typename TOutputImage::PixelType > > | Superclass |
Public Member Functions | |
virtual ::itk::LightObject::Pointer | CreateAnother (void) const |
const TConstantMatrix & | GetConstantMatrix () const |
virtual const char * | GetNameOfClass () const |
void | SetConstantMatrix (const TConstantMatrix &ct) |
Static Public Member Functions | |
static Pointer | New () |
Protected Member Functions | |
virtual void | GenerateOutputInformation () ITK_OVERRIDE |
MultiplyByConstantMatrixVectorImageFilter () | |
void | PrintSelf (std::ostream &os, Indent indent) const ITK_OVERRIDE |
virtual | ~MultiplyByConstantMatrixVectorImageFilter () |
Private Member Functions | |
MultiplyByConstantMatrixVectorImageFilter (const Self &) | |
void | operator= (const Self &) |
typedef SmartPointer<const Self> itk::MultiplyByConstantMatrixVectorImageFilter< TInputImage, TConstantMatrix, TOutputImage >::ConstPointer |
Definition at line 110 of file itkMultiplyByConstantMatrixVectorImageFilter.h.
typedef SmartPointer<Self> itk::MultiplyByConstantMatrixVectorImageFilter< TInputImage, TConstantMatrix, TOutputImage >::Pointer |
Definition at line 109 of file itkMultiplyByConstantMatrixVectorImageFilter.h.
typedef MultiplyByConstantMatrixVectorImageFilter itk::MultiplyByConstantMatrixVectorImageFilter< TInputImage, TConstantMatrix, TOutputImage >::Self |
Standard class typedefs.
Definition at line 102 of file itkMultiplyByConstantMatrixVectorImageFilter.h.
typedef UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::MultiplyByConstantMatrix< typename TInputImage::PixelType, TConstantMatrix, typename TOutputImage::PixelType> > itk::MultiplyByConstantMatrixVectorImageFilter< TInputImage, TConstantMatrix, TOutputImage >::Superclass |
Definition at line 107 of file itkMultiplyByConstantMatrixVectorImageFilter.h.
|
inlineprotected |
Definition at line 134 of file itkMultiplyByConstantMatrixVectorImageFilter.h.
|
inlineprotectedvirtual |
Definition at line 138 of file itkMultiplyByConstantMatrixVectorImageFilter.h.
|
private |
virtual::itk::LightObject::Pointer itk::MultiplyByConstantMatrixVectorImageFilter< TInputImage, TConstantMatrix, TOutputImage >::CreateAnother | ( | void | ) | const |
|
inlineprotectedvirtual |
Definition at line 142 of file itkMultiplyByConstantMatrixVectorImageFilter.h.
|
inline |
Definition at line 128 of file itkMultiplyByConstantMatrixVectorImageFilter.h.
|
virtual |
Run-time type information (and related methods).
|
static |
Method for creation through the object factory.
|
private |
|
inlineprotected |
Definition at line 150 of file itkMultiplyByConstantMatrixVectorImageFilter.h.
References itk::Functor::MultiplyByConstantMatrix< TInput, TMatrix, TOutput >::GetConstantMatrix().
|
inline |
Set the constant that will be used to multiply all the image pixels
Definition at line 119 of file itkMultiplyByConstantMatrixVectorImageFilter.h.
References itk::Functor::MultiplyByConstantMatrix< TInput, TMatrix, TOutput >::GetConstantMatrix().