#include <itkElasticBodySplineKernelTransform.h>
Inheritance diagram for itk::ElasticBodySplineKernelTransform< TScalarType, NDimensions >:
Definition at line 40 of file itkElasticBodySplineKernelTransform.h.
|
Reimplemented from itk::KernelTransform< TScalarType, NDimensions >. Definition at line 50 of file itkElasticBodySplineKernelTransform.h. |
|
These (rather redundant) typedefs are needed because on SGI, typedefs are not inherited Reimplemented from itk::KernelTransform< TScalarType, NDimensions >. Definition at line 95 of file itkElasticBodySplineKernelTransform.h. |
|
Standard covariant vector type for this class Reimplemented from itk::Transform< TScalarType, NDimensions, NDimensions >. Definition at line 84 of file itkElasticBodySplineKernelTransform.h. |
|
These (rather redundant) typedefs are needed because on SGI, typedefs are not inherited Reimplemented from itk::KernelTransform< TScalarType, NDimensions >. Definition at line 80 of file itkElasticBodySplineKernelTransform.h. |
|
Standard vector type for this class. Reimplemented from itk::KernelTransform< TScalarType, NDimensions >. Definition at line 82 of file itkElasticBodySplineKernelTransform.h. |
|
Jacobian type. Reimplemented from itk::KernelTransform< TScalarType, NDimensions >. Definition at line 65 of file itkElasticBodySplineKernelTransform.h. |
|
Reimplemented from itk::Transform< TScalarType, NDimensions, NDimensions >. Definition at line 85 of file itkElasticBodySplineKernelTransform.h. |
|
Reimplemented from itk::KernelTransform< TScalarType, NDimensions >. Definition at line 81 of file itkElasticBodySplineKernelTransform.h. |
|
Reimplemented from itk::KernelTransform< TScalarType, NDimensions >. Definition at line 83 of file itkElasticBodySplineKernelTransform.h. |
|
Parameters type. Reimplemented from itk::KernelTransform< TScalarType, NDimensions >. Definition at line 62 of file itkElasticBodySplineKernelTransform.h. |
|
Reimplemented from itk::KernelTransform< TScalarType, NDimensions >. Definition at line 49 of file itkElasticBodySplineKernelTransform.h. |
|
Scalar type. Reimplemented from itk::KernelTransform< TScalarType, NDimensions >. Definition at line 59 of file itkElasticBodySplineKernelTransform.h. |
|
Standard class typedefs. Reimplemented from itk::KernelTransform< TScalarType, NDimensions >. Definition at line 45 of file itkElasticBodySplineKernelTransform.h. |
|
Reimplemented from itk::KernelTransform< TScalarType, NDimensions >. Definition at line 47 of file itkElasticBodySplineKernelTransform.h. |
|
|
|
|
|
Compute G(x) For the elastic body spline, this is: G(x) = [alpha*r(x)^2*I - 3*x*x']*r(x) where is Poisson's Ratio r(x) = Euclidean norm = sqrt[x1^2 + x2^2 + x3^2]
I = identity matrix Reimplemented from itk::KernelTransform< TScalarType, NDimensions >. |
|
Get alpha |
|
Run-time type information (and related methods). Reimplemented from itk::KernelTransform< TScalarType, NDimensions >. |
|
Dimension of the domain space. |
|
New macro for creation of through a Smart Pointer Reimplemented from itk::KernelTransform< TScalarType, NDimensions >. |
|
Methods invoked by Print() to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes. Reimplemented from itk::KernelTransform< TScalarType, NDimensions >. |
|
Set alpha. Alpha is related to Poisson's Ratio () as |
|
alpha, Alpha is related to Poisson's Ratio ($$) as $ = 12 ( 1 - ) - 1$ Definition at line 112 of file itkElasticBodySplineKernelTransform.h. |