![]() |
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 InverseBSplineDeformableTransform | Self |
typedef BSplineDeformableTransform< TScalar, NDimensions, VSplineOrder > | 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::InputPointType &, typename Superclass::JacobianType &) const override |
void | ComputeJacobianWithRespectToPosition (const typename Superclass::InputPointType &, typename Superclass::JacobianPositionType &) const override |
void | ComputeJacobianWithRespectToPosition (const typename Superclass::InputPointType &, typename Superclass::JacobianType &) const override |
itkNewMacro (Self) | |
itkTypeMacro (InverseBSplineDeformableTransform, BSplineDeformableTransform) | |
Superclass::OutputPointType | TransformPoint (const typename Superclass::InputPointType &) const override |
Definition at line 89 of file vtkITKTransformInverse.h.
typedef SmartPointer<const Self> itk::InverseBSplineDeformableTransform< TScalar, NDimensions, VSplineOrder >::ConstPointer |
Definition at line 96 of file vtkITKTransformInverse.h.
typedef SmartPointer<Self> itk::InverseBSplineDeformableTransform< TScalar, NDimensions, VSplineOrder >::Pointer |
Definition at line 95 of file vtkITKTransformInverse.h.
typedef InverseBSplineDeformableTransform itk::InverseBSplineDeformableTransform< TScalar, NDimensions, VSplineOrder >::Self |
Standard class typedefs.
Definition at line 93 of file vtkITKTransformInverse.h.
typedef BSplineDeformableTransform<TScalar, NDimensions, VSplineOrder> itk::InverseBSplineDeformableTransform< TScalar, NDimensions, VSplineOrder >::Superclass |
Definition at line 94 of file vtkITKTransformInverse.h.
|
inlineoverride |
Definition at line 128 of file vtkITKTransformInverse.h.
|
inlineoverride |
Definition at line 124 of file vtkITKTransformInverse.h.
|
inlineoverride |
Definition at line 111 of file vtkITKTransformInverse.h.
|
inlineoverride |
Definition at line 120 of file vtkITKTransformInverse.h.
|
inlineoverride |
Definition at line 116 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 107 of file vtkITKTransformInverse.h.