Slicer  5.3
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 | Protected Member Functions | Protected Attributes
itk::DiffusionTensor3DRigidTransform< TData > Class Template Reference

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

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

Public Types

typedef SmartPointer< const SelfConstPointer
 
typedef TData DataType
 
typedef Superclass::InternalMatrixTransformType InternalMatrixTransformType
 
typedef Matrix< double, 4, 4 > MatrixTransform4x4Type
 
typedef Superclass::MatrixTransformType MatrixTransformType
 
typedef SmartPointer< SelfPointer
 
typedef Rigid3DTransform< double > Rigid3DTransformType
 
typedef DiffusionTensor3DRigidTransform< DataTypeSelf
 
typedef DiffusionTensor3DMatrix3x3Transform< DataTypeSuperclass
 
typedef VersorRigid3DTransform< double > VersorRigid3DTransformType
 
- 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

void DisablePrecision ()
 
VersorRigid3DTransformType::Pointer GetRigidTransform ()
 
 itkNewMacro (Self)
 
 itkSetMacro (PrecisionChecking, bool)
 
 itkTypeMacro (DiffusionTensor3DRigidTransform, DiffusionTensor3DMatrix3x3Transform)
 
void SetMatrix3x3 (MatrixTransformType &matrix) override
 
void SetMatrix4x4 (MatrixTransform4x4Type matrix)
 
void SetTransform (typename Rigid3DTransformType::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)
 
void SetTranslation (VectorType translation)
 
- Public Member Functions inherited from itk::DiffusionTensor3DTransform< TData >
 itkSetMacro (MeasurementFrame, MatrixTransformType)
 
 itkTypeMacro (DiffusionTensor3DTransform, Object)
 

Protected Member Functions

 DiffusionTensor3DRigidTransform ()
 
double GetDet (MatrixTransformType &matrix)
 
void PreCompute () override
 
- Protected Member Functions inherited from itk::DiffusionTensor3DMatrix3x3Transform< TData >
void ComputeOffset ()
 
 DiffusionTensor3DMatrix3x3Transform ()
 
- Protected Member Functions inherited from itk::DiffusionTensor3DTransform< TData >
 DiffusionTensor3DTransform ()
 

Protected Attributes

bool m_PrecisionChecking
 
- 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::DiffusionTensor3DRigidTransform< TData >

This class implement a rigid transformation for diffusion tensors (rotation and translation).

Definition at line 29 of file itkDiffusionTensor3DRigidTransform.h.

Member Typedef Documentation

◆ ConstPointer

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

Definition at line 37 of file itkDiffusionTensor3DRigidTransform.h.

◆ DataType

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

Definition at line 33 of file itkDiffusionTensor3DRigidTransform.h.

◆ InternalMatrixTransformType

Definition at line 39 of file itkDiffusionTensor3DRigidTransform.h.

◆ MatrixTransform4x4Type

template<class TData >
typedef Matrix<double, 4, 4> itk::DiffusionTensor3DRigidTransform< TData >::MatrixTransform4x4Type

Definition at line 40 of file itkDiffusionTensor3DRigidTransform.h.

◆ MatrixTransformType

Definition at line 38 of file itkDiffusionTensor3DRigidTransform.h.

◆ Pointer

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

Definition at line 36 of file itkDiffusionTensor3DRigidTransform.h.

◆ Rigid3DTransformType

template<class TData >
typedef Rigid3DTransform<double> itk::DiffusionTensor3DRigidTransform< TData >::Rigid3DTransformType

Definition at line 41 of file itkDiffusionTensor3DRigidTransform.h.

◆ Self

Definition at line 34 of file itkDiffusionTensor3DRigidTransform.h.

◆ Superclass

Definition at line 35 of file itkDiffusionTensor3DRigidTransform.h.

◆ VersorRigid3DTransformType

template<class TData >
typedef VersorRigid3DTransform<double> itk::DiffusionTensor3DRigidTransform< TData >::VersorRigid3DTransformType

Definition at line 42 of file itkDiffusionTensor3DRigidTransform.h.

Constructor & Destructor Documentation

◆ DiffusionTensor3DRigidTransform()

template<class TData >
itk::DiffusionTensor3DRigidTransform< TData >::DiffusionTensor3DRigidTransform ( )
protected

Member Function Documentation

◆ DisablePrecision()

template<class TData >
void itk::DiffusionTensor3DRigidTransform< TData >::DisablePrecision ( )

◆ GetDet()

template<class TData >
double itk::DiffusionTensor3DRigidTransform< TData >::GetDet ( MatrixTransformType matrix)
protected

◆ GetRigidTransform()

template<class TData >
VersorRigid3DTransformType::Pointer itk::DiffusionTensor3DRigidTransform< TData >::GetRigidTransform ( )

◆ itkNewMacro()

template<class TData >
itk::DiffusionTensor3DRigidTransform< TData >::itkNewMacro ( Self  )

◆ itkSetMacro()

template<class TData >
itk::DiffusionTensor3DRigidTransform< TData >::itkSetMacro ( PrecisionChecking  ,
bool   
)

◆ itkTypeMacro()

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

Run-time type information (and related methods).

◆ PreCompute()

template<class TData >
void itk::DiffusionTensor3DRigidTransform< TData >::PreCompute ( )
overrideprotectedvirtual

◆ SetMatrix3x3()

template<class TData >
void itk::DiffusionTensor3DRigidTransform< TData >::SetMatrix3x3 ( MatrixTransformType matrix)
overridevirtual

◆ SetMatrix4x4()

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

◆ SetTransform()

template<class TData >
void itk::DiffusionTensor3DRigidTransform< TData >::SetTransform ( typename Rigid3DTransformType::Pointer  transform)

Member Data Documentation

◆ m_PrecisionChecking

template<class TData >
bool itk::DiffusionTensor3DRigidTransform< TData >::m_PrecisionChecking
protected

Definition at line 62 of file itkDiffusionTensor3DRigidTransform.h.


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