DMRITool
v0.1.1-139-g860d86b4
Diffusion MRI Tool
|
#include <itkRotateSHCoefficientsImageFilter.h>
Rotate SH coefficient to all input pixels.
This filter is templated over the input image type and the output image type.
Definition at line 100 of file itkRotateSHCoefficientsImageFilter.h.
Public Types | |
typedef SmartPointer< const Self > | ConstPointer |
typedef utl::NDArray< double, 2 > | MatrixType |
typedef SmartPointer< Self > | Pointer |
typedef SHCoefficientsRotation< double > | RotationFilter |
typedef RotateSHCoefficientsImageFilter | Self |
typedef UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::RotateSHCoefficients< typename TInputImage::PixelType, typename TOutputImage::PixelType > > | Superclass |
typedef utl::NDArray< double, 1 > | VectorType |
Public Member Functions | |
void | BeforeThreadedGenerateData () ITK_OVERRIDE |
virtual ::itk::LightObject::Pointer | CreateAnother (void) const |
virtual const char * | GetNameOfClass () const |
const MatrixType & | GetRotationMatrix () const |
void | SetRotationMatrix (const MatrixType &mat) |
Static Public Member Functions | |
static Pointer | New () |
Protected Member Functions | |
void | PrintSelf (std::ostream &os, Indent indent) const ITK_OVERRIDE |
RotateSHCoefficientsImageFilter () | |
virtual | ~RotateSHCoefficientsImageFilter () |
Private Member Functions | |
void | operator= (const Self &) |
RotateSHCoefficientsImageFilter (const Self &) | |
typedef SmartPointer<const Self> itk::RotateSHCoefficientsImageFilter< TInputImage, TOutputImage >::ConstPointer |
Definition at line 117 of file itkRotateSHCoefficientsImageFilter.h.
typedef utl::NDArray<double,2> itk::RotateSHCoefficientsImageFilter< TInputImage, TOutputImage >::MatrixType |
Definition at line 119 of file itkRotateSHCoefficientsImageFilter.h.
typedef SmartPointer<Self> itk::RotateSHCoefficientsImageFilter< TInputImage, TOutputImage >::Pointer |
Definition at line 116 of file itkRotateSHCoefficientsImageFilter.h.
typedef SHCoefficientsRotation<double> itk::RotateSHCoefficientsImageFilter< TInputImage, TOutputImage >::RotationFilter |
Definition at line 121 of file itkRotateSHCoefficientsImageFilter.h.
typedef RotateSHCoefficientsImageFilter itk::RotateSHCoefficientsImageFilter< TInputImage, TOutputImage >::Self |
Standard class typedefs.
Definition at line 109 of file itkRotateSHCoefficientsImageFilter.h.
typedef UnaryFunctorImageFilter< TInputImage,TOutputImage, Functor::RotateSHCoefficients< typename TInputImage::PixelType, typename TOutputImage::PixelType> > itk::RotateSHCoefficientsImageFilter< TInputImage, TOutputImage >::Superclass |
Definition at line 114 of file itkRotateSHCoefficientsImageFilter.h.
typedef utl::NDArray<double,1> itk::RotateSHCoefficientsImageFilter< TInputImage, TOutputImage >::VectorType |
Definition at line 120 of file itkRotateSHCoefficientsImageFilter.h.
|
inlineprotected |
Definition at line 151 of file itkRotateSHCoefficientsImageFilter.h.
|
inlineprotectedvirtual |
Definition at line 152 of file itkRotateSHCoefficientsImageFilter.h.
|
private |
|
inline |
Definition at line 129 of file itkRotateSHCoefficientsImageFilter.h.
virtual::itk::LightObject::Pointer itk::RotateSHCoefficientsImageFilter< TInputImage, TOutputImage >::CreateAnother | ( | void | ) | const |
|
virtual |
Run-time type information (and related methods).
|
inline |
Definition at line 145 of file itkRotateSHCoefficientsImageFilter.h.
|
static |
Method for creation through the object factory.
|
private |
|
inlineprotected |
Definition at line 154 of file itkRotateSHCoefficientsImageFilter.h.
References itk::Functor::RotateSHCoefficients< TInput, TOutput >::GetRotationMatrix().
|
inline |
Set the sigma of Rician noise distribution
Definition at line 137 of file itkRotateSHCoefficientsImageFilter.h.
References utl::NDArrayBase< T, Dim >::IsEqual().