![]() |
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 162 of file vtkITKTransformInverse.h.
typedef SmartPointer<const Self> itk::InverseDisplacementFieldTransform< TScalar, NDimensions >::ConstPointer |
Definition at line 170 of file vtkITKTransformInverse.h.
typedef SmartPointer<Self> itk::InverseDisplacementFieldTransform< TScalar, NDimensions >::Pointer |
Definition at line 169 of file vtkITKTransformInverse.h.
typedef InverseDisplacementFieldTransform itk::InverseDisplacementFieldTransform< TScalar, NDimensions >::Self |
Standard class typedefs.
Definition at line 167 of file vtkITKTransformInverse.h.
typedef DisplacementFieldTransform<TScalar, NDimensions> itk::InverseDisplacementFieldTransform< TScalar, NDimensions >::Superclass |
Definition at line 168 of file vtkITKTransformInverse.h.
|
inlineoverride |
Definition at line 222 of file vtkITKTransformInverse.h.
|
inlineoverride |
Definition at line 216 of file vtkITKTransformInverse.h.
|
inlineoverride |
Definition at line 191 of file vtkITKTransformInverse.h.
|
inlineoverride |
Definition at line 185 of file vtkITKTransformInverse.h.
|
inlineoverride |
Definition at line 210 of file vtkITKTransformInverse.h.
|
inlineoverride |
Definition at line 204 of file vtkITKTransformInverse.h.
|
inlineoverride |
Definition at line 198 of file vtkITKTransformInverse.h.
|
inlineoverride |
Definition at line 236 of file vtkITKTransformInverse.h.
|
inlineoverride |
Definition at line 228 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 180 of file vtkITKTransformInverse.h.