| 
 | 
Home | Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals | Related Pages | 
#include <itkAffineDTI2DTransform.h>
Definition at line 65 of file itkAffineDTI2DTransform.h.
 Inheritance diagram for itk::AffineDTI2DTransform< TScalarType >:Public Types | |
| using | AngleType = typename Superclass::ScalarType | 
| using | CenterType = InputPointType | 
| using | ConstPointer = SmartPointer< const Self > | 
| using | InverseMatrixType = Matrix< TScalarType, Self::InputSpaceDimension, Self::OutputSpaceDimension > | 
| using | MatrixType = Matrix< TScalarType, Self::OutputSpaceDimension, Self::InputSpaceDimension > | 
| using | OffsetType = OutputVectorType | 
| using | Pointer = SmartPointer< Self > | 
| using | ScalarArrayType = FixedArray< ScalarType > | 
| using | Self = AffineDTI2DTransform | 
| using | Superclass = AdvancedMatrixOffsetTransformBase< TScalarType, 2, 2 > | 
| using | TranslationType = OutputVectorType | 
  Public Types inherited from itk::AdvancedMatrixOffsetTransformBase< TScalarType, NInputDimensions, NOutputDimensions > | |
| using | CenterType = InputPointType | 
| using | ConstPointer = SmartPointer< const Self > | 
| using | InverseMatrixType = Matrix< TScalarType, Self::InputSpaceDimension, Self::OutputSpaceDimension > | 
| using | MatrixType = Matrix< TScalarType, Self::OutputSpaceDimension, Self::InputSpaceDimension > | 
| using | OffsetType = OutputVectorType | 
| using | Pointer = SmartPointer< Self > | 
| using | Self = AdvancedMatrixOffsetTransformBase | 
| using | Superclass = AdvancedTransform< TScalarType, NInputDimensions, NOutputDimensions > | 
| using | TranslationType = OutputVectorType | 
  Public Types inherited from itk::AdvancedTransform< TScalarType, NInputDimensions, NOutputDimensions > | |
| using | ConstPointer = SmartPointer< const Self > | 
| using | InternalMatrixType = typename SpatialJacobianType::InternalMatrixType | 
| using | InverseTransformBaseType = typename Superclass::InverseTransformBaseType | 
| using | JacobianOfSpatialHessianType = std::vector< SpatialHessianType > | 
| using | JacobianOfSpatialJacobianType = std::vector< SpatialJacobianType > | 
| using | MovingImageGradientType = OutputCovariantVectorType | 
| using | MovingImageGradientValueType = typename MovingImageGradientType::ValueType | 
| using | NonZeroJacobianIndicesType = std::vector< unsigned long > | 
| using | Pointer = SmartPointer< Self > | 
| using | Self = AdvancedTransform | 
| using | SpatialHessianType = FixedArray< Matrix< ScalarType, InputSpaceDimension, InputSpaceDimension >, OutputSpaceDimension > | 
| using | SpatialJacobianType = Matrix< ScalarType, OutputSpaceDimension, InputSpaceDimension > | 
| using | Superclass = Transform< TScalarType, NInputDimensions, NOutputDimensions > | 
| using | TransformType = Transform< TScalarType, NInputDimensions, NOutputDimensions > | 
| using | TransformTypeConstPointer = typename TransformType::ConstPointer | 
| using | TransformTypePointer = typename TransformType::Pointer | 
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 (AffineDTI2DTransform) | |
| itkStaticConstMacro (InputSpaceDimension, unsigned int, 2) | |
| itkStaticConstMacro (OutputSpaceDimension, unsigned int, 2) | |
| itkStaticConstMacro (ParametersDimension, unsigned int, 7) | |
| itkStaticConstMacro (SpaceDimension, unsigned int, 2) | |
| void | SetIdentity () override | 
| void | SetParameters (const ParametersType ¶meters) override | 
  Public Member Functions inherited from itk::AdvancedMatrixOffsetTransformBase< TScalarType, NInputDimensions, NOutputDimensions > | |
| 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< TScalarType, 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< TScalarType, NInputDimensions, NOutputDimensions > | |
| static Pointer | New () | 
Protected Member Functions | |
| AffineDTI2DTransform () | |
| AffineDTI2DTransform (const MatrixType &matrix, const OutputPointType &offset) | |
| AffineDTI2DTransform (unsigned int outputSpaceDims, unsigned int paramsSpaceDims) | |
| void | ComputeMatrix () override | 
| void | ComputeMatrixParameters () override | 
| virtual void | PrecomputeJacobianOfSpatialJacobian () | 
| void | PrintSelf (std::ostream &os, Indent indent) const override | 
| void | SetVarAngleScaleShear (ScalarArrayType angle, ScalarArrayType shear, ScalarArrayType scale) | 
| ~AffineDTI2DTransform () override=default | |
  Protected Member Functions inherited from itk::AdvancedMatrixOffsetTransformBase< TScalarType, NInputDimensions, NOutputDimensions > | |
| AdvancedMatrixOffsetTransformBase (const unsigned int paramDims=ParametersDimension) | |
| 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< TScalarType, NInputDimensions, NOutputDimensions > | |
| AdvancedTransform ()=default | |
| ~AdvancedTransform () override=default | |
Private Attributes | |
| ScalarArrayType | m_Angle {} | 
| ScalarArrayType | m_Scale {} | 
| ScalarArrayType | m_Shear {} | 
Additional Inherited Members | |
  Protected Attributes inherited from itk::AdvancedMatrixOffsetTransformBase< TScalarType, NInputDimensions, NOutputDimensions > | |
| JacobianOfSpatialHessianType | m_JacobianOfSpatialHessian {} | 
| JacobianOfSpatialJacobianType | m_JacobianOfSpatialJacobian {} | 
| NonZeroJacobianIndicesType | m_NonZeroJacobianIndices {} | 
| SpatialHessianType | m_SpatialHessian {} | 
  Protected Attributes inherited from itk::AdvancedTransform< TScalarType, NInputDimensions, NOutputDimensions > | |
| bool | m_HasNonZeroJacobianOfSpatialHessian { true } | 
| bool | m_HasNonZeroSpatialHessian { true } | 
| using itk::AffineDTI2DTransform< TScalarType >::AngleType = typename Superclass::ScalarType | 
Definition at line 105 of file itkAffineDTI2DTransform.h.
| using itk::AdvancedMatrixOffsetTransformBase< TScalarType, NInputDimensions, NOutputDimensions >::CenterType = InputPointType | 
Typedefs.
Definition at line 147 of file itkAdvancedMatrixOffsetTransformBase.h.
| using itk::AffineDTI2DTransform< TScalarType >::ConstPointer = SmartPointer<const Self> | 
Definition at line 74 of file itkAffineDTI2DTransform.h.
| using itk::AdvancedMatrixOffsetTransformBase< TScalarType, NInputDimensions, NOutputDimensions >::InverseMatrixType = Matrix<TScalarType, Self::InputSpaceDimension, Self::OutputSpaceDimension> | 
Standard inverse matrix type for this class.
Definition at line 144 of file itkAdvancedMatrixOffsetTransformBase.h.
| using itk::AdvancedMatrixOffsetTransformBase< TScalarType, NInputDimensions, NOutputDimensions >::MatrixType = Matrix<TScalarType, Self::OutputSpaceDimension, Self::InputSpaceDimension> | 
Standard matrix type for this class.
Definition at line 141 of file itkAdvancedMatrixOffsetTransformBase.h.
| using itk::AdvancedMatrixOffsetTransformBase< TScalarType, NInputDimensions, NOutputDimensions >::OffsetType = OutputVectorType | 
Definition at line 148 of file itkAdvancedMatrixOffsetTransformBase.h.
| using itk::AffineDTI2DTransform< TScalarType >::Pointer = SmartPointer<Self> | 
Definition at line 73 of file itkAffineDTI2DTransform.h.
| using itk::AffineDTI2DTransform< TScalarType >::ScalarArrayType = FixedArray<ScalarType> | 
Definition at line 114 of file itkAffineDTI2DTransform.h.
| using itk::AffineDTI2DTransform< TScalarType >::Self = AffineDTI2DTransform | 
Standard class typedefs.
Definition at line 71 of file itkAffineDTI2DTransform.h.
| using itk::AffineDTI2DTransform< TScalarType >::Superclass = AdvancedMatrixOffsetTransformBase<TScalarType, 2, 2> | 
Definition at line 72 of file itkAffineDTI2DTransform.h.
| using itk::AdvancedMatrixOffsetTransformBase< TScalarType, NInputDimensions, NOutputDimensions >::TranslationType = OutputVectorType | 
Definition at line 149 of file itkAdvancedMatrixOffsetTransformBase.h.
      
  | 
  protected | 
      
  | 
  protected | 
      
  | 
  protected | 
      
  | 
  overrideprotecteddefault | 
      
  | 
  overrideprotectedvirtual | 
Compute the components of the rotation matrix in the superclass.
Reimplemented from itk::AdvancedMatrixOffsetTransformBase< TScalarType, NInputDimensions, NOutputDimensions >.
      
  | 
  overrideprotectedvirtual | 
      
  | 
  virtual | 
Run-time type information (and related methods).
Reimplemented from itk::AdvancedMatrixOffsetTransformBase< TScalarType, NInputDimensions, NOutputDimensions >.
      
  | 
  overridevirtual | 
Compute the Jacobian of the transformation.
Reimplemented from itk::AdvancedMatrixOffsetTransformBase< TScalarType, NInputDimensions, NOutputDimensions >.
      
  | 
  override | 
| itk::AffineDTI2DTransform< TScalarType >::ITK_DISALLOW_COPY_AND_MOVE | ( | AffineDTI2DTransform< TScalarType > | ) | 
| itk::AffineDTI2DTransform< TScalarType >::itkStaticConstMacro | ( | InputSpaceDimension | , | 
| unsigned int | , | ||
| 2 | |||
| ) | 
| itk::AffineDTI2DTransform< TScalarType >::itkStaticConstMacro | ( | OutputSpaceDimension | , | 
| unsigned int | , | ||
| 2 | |||
| ) | 
| itk::AffineDTI2DTransform< TScalarType >::itkStaticConstMacro | ( | ParametersDimension | , | 
| unsigned int | , | ||
| 7 | |||
| ) | 
| itk::AffineDTI2DTransform< TScalarType >::itkStaticConstMacro | ( | SpaceDimension | , | 
| unsigned int | , | ||
| 2 | |||
| ) | 
Dimension of the space.
      
  | 
  static | 
New macro for creation of through a Smart Pointer.
      
  | 
  protectedvirtual | 
Update the m_JacobianOfSpatialJacobian. 
 
      
  | 
  overrideprotected | 
      
  | 
  overridevirtual | 
      
  | 
  override | 
Set/Get the transformation from a container of parameters This is typically used by optimizers. There are 7 parameters. [ R Gx Gy Sx Sy Tx Ty ] ~rotation, scale, skew, translation
      
  | 
  protected | 
Set values of angles etc directly without recomputing other parameters.
      
  | 
  private | 
Definition at line 160 of file itkAffineDTI2DTransform.h.
      
  | 
  private | 
Definition at line 162 of file itkAffineDTI2DTransform.h.
      
  | 
  private | 
Definition at line 161 of file itkAffineDTI2DTransform.h.
Generated on 1739326392 for elastix by   1.9.8  |