![]() |
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 InverseBSplineTransform | Self |
typedef BSplineTransform< 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 | ComputeJacobianFromBSplineWeightsWithRespectToPosition (const typename Superclass::InputPointType &, typename Superclass::WeightsType &, typename Superclass::ParameterIndexArrayType &) const |
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 (InverseBSplineTransform, BSplineTransform) | |
Superclass::OutputPointType | TransformPoint (const typename Superclass::InputPointType &) const override |
Definition at line 35 of file vtkITKTransformInverse.h.
typedef SmartPointer<const Self> itk::InverseBSplineTransform< TScalar, NDimensions, VSplineOrder >::ConstPointer |
Definition at line 43 of file vtkITKTransformInverse.h.
typedef SmartPointer<Self> itk::InverseBSplineTransform< TScalar, NDimensions, VSplineOrder >::Pointer |
Definition at line 42 of file vtkITKTransformInverse.h.
typedef InverseBSplineTransform itk::InverseBSplineTransform< TScalar, NDimensions, VSplineOrder >::Self |
Standard class typedefs.
Definition at line 40 of file vtkITKTransformInverse.h.
typedef BSplineTransform<TScalar,NDimensions,VSplineOrder> itk::InverseBSplineTransform< TScalar, NDimensions, VSplineOrder >::Superclass |
Definition at line 41 of file vtkITKTransformInverse.h.
|
inlineoverride |
Definition at line 85 of file vtkITKTransformInverse.h.
|
inlineoverride |
Definition at line 79 of file vtkITKTransformInverse.h.
|
inline |
Definition at line 91 of file vtkITKTransformInverse.h.
|
inlineoverride |
Definition at line 59 of file vtkITKTransformInverse.h.
|
inlineoverride |
Definition at line 72 of file vtkITKTransformInverse.h.
|
inlineoverride |
Definition at line 66 of file vtkITKTransformInverse.h.
itk::InverseBSplineTransform< TScalar, NDimensions, VSplineOrder >::itkNewMacro | ( | Self | ) |
New macro for creation of through a Smart Pointer
itk::InverseBSplineTransform< TScalar, NDimensions, VSplineOrder >::itkTypeMacro | ( | InverseBSplineTransform< TScalar, NDimensions, VSplineOrder > | , |
BSplineTransform | ) |
Run-time type information (and related methods).
|
inlineoverride |
Definition at line 54 of file vtkITKTransformInverse.h.