Slicer
4.11
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
|
#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>
Go to the source code of this file.
Typedefs | |
typedef itk::AffineTransform< TransformRealType, 3 > | AffineTransformType |
typedef itk::Image< DeformationPixelType, DIM > | DeformationImageType |
typedef itk::Vector< double, 3 > | DeformationPixelType |
typedef itk::Image< GradientPixelType, DIM > | GradientImageType |
typedef itk::VectorContainer< unsigned int, GradientType > | GradientListType |
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, DIM > | IntImageType |
typedef itk::Image< LabelType, DIM > | LabelImageType |
typedef unsigned char | LabelType |
typedef itk::Image< RealType, DIM > | RealImageType |
typedef double | RealType |
typedef itk::Image< itk::RGBPixel< unsigned char >, 3 > | RGBImageType |
typedef unsigned short | ScalarPixelType |
typedef itk::Image< TensorPixelType, DIM > | TensorImageType |
typedef itk::DiffusionTensor3D< double > | TensorPixelType |
typedef double | TransformRealType |
typedef itk::VectorImage< ScalarPixelType, DIM > | VectorImageType |
Variables | |
const unsigned int | DIM = 3 |
typedef itk::AffineTransform<TransformRealType, 3> AffineTransformType |
Definition at line 64 of file dtitypes.h.
typedef itk::Image<DeformationPixelType, DIM> DeformationImageType |
Definition at line 53 of file dtitypes.h.
typedef itk::Vector<double, 3> DeformationPixelType |
Definition at line 47 of file dtitypes.h.
typedef itk::Image<GradientPixelType, DIM> GradientImageType |
Definition at line 54 of file dtitypes.h.
typedef itk::VectorContainer<unsigned int, GradientType> GradientListType |
Definition at line 67 of file dtitypes.h.
typedef itk::CovariantVector<double, 3> GradientPixelType |
Definition at line 48 of file dtitypes.h.
typedef vnl_vector_fixed<double, 3> GradientType |
Definition at line 66 of file dtitypes.h.
typedef TensorImageType::SizeType ImageSizeType |
Definition at line 61 of file dtitypes.h.
typedef TensorImageType::SpacingType ImageSpacingType |
Definition at line 62 of file dtitypes.h.
typedef itk::Image<ScalarPixelType, DIM> IntImageType |
Definition at line 57 of file dtitypes.h.
typedef itk::Image<LabelType, DIM> LabelImageType |
Definition at line 58 of file dtitypes.h.
typedef unsigned char LabelType |
Definition at line 42 of file dtitypes.h.
typedef itk::Image<RealType, DIM> RealImageType |
Definition at line 56 of file dtitypes.h.
typedef double RealType |
Definition at line 40 of file dtitypes.h.
typedef itk::Image<itk::RGBPixel<unsigned char>, 3> RGBImageType |
Definition at line 59 of file dtitypes.h.
typedef unsigned short ScalarPixelType |
Definition at line 45 of file dtitypes.h.
typedef itk::Image<TensorPixelType, DIM> TensorImageType |
Definition at line 51 of file dtitypes.h.
typedef itk::DiffusionTensor3D<double> TensorPixelType |
Definition at line 46 of file dtitypes.h.
typedef double TransformRealType |
Definition at line 41 of file dtitypes.h.
typedef itk::VectorImage<ScalarPixelType, DIM> VectorImageType |
Definition at line 50 of file dtitypes.h.
const unsigned int DIM = 3 |
Definition at line 43 of file dtitypes.h.