#include <itkAffineLogTransform.h>
Definition at line 33 of file itkAffineLogTransform.h.
Public Member Functions | |
virtual const char * | GetClassName () const |
void | GetJacobian (const InputPointType &, JacobianType &, NonZeroJacobianIndicesType &) const override |
const ParametersType & | GetParameters () const override |
ITK_DISALLOW_COPY_AND_MOVE (AffineLogTransform) | |
itkStaticConstMacro (InputSpaceDimension, unsigned int, Dimension) | |
itkStaticConstMacro (OutputSpaceDimension, unsigned int, Dimension) | |
itkStaticConstMacro (ParametersDimension, unsigned int,(Dimension+1) *Dimension) | |
itkStaticConstMacro (SpaceDimension, unsigned int, Dimension) | |
void | SetIdentity () override |
void | SetParameters (const ParametersType ¶meters) override |
Public Member Functions inherited from itk::AdvancedMatrixOffsetTransformBase< double, 2, 2 > | |
const InputPointType & | GetCenter () const |
const FixedParametersType & | GetFixedParameters () const override |
void | GetJacobianOfSpatialHessian (const InputPointType &, JacobianOfSpatialHessianType &, NonZeroJacobianIndicesType &) const override |
void | GetJacobianOfSpatialHessian (const InputPointType &inputPoint, SpatialHessianType &sh, JacobianOfSpatialHessianType &jsh, NonZeroJacobianIndicesType &nonZeroJacobianIndices) const override |
void | GetJacobianOfSpatialJacobian (const InputPointType &, JacobianOfSpatialJacobianType &, NonZeroJacobianIndicesType &) const override |
void | GetJacobianOfSpatialJacobian (const InputPointType &, SpatialJacobianType &, JacobianOfSpatialJacobianType &, NonZeroJacobianIndicesType &) const override |
const MatrixType & | GetMatrix () const |
const ParametersType & | GetParameters () const override |
void | GetSpatialHessian (const InputPointType &, SpatialHessianType &) const override |
void | GetSpatialJacobian (const InputPointType &, SpatialJacobianType &) const override |
TransformCategoryEnum | GetTransformCategory () const override |
const OutputVectorType & | GetTranslation () const |
bool | IsLinear () const override |
itkStaticConstMacro (InputSpaceDimension, unsigned int, NInputDimensions) | |
itkStaticConstMacro (OutputSpaceDimension, unsigned int, NOutputDimensions) | |
itkStaticConstMacro (ParametersDimension, unsigned int, NOutputDimensions *(NInputDimensions+1)) | |
void | SetCenter (const InputPointType ¢er) |
void | SetFixedParameters (const FixedParametersType &) override |
virtual void | SetMatrix (const MatrixType &matrix) |
void | SetParameters (const ParametersType ¶meters) override |
void | SetTranslation (const OutputVectorType &translation) |
OutputCovariantVectorType | TransformCovariantVector (const InputCovariantVectorType &vector) const override |
OutputPointType | TransformPoint (const InputPointType &point) const override |
OutputVectorType | TransformVector (const InputVectorType &vector) const override |
OutputVnlVectorType | TransformVector (const InputVnlVectorType &vector) const override |
Public Member Functions inherited from itk::AdvancedTransform< double, NInputDimensions, NOutputDimensions > | |
void | ComputeJacobianWithRespectToParameters (const InputPointType &, JacobianType &) const override |
virtual void | EvaluateJacobianWithImageGradientProduct (const InputPointType &inputPoint, const MovingImageGradientType &movingImageGradient, DerivativeType &imageJacobian, NonZeroJacobianIndicesType &nonZeroJacobianIndices) const |
virtual bool | GetHasNonZeroJacobianOfSpatialHessian () const |
virtual bool | GetHasNonZeroSpatialHessian () const |
virtual NumberOfParametersType | GetNumberOfNonZeroJacobianIndices () const |
ITK_DISALLOW_COPY_AND_MOVE (AdvancedTransform) | |
itkStaticConstMacro (InputSpaceDimension, unsigned int, NInputDimensions) | |
itkStaticConstMacro (OutputSpaceDimension, unsigned int, NOutputDimensions) | |
Static Public Member Functions | |
static Pointer | New () |
Static Public Member Functions inherited from itk::AdvancedMatrixOffsetTransformBase< double, 2, 2 > | |
static Pointer | New () |
Protected Member Functions | |
AffineLogTransform () | |
AffineLogTransform (const MatrixType &matrix, const OutputPointType &offset) | |
AffineLogTransform (unsigned int outputSpaceDims, unsigned int paramsSpaceDims) | |
virtual void | PrecomputeJacobianOfSpatialJacobian () |
void | PrintSelf (std::ostream &os, Indent indent) const override |
~AffineLogTransform () override=default | |
Protected Member Functions inherited from itk::AdvancedMatrixOffsetTransformBase< double, 2, 2 > | |
AdvancedMatrixOffsetTransformBase (const unsigned int paramDims=ParametersDimension) | |
virtual void | ComputeMatrix () |
virtual void | ComputeMatrixParameters () |
virtual void | ComputeOffset () |
void | ComputeTranslation () |
const OutputVectorType & | GetOffset () const |
void | PrintSelf (std::ostream &s, Indent indent) const override |
void | SetVarMatrix (const MatrixType &matrix) |
void | SetVarTranslation (const OutputVectorType &translation) |
~AdvancedMatrixOffsetTransformBase () override=default | |
Protected Member Functions inherited from itk::AdvancedTransform< double, NInputDimensions, NOutputDimensions > | |
AdvancedTransform ()=default | |
~AdvancedTransform () override=default | |
Private Attributes | |
MatrixType | m_MatrixLogDomain {} |
Additional Inherited Members | |
Protected Attributes inherited from itk::AdvancedMatrixOffsetTransformBase< double, 2, 2 > | |
JacobianOfSpatialHessianType | m_JacobianOfSpatialHessian |
JacobianOfSpatialJacobianType | m_JacobianOfSpatialJacobian |
NonZeroJacobianIndicesType | m_NonZeroJacobianIndices |
SpatialHessianType | m_SpatialHessian |
Protected Attributes inherited from itk::AdvancedTransform< double, NInputDimensions, NOutputDimensions > | |
bool | m_HasNonZeroJacobianOfSpatialHessian |
bool | m_HasNonZeroSpatialHessian |
using itk::AffineLogTransform< TScalarType, Dimension >::AngleType = typename Superclass::ScalarType |
Definition at line 73 of file itkAffineLogTransform.h.
using itk::AdvancedMatrixOffsetTransformBase< TScalarType, NInputDimensions, NOutputDimensions >::CenterType |
Typedefs.
Definition at line 147 of file itkAdvancedMatrixOffsetTransformBase.h.
using itk::AffineLogTransform< TScalarType, Dimension >::ConstPointer = SmartPointer<const Self> |
Definition at line 42 of file itkAffineLogTransform.h.
using itk::AdvancedMatrixOffsetTransformBase< TScalarType, NInputDimensions, NOutputDimensions >::InverseMatrixType |
Standard inverse matrix type for this class.
Definition at line 144 of file itkAdvancedMatrixOffsetTransformBase.h.
using itk::AdvancedMatrixOffsetTransformBase< TScalarType, NInputDimensions, NOutputDimensions >::MatrixType |
Standard matrix type for this class.
Definition at line 141 of file itkAdvancedMatrixOffsetTransformBase.h.
using itk::AdvancedMatrixOffsetTransformBase< TScalarType, NInputDimensions, NOutputDimensions >::OffsetType |
Definition at line 148 of file itkAdvancedMatrixOffsetTransformBase.h.
using itk::AffineLogTransform< TScalarType, Dimension >::Pointer = SmartPointer<Self> |
Definition at line 41 of file itkAffineLogTransform.h.
using itk::AffineLogTransform< TScalarType, Dimension >::ScalarArrayType = FixedArray<ScalarType> |
Definition at line 82 of file itkAffineLogTransform.h.
using itk::AffineLogTransform< TScalarType, Dimension >::Self = AffineLogTransform |
Standard class typedefs.
Definition at line 39 of file itkAffineLogTransform.h.
using itk::AffineLogTransform< TScalarType, Dimension >::Superclass = AdvancedMatrixOffsetTransformBase<TScalarType, Dimension, Dimension> |
Definition at line 40 of file itkAffineLogTransform.h.
using itk::AdvancedMatrixOffsetTransformBase< TScalarType, NInputDimensions, NOutputDimensions >::TranslationType |
Definition at line 149 of file itkAdvancedMatrixOffsetTransformBase.h.
|
protected |
|
protected |
|
protected |
|
overrideprotecteddefault |
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::AdvancedMatrixOffsetTransformBase< double, 2, 2 >.
|
overridevirtual |
Compute the Jacobian of the transformation.
Reimplemented from itk::AdvancedMatrixOffsetTransformBase< double, 2, 2 >.
|
override |
itk::AffineLogTransform< TScalarType, Dimension >::ITK_DISALLOW_COPY_AND_MOVE | ( | AffineLogTransform< TScalarType, Dimension > | ) |
itk::AffineLogTransform< TScalarType, Dimension >::itkStaticConstMacro | ( | InputSpaceDimension | , |
unsigned int | , | ||
Dimension | ) |
itk::AffineLogTransform< TScalarType, Dimension >::itkStaticConstMacro | ( | OutputSpaceDimension | , |
unsigned int | , | ||
Dimension | ) |
itk::AffineLogTransform< TScalarType, Dimension >::itkStaticConstMacro | ( | ParametersDimension | , |
unsigned int | , | ||
(Dimension+1) * | Dimension ) |
itk::AffineLogTransform< TScalarType, Dimension >::itkStaticConstMacro | ( | SpaceDimension | , |
unsigned int | , | ||
Dimension | ) |
Dimension of the domain space.
|
static |
New macro for creation of through a Smart Pointer.
|
protectedvirtual |
Update the m_JacobianOfSpatialJacobian.
|
overrideprotected |
|
overridevirtual |
Reimplemented from itk::AdvancedMatrixOffsetTransformBase< double, 2, 2 >.
|
override |
|
private |
Definition at line 112 of file itkAffineLogTransform.h.
Generated on 2024-07-17 for elastix by 1.11.0 (9b424b03c9833626cd435af22a444888fbbb192d) |