Slicer  5.1
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
Typedefs | Variables
dtitypes.h File Reference
#include <itkImage.h>
#include <itkVectorContainer.h>
#include <itkVector.h>
#include <itkCovariantVector.h>
#include <itkDiffusionTensor3D.h>
#include <itkAffineTransform.h>
#include <itkDTITubeSpatialObject.h>
#include <itkGroupSpatialObject.h>
#include <itkRGBPixel.h>
#include <itkVectorImage.h>
#include <vnl/vnl_matrix.h>
#include <vnl/vnl_vector_fixed.h>
Include dependency graph for dtitypes.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef itk::AffineTransform< TransformRealType, 3 > AffineTransformType
 
typedef itk::Image< DeformationPixelType, DIMDeformationImageType
 
typedef itk::Vector< double, 3 > DeformationPixelType
 
typedef itk::Image< GradientPixelType, DIMGradientImageType
 
typedef itk::VectorContainer< unsigned int, GradientTypeGradientListType
 
typedef itk::CovariantVector< double, 3 > GradientPixelType
 
typedef vnl_vector_fixed< double, 3 > GradientType
 
typedef TensorImageType::SizeType ImageSizeType
 
typedef TensorImageType::SpacingType ImageSpacingType
 
typedef itk::Image< ScalarPixelType, DIMIntImageType
 
typedef itk::Image< LabelType, DIMLabelImageType
 
typedef unsigned char LabelType
 
typedef itk::Image< RealType, DIMRealImageType
 
typedef double RealType
 
typedef itk::Image< itk::RGBPixel< unsigned char >, 3 > RGBImageType
 
typedef unsigned short ScalarPixelType
 
typedef itk::Image< TensorPixelType, DIMTensorImageType
 
typedef itk::DiffusionTensor3D< double > TensorPixelType
 
typedef double TransformRealType
 
typedef itk::VectorImage< ScalarPixelType, DIMVectorImageType
 

Variables

const unsigned int DIM = 3
 

Typedef Documentation

◆ AffineTransformType

typedef itk::AffineTransform<TransformRealType, 3> AffineTransformType

Definition at line 64 of file dtitypes.h.

◆ DeformationImageType

Definition at line 53 of file dtitypes.h.

◆ DeformationPixelType

typedef itk::Vector<double, 3> DeformationPixelType

Definition at line 47 of file dtitypes.h.

◆ GradientImageType

typedef itk::Image<GradientPixelType, DIM> GradientImageType

Definition at line 54 of file dtitypes.h.

◆ GradientListType

typedef itk::VectorContainer<unsigned int, GradientType> GradientListType

Definition at line 67 of file dtitypes.h.

◆ GradientPixelType

typedef itk::CovariantVector<double, 3> GradientPixelType

Definition at line 48 of file dtitypes.h.

◆ GradientType

typedef vnl_vector_fixed<double, 3> GradientType

Definition at line 66 of file dtitypes.h.

◆ ImageSizeType

typedef TensorImageType::SizeType ImageSizeType

Definition at line 61 of file dtitypes.h.

◆ ImageSpacingType

typedef TensorImageType::SpacingType ImageSpacingType

Definition at line 62 of file dtitypes.h.

◆ IntImageType

typedef itk::Image<ScalarPixelType, DIM> IntImageType

Definition at line 57 of file dtitypes.h.

◆ LabelImageType

typedef itk::Image<LabelType, DIM> LabelImageType

Definition at line 58 of file dtitypes.h.

◆ LabelType

typedef unsigned char LabelType

Definition at line 42 of file dtitypes.h.

◆ RealImageType

typedef itk::Image<RealType, DIM> RealImageType

Definition at line 56 of file dtitypes.h.

◆ RealType

typedef double RealType

Definition at line 40 of file dtitypes.h.

◆ RGBImageType

typedef itk::Image<itk::RGBPixel<unsigned char>, 3> RGBImageType

Definition at line 59 of file dtitypes.h.

◆ ScalarPixelType

typedef unsigned short ScalarPixelType

Definition at line 45 of file dtitypes.h.

◆ TensorImageType

typedef itk::Image<TensorPixelType, DIM> TensorImageType

Definition at line 51 of file dtitypes.h.

◆ TensorPixelType

typedef itk::DiffusionTensor3D<double> TensorPixelType

Definition at line 46 of file dtitypes.h.

◆ TransformRealType

typedef double TransformRealType

Definition at line 41 of file dtitypes.h.

◆ VectorImageType

typedef itk::VectorImage<ScalarPixelType, DIM> VectorImageType

Definition at line 50 of file dtitypes.h.

Variable Documentation

◆ DIM

const unsigned int DIM = 3

Definition at line 43 of file dtitypes.h.