Slicer
4.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 InverseBSplineDeformableTransform | Self |
typedef BSplineDeformableTransform< TScalar, NDimensions, VSplineOrder > | Superclass |
Public Member Functions | |
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 | ComputeJacobianWithRespectToPosition (const typename Superclass::InputPointType &, typename Superclass::JacobianType &) const override |
void | ComputeJacobianWithRespectToPosition (const typename Superclass::InputPointType &, typename Superclass::JacobianPositionType &) const override |
itkNewMacro (Self) | |
itkTypeMacro (InverseBSplineDeformableTransform, BSplineDeformableTransform) | |
Superclass::OutputPointType | TransformPoint (const typename Superclass::InputPointType &) const override |
Definition at line 102 of file vtkITKTransformInverse.h.
typedef SmartPointer<const Self> itk::InverseBSplineDeformableTransform< TScalar, NDimensions, VSplineOrder >::ConstPointer |
Definition at line 110 of file vtkITKTransformInverse.h.
typedef SmartPointer<Self> itk::InverseBSplineDeformableTransform< TScalar, NDimensions, VSplineOrder >::Pointer |
Definition at line 109 of file vtkITKTransformInverse.h.
typedef InverseBSplineDeformableTransform itk::InverseBSplineDeformableTransform< TScalar, NDimensions, VSplineOrder >::Self |
Standard class typedefs.
Definition at line 107 of file vtkITKTransformInverse.h.
typedef BSplineDeformableTransform<TScalar,NDimensions,VSplineOrder> itk::InverseBSplineDeformableTransform< TScalar, NDimensions, VSplineOrder >::Superclass |
Definition at line 108 of file vtkITKTransformInverse.h.
|
inlineoverride |
Definition at line 145 of file vtkITKTransformInverse.h.
|
inlineoverride |
Definition at line 151 of file vtkITKTransformInverse.h.
|
inlineoverride |
Definition at line 126 of file vtkITKTransformInverse.h.
|
inlineoverride |
Definition at line 133 of file vtkITKTransformInverse.h.
|
inlineoverride |
Definition at line 139 of file vtkITKTransformInverse.h.
itk::InverseBSplineDeformableTransform< TScalar, NDimensions, VSplineOrder >::itkNewMacro | ( | Self | ) |
New macro for creation of through a Smart Pointer
itk::InverseBSplineDeformableTransform< TScalar, NDimensions, VSplineOrder >::itkTypeMacro | ( | InverseBSplineDeformableTransform< TScalar, NDimensions, VSplineOrder > | , |
BSplineDeformableTransform | |||
) |
Run-time type information (and related methods).
|
inlineoverride |
Definition at line 121 of file vtkITKTransformInverse.h.