#include <itkDeformationFieldInterpolatingTransform.h>
Transform that interpolates a given deformation field.
A simple transform that allows the user to set a deformation field. TransformPoint adds the displacement to the input point. This transform does not support optimizers. Its Set/GetParameters is not implemented. DO NOT USE IT FOR REGISTRATION. You may set your own interpolator!
Definition at line 46 of file itkDeformationFieldInterpolatingTransform.h.

Public Member Functions | |
| virtual const char * | GetClassName () const |
| const ParametersType & | GetFixedParameters () const override |
| void | GetJacobian (const InputPointType &, JacobianType &, NonZeroJacobianIndicesType &) const override |
| void | GetJacobianOfSpatialHessian (const InputPointType &, JacobianOfSpatialHessianType &, NonZeroJacobianIndicesType &) const override |
| void | GetJacobianOfSpatialHessian (const InputPointType &, SpatialHessianType &, JacobianOfSpatialHessianType &, NonZeroJacobianIndicesType &) const override |
| void | GetJacobianOfSpatialJacobian (const InputPointType &, JacobianOfSpatialJacobianType &, NonZeroJacobianIndicesType &) const override |
| void | GetJacobianOfSpatialJacobian (const InputPointType &, SpatialJacobianType &, JacobianOfSpatialJacobianType &, NonZeroJacobianIndicesType &) const override |
| void | GetSpatialHessian (const InputPointType &, SpatialHessianType &) const override |
| void | GetSpatialJacobian (const InputPointType &, SpatialJacobianType &) const override |
| bool | IsLinear () const override |
| ITK_DISALLOW_COPY_AND_MOVE (DeformationFieldInterpolatingTransform) | |
| itkGetModifiableObjectMacro (DeformationField, DeformationFieldType) | |
| itkGetModifiableObjectMacro (DeformationFieldInterpolator, DeformationFieldInterpolatorType) | |
| itkStaticConstMacro (InputSpaceDimension, unsigned int, Superclass::InputSpaceDimension) | |
| itkStaticConstMacro (OutputSpaceDimension, unsigned int, Superclass::OutputSpaceDimension) | |
| virtual void | SetDeformationField (DeformationFieldType *_arg) |
| virtual void | SetDeformationFieldInterpolator (DeformationFieldInterpolatorType *_arg) |
| void | SetFixedParameters (const ParametersType &) override |
| void | SetIdentity () |
| void | SetParameters (const ParametersType &) override |
| OutputCovariantVectorType | TransformCovariantVector (const InputCovariantVectorType &) const override |
| OutputPointType | TransformPoint (const InputPointType &point) const override |
| OutputVectorType | TransformVector (const InputVectorType &) const override |
| OutputVnlVectorType | TransformVector (const InputVnlVectorType &) const override |
Public Member Functions inherited from itk::AdvancedTransform< double, 3, 3 > | |
| void | ComputeJacobianWithRespectToParameters (const InputPointType &, JacobianType &) const override |
| virtual void | EvaluateJacobianWithImageGradientProduct (const InputPointType &inputPoint, const MovingImageGradientType &movingImageGradient, DerivativeType &imageJacobian, NonZeroJacobianIndicesType &nonZeroJacobianIndices) const |
| virtual bool | GetHasNonZeroJacobianOfSpatialHessian () const |
| virtual bool | GetHasNonZeroSpatialHessian () const |
| virtual NumberOfParametersType | GetNumberOfNonZeroJacobianIndices () const |
| ITK_DISALLOW_COPY_AND_MOVE (AdvancedTransform) | |
| itkStaticConstMacro (InputSpaceDimension, unsigned int, NInputDimensions) | |
| itkStaticConstMacro (OutputSpaceDimension, unsigned int, NOutputDimensions) | |
Static Public Member Functions | |
| static Pointer | New () |
Protected Types | |
| using | InputContinuousIndexType = typename DeformationFieldInterpolatorType::ContinuousIndexType |
| using | InterpolatorOutputType = typename DeformationFieldInterpolatorType::OutputType |
Protected Member Functions | |
| DeformationFieldInterpolatingTransform () | |
| void | PrintSelf (std::ostream &os, Indent indent) const override |
| ~DeformationFieldInterpolatingTransform () override=default | |
Protected Member Functions inherited from itk::AdvancedTransform< double, 3, 3 > | |
| AdvancedTransform ()=default | |
| ~AdvancedTransform () override=default | |
Protected Attributes | |
| DeformationFieldPointer | m_DeformationField {} |
| DeformationFieldInterpolatorPointer | m_DeformationFieldInterpolator {} |
| DeformationFieldPointer | m_ZeroDeformationField {} |
Protected Attributes inherited from itk::AdvancedTransform< double, 3, 3 > | |
| bool | m_HasNonZeroJacobianOfSpatialHessian |
| bool | m_HasNonZeroSpatialHessian |
| using itk::DeformationFieldInterpolatingTransform< TScalarType, NDimensions, TComponentType >::ConstPointer = SmartPointer<const Self> |
Definition at line 56 of file itkDeformationFieldInterpolatingTransform.h.
| using itk::DeformationFieldInterpolatingTransform< TScalarType, NDimensions, TComponentType >::DefaultDeformationFieldInterpolatorType |
Definition at line 96 of file itkDeformationFieldInterpolatingTransform.h.
| using itk::DeformationFieldInterpolatingTransform< TScalarType, NDimensions, TComponentType >::DeformationFieldComponentType = TComponentType |
Definition at line 89 of file itkDeformationFieldInterpolatingTransform.h.
| using itk::DeformationFieldInterpolatingTransform< TScalarType, NDimensions, TComponentType >::DeformationFieldInterpolatorPointer = typename DeformationFieldInterpolatorType::Pointer |
Definition at line 95 of file itkDeformationFieldInterpolatingTransform.h.
| using itk::DeformationFieldInterpolatingTransform< TScalarType, NDimensions, TComponentType >::DeformationFieldInterpolatorType = VectorInterpolateImageFunction<DeformationFieldType, ScalarType> |
Definition at line 94 of file itkDeformationFieldInterpolatingTransform.h.
| using itk::DeformationFieldInterpolatingTransform< TScalarType, NDimensions, TComponentType >::DeformationFieldPointer = typename DeformationFieldType::Pointer |
Definition at line 92 of file itkDeformationFieldInterpolatingTransform.h.
| using itk::DeformationFieldInterpolatingTransform< TScalarType, NDimensions, TComponentType >::DeformationFieldType = Image<DeformationFieldVectorType, Self::InputSpaceDimension> |
Definition at line 91 of file itkDeformationFieldInterpolatingTransform.h.
| using itk::DeformationFieldInterpolatingTransform< TScalarType, NDimensions, TComponentType >::DeformationFieldVectorType = Vector<DeformationFieldComponentType, Self::OutputSpaceDimension> |
Definition at line 90 of file itkDeformationFieldInterpolatingTransform.h.
|
protected |
Typedef which is used internally
Definition at line 248 of file itkDeformationFieldInterpolatingTransform.h.
|
protected |
Definition at line 249 of file itkDeformationFieldInterpolatingTransform.h.
| using itk::DeformationFieldInterpolatingTransform< TScalarType, NDimensions, TComponentType >::Pointer = SmartPointer<Self> |
Definition at line 55 of file itkDeformationFieldInterpolatingTransform.h.
| using itk::DeformationFieldInterpolatingTransform< TScalarType, NDimensions, TComponentType >::Self = DeformationFieldInterpolatingTransform |
Standard class typedefs.
Definition at line 53 of file itkDeformationFieldInterpolatingTransform.h.
| using itk::DeformationFieldInterpolatingTransform< TScalarType, NDimensions, TComponentType >::Superclass = AdvancedTransform<TScalarType, NDimensions, NDimensions> |
Definition at line 54 of file itkDeformationFieldInterpolatingTransform.h.
|
protected |
|
overrideprotecteddefault |
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::AdvancedTransform< double, 3, 3 >.
|
inlineoverride |
Get the Fixed Parameters.
Definition at line 122 of file itkDeformationFieldInterpolatingTransform.h.
|
inlineoverridevirtual |
Must be provided.
Implements itk::AdvancedTransform< double, 3, 3 >.
Definition at line 185 of file itkDeformationFieldInterpolatingTransform.h.
|
inlineoverridevirtual |
Implements itk::AdvancedTransform< double, 3, 3 >.
Definition at line 225 of file itkDeformationFieldInterpolatingTransform.h.
|
inlineoverridevirtual |
Implements itk::AdvancedTransform< double, 3, 3 >.
Definition at line 234 of file itkDeformationFieldInterpolatingTransform.h.
|
inlineoverridevirtual |
Implements itk::AdvancedTransform< double, 3, 3 >.
Definition at line 206 of file itkDeformationFieldInterpolatingTransform.h.
|
inlineoverridevirtual |
Implements itk::AdvancedTransform< double, 3, 3 >.
Definition at line 215 of file itkDeformationFieldInterpolatingTransform.h.
|
inlineoverridevirtual |
Implements itk::AdvancedTransform< double, 3, 3 >.
Definition at line 199 of file itkDeformationFieldInterpolatingTransform.h.
|
inlineoverridevirtual |
Implements itk::AdvancedTransform< double, 3, 3 >.
Definition at line 192 of file itkDeformationFieldInterpolatingTransform.h.
|
inlineoverride |
Definition at line 178 of file itkDeformationFieldInterpolatingTransform.h.
| itk::DeformationFieldInterpolatingTransform< TScalarType, NDimensions, TComponentType >::ITK_DISALLOW_COPY_AND_MOVE | ( | DeformationFieldInterpolatingTransform< TScalarType, NDimensions, TComponentType > | ) |
| itk::DeformationFieldInterpolatingTransform< TScalarType, NDimensions, TComponentType >::itkGetModifiableObjectMacro | ( | DeformationField | , |
| DeformationFieldType | ) |
| itk::DeformationFieldInterpolatingTransform< TScalarType, NDimensions, TComponentType >::itkGetModifiableObjectMacro | ( | DeformationFieldInterpolator | , |
| DeformationFieldInterpolatorType | ) |
| itk::DeformationFieldInterpolatingTransform< TScalarType, NDimensions, TComponentType >::itkStaticConstMacro | ( | InputSpaceDimension | , |
| unsigned int | , | ||
| Superclass::InputSpaceDimension | ) |
Dimension of the domain spaces.
| itk::DeformationFieldInterpolatingTransform< TScalarType, NDimensions, TComponentType >::itkStaticConstMacro | ( | OutputSpaceDimension | , |
| unsigned int | , | ||
| Superclass::OutputSpaceDimension | ) |
|
static |
New macro for creation of through the object factory.
|
overrideprotected |
Print contents of an DeformationFieldInterpolatingTransform.
|
virtual |
Set/Get the deformation field that defines the displacements
|
virtual |
Set/Get the deformation field interpolator
|
inlineoverride |
Set the fixed parameters.
Definition at line 114 of file itkDeformationFieldInterpolatingTransform.h.
| void itk::DeformationFieldInterpolatingTransform< TScalarType, NDimensions, TComponentType >::SetIdentity | ( | ) |
Make this an identity transform ( the deformation field is replaced by a zero deformation field
|
inlineoverride |
Set the transformation parameters is not supported. Use SetDeformationField() instead
Definition at line 103 of file itkDeformationFieldInterpolatingTransform.h.
|
inlineoverride |
Definition at line 153 of file itkDeformationFieldInterpolatingTransform.h.
|
override |
Transform a point. This method adds a displacement to a given point, returning the transformed point.
|
inlineoverride |
These vector transforms are not implemented for this transform.
Definition at line 137 of file itkDeformationFieldInterpolatingTransform.h.
|
inlineoverride |
Definition at line 145 of file itkDeformationFieldInterpolatingTransform.h.
|
protected |
Definition at line 255 of file itkDeformationFieldInterpolatingTransform.h.
|
protected |
Definition at line 257 of file itkDeformationFieldInterpolatingTransform.h.
|
protected |
Definition at line 256 of file itkDeformationFieldInterpolatingTransform.h.
Generated on 2024-07-17
for elastix by 1.11.0 (9b424b03c9833626cd435af22a444888fbbb192d) |