NifTK  16.4.1 - 0798f20
CMIC's Translational Medical Imaging Platform
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
itk::DisplacementFieldJacobianFilter< InputScalarType, OutputScalarType, NDimensions > Class Template Reference

This class calculates the Jacobian matrix of a deformation field. More...

Inheritance diagram for itk::DisplacementFieldJacobianFilter< InputScalarType, OutputScalarType, NDimensions >:
Inheritance graph
[legend]
Collaboration diagram for itk::DisplacementFieldJacobianFilter< InputScalarType, OutputScalarType, NDimensions >:
Collaboration graph
[legend]

Public Types

typedef
DisplacementFieldJacobianFilter 
Self
 
typedef ImageToImageFilter
< Image< Vector
< InputScalarType, NDimensions >
, NDimensions >, Image< Matrix
< OutputScalarType,
NDimensions, NDimensions >
, NDimensions > > 
Superclass
 
typedef SmartPointer< SelfPointer
 
typedef SmartPointer< const SelfConstPointer
 
typedef Matrix
< OutputScalarType,
NDimensions, NDimensions > 
OutputPixelType
 
typedef Image< OutputPixelType,
NDimensions > 
OutputImageType
 
typedef Superclass::InputImageType InputImageType
 
typedef Image
< OutputScalarType,
NDimensions > 
OutputDeterminantImageType
 

Public Member Functions

virtual const char * GetClassName () const
 
 itkStaticConstMacro (Dimension, unsigned int, NDimensions)
 
OutputDeterminantImageType::Pointer GetDeterminant ()
 

Static Public Member Functions

static Pointer New ()
 

Protected Member Functions

 DisplacementFieldJacobianFilter ()
 
 ~DisplacementFieldJacobianFilter ()
 
void PrintSelf (std::ostream &os, Indent indent) const
 
virtual void GenerateData ()
 

Protected Attributes

OutputDeterminantImageType::Pointer m_Determinant
 

Detailed Description

template<class InputScalarType, class OutputScalarType, unsigned int NDimensions>
class itk::DisplacementFieldJacobianFilter< InputScalarType, OutputScalarType, NDimensions >

This class calculates the Jacobian matrix of a deformation field.

Member Typedef Documentation

template<class InputScalarType , class OutputScalarType , unsigned int NDimensions>
typedef SmartPointer<const Self> itk::DisplacementFieldJacobianFilter< InputScalarType, OutputScalarType, NDimensions >::ConstPointer
template<class InputScalarType , class OutputScalarType , unsigned int NDimensions>
typedef Superclass::InputImageType itk::DisplacementFieldJacobianFilter< InputScalarType, OutputScalarType, NDimensions >::InputImageType
template<class InputScalarType , class OutputScalarType , unsigned int NDimensions>
typedef Image<OutputScalarType, NDimensions> itk::DisplacementFieldJacobianFilter< InputScalarType, OutputScalarType, NDimensions >::OutputDeterminantImageType
template<class InputScalarType , class OutputScalarType , unsigned int NDimensions>
typedef Image<OutputPixelType, NDimensions> itk::DisplacementFieldJacobianFilter< InputScalarType, OutputScalarType, NDimensions >::OutputImageType
template<class InputScalarType , class OutputScalarType , unsigned int NDimensions>
typedef Matrix<OutputScalarType, NDimensions, NDimensions> itk::DisplacementFieldJacobianFilter< InputScalarType, OutputScalarType, NDimensions >::OutputPixelType

Standard typedefs.

template<class InputScalarType , class OutputScalarType , unsigned int NDimensions>
typedef SmartPointer<Self> itk::DisplacementFieldJacobianFilter< InputScalarType, OutputScalarType, NDimensions >::Pointer
template<class InputScalarType , class OutputScalarType , unsigned int NDimensions>
typedef DisplacementFieldJacobianFilter itk::DisplacementFieldJacobianFilter< InputScalarType, OutputScalarType, NDimensions >::Self

Standard "Self" typedef.

template<class InputScalarType , class OutputScalarType , unsigned int NDimensions>
typedef ImageToImageFilter< Image< Vector<InputScalarType, NDimensions>, NDimensions>, Image< Matrix<OutputScalarType, NDimensions, NDimensions>, NDimensions> > itk::DisplacementFieldJacobianFilter< InputScalarType, OutputScalarType, NDimensions >::Superclass

Constructor & Destructor Documentation

template<class InputScalarType , class OutputScalarType , unsigned int NDimensions>
itk::DisplacementFieldJacobianFilter< InputScalarType, OutputScalarType, NDimensions >::DisplacementFieldJacobianFilter ( )
inlineprotected
template<class InputScalarType , class OutputScalarType , unsigned int NDimensions>
itk::DisplacementFieldJacobianFilter< InputScalarType, OutputScalarType, NDimensions >::~DisplacementFieldJacobianFilter ( )
inlineprotected

Member Function Documentation

template<class InputScalarType , class OutputScalarType , unsigned int NDimensions>
virtual void itk::DisplacementFieldJacobianFilter< InputScalarType, OutputScalarType, NDimensions >::GenerateData ( )
protectedvirtual

The main filter method.

template<class InputScalarType , class OutputScalarType , unsigned int NDimensions>
virtual const char* itk::DisplacementFieldJacobianFilter< InputScalarType, OutputScalarType, NDimensions >::GetClassName ( ) const
virtual

Run-time type information (and related methods).

template<class InputScalarType , class OutputScalarType , unsigned int NDimensions>
OutputDeterminantImageType::Pointer itk::DisplacementFieldJacobianFilter< InputScalarType, OutputScalarType, NDimensions >::GetDeterminant ( )
inline

Get/Set.

template<class InputScalarType , class OutputScalarType , unsigned int NDimensions>
itk::DisplacementFieldJacobianFilter< InputScalarType, OutputScalarType, NDimensions >::itkStaticConstMacro ( Dimension  ,
unsigned  int,
NDimensions   
)

Get the number of dimensions we are working in.

template<class InputScalarType , class OutputScalarType , unsigned int NDimensions>
static Pointer itk::DisplacementFieldJacobianFilter< InputScalarType, OutputScalarType, NDimensions >::New ( )
static

Method for creation through the object factory.

template<class InputScalarType , class OutputScalarType , unsigned int NDimensions>
void itk::DisplacementFieldJacobianFilter< InputScalarType, OutputScalarType, NDimensions >::PrintSelf ( std::ostream &  os,
Indent  indent 
) const
inlineprotected

Member Data Documentation

template<class InputScalarType , class OutputScalarType , unsigned int NDimensions>
OutputDeterminantImageType::Pointer itk::DisplacementFieldJacobianFilter< InputScalarType, OutputScalarType, NDimensions >::m_Determinant
protected

The Jacobian determinant.


The documentation for this class was generated from the following file: