Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ class AdvancedBSplineDeformableTransformBase :
InputCovariantVectorType;
typedef typename Superclass::OutputCovariantVectorType
OutputCovariantVectorType;
typedef typename Superclass::TransformCategoryType TransformCategoryType;

typedef typename Superclass
::NonZeroJacobianIndicesType NonZeroJacobianIndicesType;
Expand Down
1 change: 0 additions & 1 deletion Common/Transforms/itkAdvancedCombinationTransform.h
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ class AdvancedCombinationTransform :
typedef typename Superclass::InternalMatrixType InternalMatrixType;
typedef typename Superclass::InverseTransformBaseType InverseTransformBaseType;
typedef typename Superclass::InverseTransformBasePointer InverseTransformBasePointer;
typedef typename Superclass::TransformCategoryType TransformCategoryType;
typedef typename Superclass::MovingImageGradientType MovingImageGradientType;
typedef typename Superclass::MovingImageGradientValueType MovingImageGradientValueType;

Expand Down
1 change: 0 additions & 1 deletion Common/Transforms/itkAdvancedIdentityTransform.h
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ class AdvancedIdentityTransform :
/** Type of the input parameters. */
typedef typename Superclass::ParametersType ParametersType;
typedef typename Superclass::NumberOfParametersType NumberOfParametersType;
typedef typename Superclass::TransformCategoryType TransformCategoryType;

/** Type of the Jacobian matrix. */
typedef typename Superclass::JacobianType JacobianType;
Expand Down
1 change: 0 additions & 1 deletion Common/Transforms/itkAdvancedMatrixOffsetTransformBase.h
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,6 @@ class AdvancedMatrixOffsetTransformBase :
typedef typename Superclass::OutputVnlVectorType OutputVnlVectorType;
typedef typename Superclass::InputPointType InputPointType;
typedef typename Superclass::OutputPointType OutputPointType;
typedef typename Superclass::TransformCategoryType TransformCategoryType;

typedef typename Superclass
::NonZeroJacobianIndicesType NonZeroJacobianIndicesType;
Expand Down
1 change: 0 additions & 1 deletion Common/Transforms/itkAdvancedTranslationTransform.h
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ class ITK_EXPORT AdvancedTranslationTransform :
typedef typename Superclass::ParametersType ParametersType;
typedef typename Superclass::FixedParametersType FixedParametersType;
typedef typename Superclass::NumberOfParametersType NumberOfParametersType;
typedef typename Superclass::TransformCategoryType TransformCategoryType;

/** Standard Jacobian container. */
typedef typename Superclass::JacobianType JacobianType;
Expand Down