Medical Imaging Interaction Toolkit
2016.11.0
Medical Imaging Interaction Toolkit
|
#include <itkTensorToL2NormImageFilter.h>
Public Types | |
typedef TensorToL2NormImageFilter | Self |
typedef ImageToImageFilter< TInputImage, TOutputImage > | Superclass |
typedef SmartPointer< Self > | Pointer |
typedef SmartPointer< const Self > | ConstPointer |
typedef TInputImage | InputImageType |
typedef InputImageType::PixelType | InputPixelType |
typedef TOutputImage | OutputImageType |
typedef OutputImageType::PixelType | OutputPixelType |
typedef OutputImageType::RegionType | OutputImageRegionType |
Public Member Functions | |
virtual const char * | GetClassName () const |
itkStaticConstMacro (ImageDimension, unsigned int, TOutputImage::ImageDimension) | |
Pointer | Clone () const |
Static Public Member Functions | |
static Pointer | New () |
Protected Member Functions | |
TensorToL2NormImageFilter () | |
~TensorToL2NormImageFilter () | |
void | PrintSelf (std::ostream &os, Indent indent) const |
void | ThreadedGenerateData (const OutputImageRegionType &outputRegionForThread, ThreadIdType threadId) |
Definition at line 25 of file itkTensorToL2NormImageFilter.h.
typedef SmartPointer<const Self> itk::TensorToL2NormImageFilter< TInputImage, TOutputImage >::ConstPointer |
Definition at line 35 of file itkTensorToL2NormImageFilter.h.
typedef TInputImage itk::TensorToL2NormImageFilter< TInputImage, TOutputImage >::InputImageType |
Definition at line 45 of file itkTensorToL2NormImageFilter.h.
typedef InputImageType::PixelType itk::TensorToL2NormImageFilter< TInputImage, TOutputImage >::InputPixelType |
Definition at line 46 of file itkTensorToL2NormImageFilter.h.
typedef OutputImageType::RegionType itk::TensorToL2NormImageFilter< TInputImage, TOutputImage >::OutputImageRegionType |
Definition at line 49 of file itkTensorToL2NormImageFilter.h.
typedef TOutputImage itk::TensorToL2NormImageFilter< TInputImage, TOutputImage >::OutputImageType |
Definition at line 47 of file itkTensorToL2NormImageFilter.h.
typedef OutputImageType::PixelType itk::TensorToL2NormImageFilter< TInputImage, TOutputImage >::OutputPixelType |
Definition at line 48 of file itkTensorToL2NormImageFilter.h.
typedef SmartPointer<Self> itk::TensorToL2NormImageFilter< TInputImage, TOutputImage >::Pointer |
Definition at line 34 of file itkTensorToL2NormImageFilter.h.
typedef TensorToL2NormImageFilter itk::TensorToL2NormImageFilter< TInputImage, TOutputImage >::Self |
Definition at line 31 of file itkTensorToL2NormImageFilter.h.
typedef ImageToImageFilter<TInputImage, TOutputImage> itk::TensorToL2NormImageFilter< TInputImage, TOutputImage >::Superclass |
Definition at line 32 of file itkTensorToL2NormImageFilter.h.
|
inlineprotected |
Definition at line 52 of file itkTensorToL2NormImageFilter.h.
|
inlineprotected |
Definition at line 53 of file itkTensorToL2NormImageFilter.h.
Pointer itk::TensorToL2NormImageFilter< TInputImage, TOutputImage >::Clone | ( | ) | const |
|
virtual |
itk::TensorToL2NormImageFilter< TInputImage, TOutputImage >::itkStaticConstMacro | ( | ImageDimension | , |
unsigned | int, | ||
TOutputImage::ImageDimension | |||
) |
|
static |
|
inlineprotected |
Definition at line 55 of file itkTensorToL2NormImageFilter.h.
|
protected |