|
ITK
6.0.0
Insight Toolkit
|
Go to the documentation of this file.
18 #ifndef itkDiffusionTensor3D_h
19 #define itkDiffusionTensor3D_h
22 #ifdef DiffusionTensor3D
23 # undef DiffusionTensor3D
78 template <
typename TComponent>
107 template <
typename TCoordRepB>
117 operator=(
const ComponentType & r);
120 operator=(
const ComponentArrayType r);
123 template <
typename TCoordRepB>
155 GetFractionalAnisotropy()
const;
159 GetRelativeAnisotropy()
const;
163 GetInnerScalarProduct()
const;
167 template <
typename T>
177 #ifndef ITK_MANUAL_INSTANTIATION
178 # include "itkDiffusionTensor3D.hxx"
Represent a diffusion tensor as used in DTI images.
Represent a symmetric tensor of second rank.
typename NumericTraits< ValueType >::RealType RealValueType
Self & operator=(const SymmetricSecondRankTensor< TCoordRepB, VDimension > &pa)
ComponentType[Self::InternalDimension] ComponentArrayType
Simulate a standard C array with copy semantics.
A templated class holding a M x N size Matrix.
typename NumericTraits< ValueType >::RealType AccumulateValueType
DiffusionTensor3D(const DiffusionTensor3D< TCoordRepB > &pa)
void swap(Array< T > &a, Array< T > &b) noexcept
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
Self & operator=(const DiffusionTensor3D< TCoordRepB > &pa)
void swap(FixedArray &other)
BinaryGeneratorImageFilter< TInputImage1, TInputImage2, TOutputImage > Superclass