#include <Libs/MRML/Core/vtkITKTransformInverse.h>
|
void | ComputeInverseJacobianWithRespectToPosition (const typename Superclass::InputPointType &, typename Superclass::JacobianType &) const override |
|
void | ComputeInverseJacobianWithRespectToPosition (const typename Superclass::InputPointType &, typename Superclass::InverseJacobianPositionType &) const override |
|
void | ComputeJacobianWithRespectToParameters (const typename Superclass::InputPointType &, typename Superclass::JacobianType &) const override |
|
void | ComputeJacobianWithRespectToParameters (const typename Superclass::IndexType &, typename Superclass::JacobianType &) const override |
|
void | ComputeJacobianWithRespectToPosition (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::IndexType &, typename Superclass::JacobianPositionType &) const override |
|
void | GetInverseJacobianOfForwardFieldWithRespectToPosition (const typename Superclass::InputPointType &, typename Superclass::JacobianPositionType &, bool useSVD=false) const override |
|
void | GetInverseJacobianOfForwardFieldWithRespectToPosition (const typename Superclass::IndexType &, typename Superclass::JacobianPositionType &, bool useSVD=false) const override |
|
| itkNewMacro (Self) |
|
| itkTypeMacro (InverseDisplacementFieldTransform, DisplacementFieldTransform) |
|
Superclass::OutputPointType | TransformPoint (const typename Superclass::InputPointType &) const override |
|
template<class TScalar, unsigned int NDimensions>
class itk::InverseDisplacementFieldTransform< TScalar, NDimensions >
Definition at line 162 of file vtkITKTransformInverse.h.
◆ ConstPointer
template<class TScalar , unsigned int NDimensions>
◆ Pointer
template<class TScalar , unsigned int NDimensions>
◆ Self
template<class TScalar , unsigned int NDimensions>
◆ Superclass
template<class TScalar , unsigned int NDimensions>
◆ ComputeInverseJacobianWithRespectToPosition() [1/2]
template<class TScalar , unsigned int NDimensions>
void itk::InverseDisplacementFieldTransform< TScalar, NDimensions >::ComputeInverseJacobianWithRespectToPosition |
( |
const typename Superclass::InputPointType & |
, |
|
|
typename Superclass::JacobianType & |
|
|
) |
| const |
|
inlineoverride |
◆ ComputeInverseJacobianWithRespectToPosition() [2/2]
template<class TScalar , unsigned int NDimensions>
void itk::InverseDisplacementFieldTransform< TScalar, NDimensions >::ComputeInverseJacobianWithRespectToPosition |
( |
const typename Superclass::InputPointType & |
, |
|
|
typename Superclass::InverseJacobianPositionType & |
|
|
) |
| const |
|
inlineoverride |
◆ ComputeJacobianWithRespectToParameters() [1/2]
template<class TScalar , unsigned int NDimensions>
void itk::InverseDisplacementFieldTransform< TScalar, NDimensions >::ComputeJacobianWithRespectToParameters |
( |
const typename Superclass::InputPointType & |
, |
|
|
typename Superclass::JacobianType & |
|
|
) |
| const |
|
inlineoverride |
◆ ComputeJacobianWithRespectToParameters() [2/2]
template<class TScalar , unsigned int NDimensions>
void itk::InverseDisplacementFieldTransform< TScalar, NDimensions >::ComputeJacobianWithRespectToParameters |
( |
const typename Superclass::IndexType & |
, |
|
|
typename Superclass::JacobianType & |
|
|
) |
| const |
|
inlineoverride |
◆ ComputeJacobianWithRespectToPosition() [1/3]
template<class TScalar , unsigned int NDimensions>
void itk::InverseDisplacementFieldTransform< TScalar, NDimensions >::ComputeJacobianWithRespectToPosition |
( |
const typename Superclass::InputPointType & |
, |
|
|
typename Superclass::JacobianType & |
|
|
) |
| const |
|
inlineoverride |
◆ ComputeJacobianWithRespectToPosition() [2/3]
template<class TScalar , unsigned int NDimensions>
void itk::InverseDisplacementFieldTransform< TScalar, NDimensions >::ComputeJacobianWithRespectToPosition |
( |
const typename Superclass::InputPointType & |
, |
|
|
typename Superclass::JacobianPositionType & |
|
|
) |
| const |
|
inlineoverride |
◆ ComputeJacobianWithRespectToPosition() [3/3]
template<class TScalar , unsigned int NDimensions>
void itk::InverseDisplacementFieldTransform< TScalar, NDimensions >::ComputeJacobianWithRespectToPosition |
( |
const typename Superclass::IndexType & |
, |
|
|
typename Superclass::JacobianPositionType & |
|
|
) |
| const |
|
inlineoverride |
◆ GetInverseJacobianOfForwardFieldWithRespectToPosition() [1/2]
template<class TScalar , unsigned int NDimensions>
void itk::InverseDisplacementFieldTransform< TScalar, NDimensions >::GetInverseJacobianOfForwardFieldWithRespectToPosition |
( |
const typename Superclass::InputPointType & |
, |
|
|
typename Superclass::JacobianPositionType & |
, |
|
|
bool |
useSVD = false |
|
) |
| const |
|
inlineoverride |
◆ GetInverseJacobianOfForwardFieldWithRespectToPosition() [2/2]
template<class TScalar , unsigned int NDimensions>
void itk::InverseDisplacementFieldTransform< TScalar, NDimensions >::GetInverseJacobianOfForwardFieldWithRespectToPosition |
( |
const typename Superclass::IndexType & |
, |
|
|
typename Superclass::JacobianPositionType & |
, |
|
|
bool |
useSVD = false |
|
) |
| const |
|
inlineoverride |
◆ itkNewMacro()
template<class TScalar , unsigned int NDimensions>
New macro for creation of through a Smart Pointer
◆ itkTypeMacro()
template<class TScalar , unsigned int NDimensions>
Run-time type information (and related methods).
◆ TransformPoint()
template<class TScalar , unsigned int NDimensions>
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 180 of file vtkITKTransformInverse.h.
The documentation for this class was generated from the following file: