DMRITool
v0.1.1-139-g860d86b4
Diffusion MRI Tool
|
#include <itkOuterProductVectorImageFilter.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 81 of file itkOuterProductVectorImageFilter.h.
Public Types | |
typedef SmartPointer< const Self > | ConstPointer |
typedef SmartPointer< Self > | Pointer |
typedef OuterProductVectorImageFilter | Self |
typedef UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::OuterProduct< typename TInputImage::PixelType, typename TOutputImage::PixelType > > | Superclass |
Public Member Functions | |
virtual ::itk::LightObject::Pointer | CreateAnother (void) const |
virtual const char * | GetNameOfClass () const |
Static Public Member Functions | |
static Pointer | New () |
Protected Member Functions | |
virtual void | GenerateOutputInformation () ITK_OVERRIDE |
OuterProductVectorImageFilter () | |
virtual | ~OuterProductVectorImageFilter () |
Private Member Functions | |
void | operator= (const Self &) |
OuterProductVectorImageFilter (const Self &) | |
typedef SmartPointer<const Self> itk::OuterProductVectorImageFilter< TInputImage, TOutputImage >::ConstPointer |
Definition at line 97 of file itkOuterProductVectorImageFilter.h.
typedef SmartPointer<Self> itk::OuterProductVectorImageFilter< TInputImage, TOutputImage >::Pointer |
Definition at line 96 of file itkOuterProductVectorImageFilter.h.
typedef OuterProductVectorImageFilter itk::OuterProductVectorImageFilter< TInputImage, TOutputImage >::Self |
Standard class typedefs.
Definition at line 90 of file itkOuterProductVectorImageFilter.h.
typedef UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::OuterProduct< typename TInputImage::PixelType, typename TOutputImage::PixelType> > itk::OuterProductVectorImageFilter< TInputImage, TOutputImage >::Superclass |
Definition at line 94 of file itkOuterProductVectorImageFilter.h.
|
inlineprotected |
Definition at line 106 of file itkOuterProductVectorImageFilter.h.
|
inlineprotectedvirtual |
Definition at line 110 of file itkOuterProductVectorImageFilter.h.
|
private |
virtual::itk::LightObject::Pointer itk::OuterProductVectorImageFilter< TInputImage, TOutputImage >::CreateAnother | ( | void | ) | const |
|
inlineprotectedvirtual |
Definition at line 114 of file itkOuterProductVectorImageFilter.h.
|
virtual |
Run-time type information (and related methods).
|
static |
Method for creation through the object factory.
|
private |