![]() |
Slicer 5.9
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 InverseDisplacementFieldTransform | Self |
typedef DisplacementFieldTransform< TScalar, NDimensions > | Superclass |
Public Member Functions | |
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::IndexType &, typename Superclass::JacobianType &) const override |
void | ComputeJacobianWithRespectToParameters (const typename Superclass::InputPointType &, typename Superclass::JacobianType &) const override |
void | ComputeJacobianWithRespectToPosition (const typename Superclass::IndexType &, typename Superclass::JacobianPositionType &) const override |
void | ComputeJacobianWithRespectToPosition (const typename Superclass::InputPointType &, typename Superclass::JacobianPositionType &) const override |
void | ComputeJacobianWithRespectToPosition (const typename Superclass::InputPointType &, typename Superclass::JacobianType &) const override |
void | GetInverseJacobianOfForwardFieldWithRespectToPosition (const typename Superclass::IndexType &, typename Superclass::JacobianPositionType &, bool useSVD=false) const override |
void | GetInverseJacobianOfForwardFieldWithRespectToPosition (const typename Superclass::InputPointType &, typename Superclass::JacobianPositionType &, bool useSVD=false) const override |
itkNewMacro (Self) | |
itkTypeMacro (InverseDisplacementFieldTransform, DisplacementFieldTransform) | |
Superclass::OutputPointType | TransformPoint (const typename Superclass::InputPointType &) const override |
Definition at line 136 of file vtkITKTransformInverse.h.
typedef SmartPointer<const Self> itk::InverseDisplacementFieldTransform< TScalar, NDimensions >::ConstPointer |
Definition at line 143 of file vtkITKTransformInverse.h.
typedef SmartPointer<Self> itk::InverseDisplacementFieldTransform< TScalar, NDimensions >::Pointer |
Definition at line 142 of file vtkITKTransformInverse.h.
typedef InverseDisplacementFieldTransform itk::InverseDisplacementFieldTransform< TScalar, NDimensions >::Self |
Standard class typedefs.
Definition at line 140 of file vtkITKTransformInverse.h.
typedef DisplacementFieldTransform<TScalar, NDimensions> itk::InverseDisplacementFieldTransform< TScalar, NDimensions >::Superclass |
Definition at line 141 of file vtkITKTransformInverse.h.
|
inlineoverride |
Definition at line 182 of file vtkITKTransformInverse.h.
|
inlineoverride |
Definition at line 178 of file vtkITKTransformInverse.h.
|
inlineoverride |
Definition at line 161 of file vtkITKTransformInverse.h.
|
inlineoverride |
Definition at line 157 of file vtkITKTransformInverse.h.
|
inlineoverride |
Definition at line 174 of file vtkITKTransformInverse.h.
|
inlineoverride |
Definition at line 170 of file vtkITKTransformInverse.h.
|
inlineoverride |
Definition at line 166 of file vtkITKTransformInverse.h.
|
inlineoverride |
Definition at line 193 of file vtkITKTransformInverse.h.
|
inlineoverride |
Definition at line 186 of file vtkITKTransformInverse.h.
itk::InverseDisplacementFieldTransform< TScalar, NDimensions >::itkNewMacro | ( | Self | ) |
New macro for creation of through a Smart Pointer
itk::InverseDisplacementFieldTransform< TScalar, NDimensions >::itkTypeMacro | ( | InverseDisplacementFieldTransform< TScalar, NDimensions > | , |
DisplacementFieldTransform | ) |
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 153 of file vtkITKTransformInverse.h.