Slicer  5.1
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
List of all members | Public Types | Public Member Functions
itk::DiffusionTensor3DAffineTransform< TData > Class Template Reference

#include <Modules/CLI/ResampleDTIVolume/itkDiffusionTensor3DAffineTransform.h>

Inheritance diagram for itk::DiffusionTensor3DAffineTransform< TData >:
Inheritance graph
[legend]
Collaboration diagram for itk::DiffusionTensor3DAffineTransform< TData >:
Collaboration graph
[legend]

Public Types

typedef AffineTransform< double, 3 > AffineTransformType
 
typedef SmartPointer< const SelfConstPointer
 
typedef TData DataType
 
typedef Superclass::InternalMatrixDataType InternalMatrixDataType
 
typedef Superclass::InternalMatrixTransformType InternalMatrixTransformType
 
typedef Superclass::InternalTensorDataType InternalTensorDataType
 
typedef Superclass::MatrixDataType MatrixDataType
 
typedef MatrixExtended< double, 4, 4 > MatrixTransform4x4Type
 
typedef Superclass::MatrixTransformType MatrixTransformType
 
typedef SmartPointer< SelfPointer
 
typedef Superclass::PointType PointType
 
typedef DiffusionTensor3DAffineTransform Self
 
typedef DiffusionTensor3DMatrix3x3Transform< DataTypeSuperclass
 
typedef Superclass::TensorDataType TensorDataType
 
typedef Superclass::VectorType VectorType
 
- Public Types inherited from itk::DiffusionTensor3DMatrix3x3Transform< TData >
typedef SmartPointer< const SelfConstPointer
 
typedef TData DataType
 
typedef Superclass::InternalMatrixDataType InternalMatrixDataType
 
typedef Superclass::InternalMatrixTransformType InternalMatrixTransformType
 
typedef Superclass::InternalTensorDataType InternalTensorDataType
 
typedef Superclass::MatrixDataType MatrixDataType
 
typedef Superclass::MatrixTransformType MatrixTransformType
 
typedef SmartPointer< SelfPointer
 
typedef Superclass::PointType PointType
 
typedef DiffusionTensor3DMatrix3x3Transform Self
 
typedef DiffusionTensor3DTransform< DataTypeSuperclass
 
typedef Superclass::TensorDataType TensorDataType
 
typedef Superclass::TransformType TransformType
 
typedef Vector< TransformType, 3 > VectorType
 
- Public Types inherited from itk::DiffusionTensor3DTransform< TData >
typedef SmartPointer< const SelfConstPointer
 
typedef TData DataType
 
typedef MatrixExtended< DataType, 3, 3 > InternalMatrixDataType
 
typedef MatrixExtended< TransformType, 3, 3 > InternalMatrixTransformType
 
typedef DiffusionTensor3DExtended< DataTypeInternalTensorDataType
 
typedef Matrix< DataType, 3, 3 > MatrixDataType
 
typedef Matrix< TransformType, 3, 3 > MatrixTransformType
 
typedef SmartPointer< SelfPointer
 
typedef Point< TransformType, 3 > PointType
 
typedef DiffusionTensor3DTransform Self
 
typedef DiffusionTensor3D< DataTypeTensorDataType
 
typedef double TransformType
 

Public Member Functions

AffineTransformType::Pointer GetAffineTransform ()
 
 itkTypeMacro (DiffusionTensor3DAffineTransform, DiffusionTensor3DMatrix3x3Transform)
 
void SetMatrix4x4 (MatrixTransform4x4Type matrix)
 
void SetTransform (typename AffineTransformType::Pointer transform)
 
- Public Member Functions inherited from itk::DiffusionTensor3DMatrix3x3Transform< TData >
PointType EvaluateTensorPosition (const PointType &point) override
 
virtual TensorDataType EvaluateTransformedTensor (TensorDataType &tensor)
 
TensorDataType EvaluateTransformedTensor (TensorDataType &tensor, PointType &outputPosition) override
 
virtual InternalMatrixTransformType GetMatrix3x3 ()
 
Transform< double, 3, 3 >::Pointer GetTransform () override
 
VectorType GetTranslation ()
 
 itkTypeMacro (DiffusionTensor3DMatrix3x3Transform, DiffusionTensor3DTransform)
 
void SetCenter (PointType center)
 
virtual void SetMatrix3x3 (MatrixTransformType &matrix)
 
void SetTranslation (VectorType translation)
 
- Public Member Functions inherited from itk::DiffusionTensor3DTransform< TData >
 itkSetMacro (MeasurementFrame, MatrixTransformType)
 
 itkTypeMacro (DiffusionTensor3DTransform, Object)
 

Additional Inherited Members

- Protected Member Functions inherited from itk::DiffusionTensor3DMatrix3x3Transform< TData >
void ComputeOffset ()
 
 DiffusionTensor3DMatrix3x3Transform ()
 
virtual void PreCompute ()=0
 
- Protected Member Functions inherited from itk::DiffusionTensor3DTransform< TData >
 DiffusionTensor3DTransform ()
 
- Protected Attributes inherited from itk::DiffusionTensor3DMatrix3x3Transform< TData >
PointType m_Center
 
unsigned long m_LatestTime
 
std::mutex m_Lock
 
VectorType m_Offset
 
InternalMatrixTransformType m_Transform
 
InternalMatrixTransformType m_TransformMatrix
 
InternalMatrixTransformType m_TransformT
 
VectorType m_Translation
 
- Protected Attributes inherited from itk::DiffusionTensor3DTransform< TData >
InternalMatrixTransformType m_MeasurementFrame
 

Detailed Description

template<class TData>
class itk::DiffusionTensor3DAffineTransform< TData >

This is an abstract class to implement affine transformation for diffusion tensors.

Definition at line 29 of file itkDiffusionTensor3DAffineTransform.h.

Member Typedef Documentation

◆ AffineTransformType

template<class TData >
typedef AffineTransform<double, 3> itk::DiffusionTensor3DAffineTransform< TData >::AffineTransformType

Definition at line 46 of file itkDiffusionTensor3DAffineTransform.h.

◆ ConstPointer

template<class TData >
typedef SmartPointer<const Self> itk::DiffusionTensor3DAffineTransform< TData >::ConstPointer

Definition at line 44 of file itkDiffusionTensor3DAffineTransform.h.

◆ DataType

template<class TData >
typedef TData itk::DiffusionTensor3DAffineTransform< TData >::DataType

Definition at line 33 of file itkDiffusionTensor3DAffineTransform.h.

◆ InternalMatrixDataType

Definition at line 41 of file itkDiffusionTensor3DAffineTransform.h.

◆ InternalMatrixTransformType

Definition at line 42 of file itkDiffusionTensor3DAffineTransform.h.

◆ InternalTensorDataType

Definition at line 40 of file itkDiffusionTensor3DAffineTransform.h.

◆ MatrixDataType

Definition at line 38 of file itkDiffusionTensor3DAffineTransform.h.

◆ MatrixTransform4x4Type

template<class TData >
typedef MatrixExtended<double, 4, 4> itk::DiffusionTensor3DAffineTransform< TData >::MatrixTransform4x4Type

Definition at line 45 of file itkDiffusionTensor3DAffineTransform.h.

◆ MatrixTransformType

Definition at line 39 of file itkDiffusionTensor3DAffineTransform.h.

◆ Pointer

template<class TData >
typedef SmartPointer<Self> itk::DiffusionTensor3DAffineTransform< TData >::Pointer

Definition at line 43 of file itkDiffusionTensor3DAffineTransform.h.

◆ PointType

template<class TData >
typedef Superclass::PointType itk::DiffusionTensor3DAffineTransform< TData >::PointType

Definition at line 36 of file itkDiffusionTensor3DAffineTransform.h.

◆ Self

Definition at line 34 of file itkDiffusionTensor3DAffineTransform.h.

◆ Superclass

Definition at line 35 of file itkDiffusionTensor3DAffineTransform.h.

◆ TensorDataType

Definition at line 37 of file itkDiffusionTensor3DAffineTransform.h.

◆ VectorType

Definition at line 47 of file itkDiffusionTensor3DAffineTransform.h.

Member Function Documentation

◆ GetAffineTransform()

template<class TData >
AffineTransformType::Pointer itk::DiffusionTensor3DAffineTransform< TData >::GetAffineTransform ( )

◆ itkTypeMacro()

template<class TData >
itk::DiffusionTensor3DAffineTransform< TData >::itkTypeMacro ( DiffusionTensor3DAffineTransform< TData >  ,
DiffusionTensor3DMatrix3x3Transform   
)

Run-time type information (and related methods).

◆ SetMatrix4x4()

template<class TData >
void itk::DiffusionTensor3DAffineTransform< TData >::SetMatrix4x4 ( MatrixTransform4x4Type  matrix)

Set the transformation matrix directly from a 4x4 matrix The 4th row is ignored and considered to be 0,0,0,1

◆ SetTransform()

template<class TData >
void itk::DiffusionTensor3DAffineTransform< TData >::SetTransform ( typename AffineTransformType::Pointer  transform)

Set the transformation matrix from an itk::AffineTransform< double , 3 > object


The documentation for this class was generated from the following file: