Medical Imaging Interaction Toolkit
2016.11.0
Medical Imaging Interaction Toolkit
|
#include <itkTensorImageToQBallImageFilter.h>
Public Types | |
typedef TInputScalarType | InputScalarType |
typedef itk::DiffusionTensor3D< InputScalarType > | InputPixelType |
typedef itk::Image< InputPixelType, 3 > | InputImageType |
typedef InputImageType::RegionType | InputImageRegionType |
typedef TOutputScalarType | OutputScalarType |
typedef itk::Vector< OutputScalarType, QBALL_ODFSIZE > | OutputPixelType |
typedef itk::Image< OutputPixelType, 3 > | OutputImageType |
typedef OutputImageType::RegionType | OutputImageRegionType |
typedef TensorImageToQBallImageFilter | Self |
typedef ImageToImageFilter< InputImageType, OutputImageType > | Superclass |
typedef SmartPointer< Self > | Pointer |
typedef SmartPointer< const Self > | ConstPointer |
Public Member Functions | |
virtual const char * | GetClassName () const |
itkStaticConstMacro (ImageDimension, unsigned int, OutputImageType::ImageDimension) | |
Pointer | Clone () const |
Static Public Member Functions | |
static Pointer | New () |
Protected Member Functions | |
TensorImageToQBallImageFilter () | |
~TensorImageToQBallImageFilter () | |
void | PrintSelf (std::ostream &os, Indent indent) const |
void | BeforeThreadedGenerateData (void) |
void | ThreadedGenerateData (const OutputImageRegionType &outputRegionForThread, ThreadIdType) |
Definition at line 44 of file itkTensorImageToQBallImageFilter.h.
typedef SmartPointer<const Self> itk::TensorImageToQBallImageFilter< TInputScalarType, TOutputScalarType >::ConstPointer |
Definition at line 64 of file itkTensorImageToQBallImageFilter.h.
typedef InputImageType::RegionType itk::TensorImageToQBallImageFilter< TInputScalarType, TOutputScalarType >::InputImageRegionType |
Definition at line 53 of file itkTensorImageToQBallImageFilter.h.
typedef itk::Image<InputPixelType,3> itk::TensorImageToQBallImageFilter< TInputScalarType, TOutputScalarType >::InputImageType |
Definition at line 52 of file itkTensorImageToQBallImageFilter.h.
typedef itk::DiffusionTensor3D<InputScalarType> itk::TensorImageToQBallImageFilter< TInputScalarType, TOutputScalarType >::InputPixelType |
Definition at line 51 of file itkTensorImageToQBallImageFilter.h.
typedef TInputScalarType itk::TensorImageToQBallImageFilter< TInputScalarType, TOutputScalarType >::InputScalarType |
Definition at line 50 of file itkTensorImageToQBallImageFilter.h.
typedef OutputImageType::RegionType itk::TensorImageToQBallImageFilter< TInputScalarType, TOutputScalarType >::OutputImageRegionType |
Definition at line 58 of file itkTensorImageToQBallImageFilter.h.
typedef itk::Image<OutputPixelType,3> itk::TensorImageToQBallImageFilter< TInputScalarType, TOutputScalarType >::OutputImageType |
Definition at line 57 of file itkTensorImageToQBallImageFilter.h.
typedef itk::Vector<OutputScalarType,QBALL_ODFSIZE> itk::TensorImageToQBallImageFilter< TInputScalarType, TOutputScalarType >::OutputPixelType |
Definition at line 56 of file itkTensorImageToQBallImageFilter.h.
typedef TOutputScalarType itk::TensorImageToQBallImageFilter< TInputScalarType, TOutputScalarType >::OutputScalarType |
Definition at line 55 of file itkTensorImageToQBallImageFilter.h.
typedef SmartPointer<Self> itk::TensorImageToQBallImageFilter< TInputScalarType, TOutputScalarType >::Pointer |
Definition at line 63 of file itkTensorImageToQBallImageFilter.h.
typedef TensorImageToQBallImageFilter itk::TensorImageToQBallImageFilter< TInputScalarType, TOutputScalarType >::Self |
Definition at line 60 of file itkTensorImageToQBallImageFilter.h.
typedef ImageToImageFilter<InputImageType, OutputImageType> itk::TensorImageToQBallImageFilter< TInputScalarType, TOutputScalarType >::Superclass |
Definition at line 61 of file itkTensorImageToQBallImageFilter.h.
|
inlineprotected |
Definition at line 76 of file itkTensorImageToQBallImageFilter.h.
|
inlineprotected |
Definition at line 77 of file itkTensorImageToQBallImageFilter.h.
|
protected |
Pointer itk::TensorImageToQBallImageFilter< TInputScalarType, TOutputScalarType >::Clone | ( | ) | const |
|
virtual |
itk::TensorImageToQBallImageFilter< TInputScalarType, TOutputScalarType >::itkStaticConstMacro | ( | ImageDimension | , |
unsigned | int, | ||
OutputImageType::ImageDimension | |||
) |
|
static |
|
inlineprotected |
Definition at line 79 of file itkTensorImageToQBallImageFilter.h.
|
protected |