ANIMA
4.0
|
#include <animaExpTensorImageFilter.h>
Public Types | |
typedef itk::SmartPointer< const Self > | ConstPointer |
typedef TInputImage::Pointer | InputImagePointer |
typedef TInputImage::IndexType | InputIndexType |
typedef TInputImage::PixelType | InputPixelType |
typedef TInputImage::PointType | InputPointType |
using | LECalculatorPointer = typename LECalculatorType::Pointer |
using | LECalculatorType = anima::LogEuclideanTensorCalculator< double > |
typedef TOutputImage::Pointer | OutputImagePointer |
typedef Superclass::OutputImageRegionType | OutputImageRegionType |
typedef TOutputImage::PixelType | OutputPixelType |
typedef itk::SmartPointer< Self > | Pointer |
typedef ExpTensorImageFilter | Self |
typedef itk::ImageToImageFilter< TInputImage, TOutputImage > | Superclass |
typedef itk::VectorImage< TScalarType, NDimensions > | TInputImage |
typedef itk::VectorImage< TScalarType, NDimensions > | TOutputImage |
Public Member Functions | |
virtual ::itk::LightObject::Pointer | CreateAnother (void) const |
virtual const char * | GetNameOfClass () const |
virtual void | SetScaleNonDiagonal (bool _arg) |
Static Public Member Functions | |
static Pointer | New () |
Protected Member Functions | |
void | BeforeThreadedGenerateData () ITK_OVERRIDE |
void | DynamicThreadedGenerateData (const OutputImageRegionType &outputRegionForThread) ITK_OVERRIDE |
ExpTensorImageFilter () | |
void | GenerateOutputInformation () ITK_OVERRIDE |
virtual | ~ExpTensorImageFilter () |
Definition at line 13 of file animaExpTensorImageFilter.h.
typedef itk::SmartPointer<const Self> anima::ExpTensorImageFilter< TScalarType, NDimensions >::ConstPointer |
Definition at line 24 of file animaExpTensorImageFilter.h.
typedef TInputImage::Pointer anima::ExpTensorImageFilter< TScalarType, NDimensions >::InputImagePointer |
Image typedef support
Definition at line 38 of file animaExpTensorImageFilter.h.
typedef TInputImage::IndexType anima::ExpTensorImageFilter< TScalarType, NDimensions >::InputIndexType |
Definition at line 34 of file animaExpTensorImageFilter.h.
typedef TInputImage::PixelType anima::ExpTensorImageFilter< TScalarType, NDimensions >::InputPixelType |
Definition at line 33 of file animaExpTensorImageFilter.h.
typedef TInputImage::PointType anima::ExpTensorImageFilter< TScalarType, NDimensions >::InputPointType |
Definition at line 35 of file animaExpTensorImageFilter.h.
using anima::ExpTensorImageFilter< TScalarType, NDimensions >::LECalculatorPointer = typename LECalculatorType::Pointer |
Definition at line 45 of file animaExpTensorImageFilter.h.
using anima::ExpTensorImageFilter< TScalarType, NDimensions >::LECalculatorType = anima::LogEuclideanTensorCalculator <double> |
Definition at line 44 of file animaExpTensorImageFilter.h.
typedef TOutputImage::Pointer anima::ExpTensorImageFilter< TScalarType, NDimensions >::OutputImagePointer |
Definition at line 39 of file animaExpTensorImageFilter.h.
typedef Superclass::OutputImageRegionType anima::ExpTensorImageFilter< TScalarType, NDimensions >::OutputImageRegionType |
Superclass typedefs.
Definition at line 42 of file animaExpTensorImageFilter.h.
typedef TOutputImage::PixelType anima::ExpTensorImageFilter< TScalarType, NDimensions >::OutputPixelType |
Definition at line 32 of file animaExpTensorImageFilter.h.
typedef itk::SmartPointer<Self> anima::ExpTensorImageFilter< TScalarType, NDimensions >::Pointer |
Definition at line 23 of file animaExpTensorImageFilter.h.
typedef ExpTensorImageFilter anima::ExpTensorImageFilter< TScalarType, NDimensions >::Self |
Standard class typedefs.
Definition at line 18 of file animaExpTensorImageFilter.h.
typedef itk::ImageToImageFilter< TInputImage, TOutputImage > anima::ExpTensorImageFilter< TScalarType, NDimensions >::Superclass |
Definition at line 22 of file animaExpTensorImageFilter.h.
typedef itk::VectorImage<TScalarType, NDimensions> anima::ExpTensorImageFilter< TScalarType, NDimensions >::TInputImage |
Definition at line 19 of file animaExpTensorImageFilter.h.
typedef itk::VectorImage<TScalarType, NDimensions> anima::ExpTensorImageFilter< TScalarType, NDimensions >::TOutputImage |
Definition at line 20 of file animaExpTensorImageFilter.h.
|
inlineprotected |
Definition at line 50 of file animaExpTensorImageFilter.h.
|
inlineprotectedvirtual |
Definition at line 58 of file animaExpTensorImageFilter.h.
References anima::ExpTensorImageFilter< TScalarType, NDimensions >::BeforeThreadedGenerateData(), anima::ExpTensorImageFilter< TScalarType, NDimensions >::DynamicThreadedGenerateData(), and anima::ExpTensorImageFilter< TScalarType, NDimensions >::GenerateOutputInformation().
|
protected |
Definition at line 27 of file animaExpTensorImageFilter.hxx.
References anima::ExpTensorImageFilter< TScalarType, NDimensions >::DynamicThreadedGenerateData().
Referenced by anima::ExpTensorImageFilter< TScalarType, NDimensions >::GenerateOutputInformation(), and anima::ExpTensorImageFilter< TScalarType, NDimensions >::~ExpTensorImageFilter().
virtual::itk::LightObject::Pointer anima::ExpTensorImageFilter< TScalarType, NDimensions >::CreateAnother | ( | void | ) | const |
|
protected |
Definition at line 43 of file animaExpTensorImageFilter.hxx.
References anima::GetTensorFromVectorRepresentation(), and anima::GetVectorRepresentation().
Referenced by anima::ExpTensorImageFilter< TScalarType, NDimensions >::BeforeThreadedGenerateData(), and anima::ExpTensorImageFilter< TScalarType, NDimensions >::~ExpTensorImageFilter().
|
protected |
Definition at line 12 of file animaExpTensorImageFilter.hxx.
References anima::ExpTensorImageFilter< TScalarType, NDimensions >::BeforeThreadedGenerateData().
Referenced by anima::ExpTensorImageFilter< TScalarType, NDimensions >::~ExpTensorImageFilter().
|
virtual |
Run-time type information (and related methods)
|
static |
Method for creation through the object factory.
|
virtual |