|
Slicer 5.11
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
|
#include <Libs/MRML/Core/vtkITKTransformInverse.h>


Public Types | |
| typedef SmartPointer< const Self > | ConstPointer |
| typedef SmartPointer< Self > | Pointer |
| typedef InverseThinPlateSplineKernelTransform | Self |
| typedef ThinPlateSplineKernelTransform< TScalar, NDimensions > | Superclass |
Public Member Functions | |
| void | ComputeDeformationContribution (const typename Superclass::InputPointType &, typename Superclass::OutputPointType &) const override |
| void | ComputeInverseJacobianWithRespectToPosition (const typename Superclass::InputPointType &, typename Superclass::InverseJacobianPositionType &) const override |
| void | ComputeInverseJacobianWithRespectToPosition (const typename Superclass::InputPointType &, typename Superclass::JacobianType &) const override |
| void | ComputeJacobianWithRespectToParameters (const typename Superclass::InputPointType &, typename Superclass::JacobianType &) const override |
| void | ComputeJacobianWithRespectToPosition (const typename Superclass::InputPointType &, typename Superclass::JacobianPositionType &) const override |
| void | ComputeJacobianWithRespectToPosition (const typename Superclass::InputPointType &, typename Superclass::JacobianType &) const override |
| itkNewMacro (Self) | |
| itkTypeMacro (InverseThinPlateSplineKernelTransform, ThinPlateSplineKernelTransform) | |
| Superclass::OutputPointType | TransformPoint (const typename Superclass::InputPointType &) const override |
Definition at line 210 of file vtkITKTransformInverse.h.
| typedef SmartPointer<const Self> itk::InverseThinPlateSplineKernelTransform< TScalar, NDimensions >::ConstPointer |
Definition at line 217 of file vtkITKTransformInverse.h.
| typedef SmartPointer<Self> itk::InverseThinPlateSplineKernelTransform< TScalar, NDimensions >::Pointer |
Definition at line 216 of file vtkITKTransformInverse.h.
| typedef InverseThinPlateSplineKernelTransform itk::InverseThinPlateSplineKernelTransform< TScalar, NDimensions >::Self |
Standard class typedefs.
Definition at line 214 of file vtkITKTransformInverse.h.
| typedef ThinPlateSplineKernelTransform<TScalar, NDimensions> itk::InverseThinPlateSplineKernelTransform< TScalar, NDimensions >::Superclass |
Definition at line 215 of file vtkITKTransformInverse.h.
|
inlineoverride |
Definition at line 231 of file vtkITKTransformInverse.h.
|
inlineoverride |
Definition at line 255 of file vtkITKTransformInverse.h.
|
inlineoverride |
Definition at line 250 of file vtkITKTransformInverse.h.
|
inlineoverride |
Definition at line 235 of file vtkITKTransformInverse.h.
|
inlineoverride |
Definition at line 245 of file vtkITKTransformInverse.h.
|
inlineoverride |
Definition at line 240 of file vtkITKTransformInverse.h.
| itk::InverseThinPlateSplineKernelTransform< TScalar, NDimensions >::itkNewMacro | ( | Self | ) |
New macro for creation of through a Smart Pointer
| itk::InverseThinPlateSplineKernelTransform< TScalar, NDimensions >::itkTypeMacro | ( | InverseThinPlateSplineKernelTransform< TScalar, NDimensions > | , |
| ThinPlateSplineKernelTransform | ) |
Run-time type information (and related methods).
|
inlineoverride |
Define all computation methods as unimplemented to make sure they are not used (the inherited implementations are for the forward transform, so they would not give correct results)
Definition at line 227 of file vtkITKTransformInverse.h.