plastimatch
|
#include "plmbase_config.h"
#include "itkImage.h"
#include "itkImageIOBase.h"
#include "itkVectorImage.h"
#include "itk_point.h"
Go to the source code of this file.
Typedefs | |
typedef itk::Image< unsigned char, 4 > | UCharImage4DType |
typedef itk::Image< char, 3 > | CharImageType |
typedef itk::Image< unsigned char, 3 > | UCharImageType |
typedef itk::Image< short, 3 > | ShortImageType |
typedef itk::Image< unsigned short, 3 > | UShortImageType |
typedef itk::Image< int32_t, 3 > | Int32ImageType |
typedef itk::Image< uint32_t, 3 > | UInt32ImageType |
typedef itk::Image< int64_t, 3 > | Int64ImageType |
typedef itk::Image< uint64_t, 3 > | UInt64ImageType |
typedef itk::Image< float, 3 > | FloatImageType |
typedef itk::Image< double, 3 > | DoubleImageType |
typedef itk::VectorImage< unsigned char, 3 > | UCharVecImageType |
typedef itk::Image< unsigned char, 2 > | UCharImage2DType |
typedef itk::Image< short, 2 > | ShortImage2DType |
typedef itk::Image< unsigned short, 2 > | UShortImage2DType |
typedef itk::Image< int32_t, 2 > | Int32Image2DType |
typedef itk::Image< uint32_t, 2 > | UInt32Image2DType |
typedef itk::Image< int64_t, 2 > | Int64Image2DType |
typedef itk::Image< uint64_t, 2 > | UInt64Image2DType |
typedef itk::Image< float, 2 > | FloatImage2DType |
typedef itk::Image< double, 2 > | DoubleImage2DType |
typedef itk::VectorImage< unsigned char, 2 > | UCharVecImage2DType |
typedef itk::Image< FloatVector3DType, 3 > | DeformationFieldType |
typedef itk::Image< char, 3 > CharImageType |
typedef itk::Image< FloatVector3DType, 3 > DeformationFieldType |
typedef itk::Image< double, 2 > DoubleImage2DType |
typedef itk::Image< double, 3 > DoubleImageType |
typedef itk::Image< float, 2 > FloatImage2DType |
typedef itk::Image< float, 3 > FloatImageType |
typedef itk::Image< int32_t, 2 > Int32Image2DType |
typedef itk::Image< int32_t, 3 > Int32ImageType |
typedef itk::Image< int64_t, 2 > Int64Image2DType |
typedef itk::Image< int64_t, 3 > Int64ImageType |
typedef itk::Image< short, 2 > ShortImage2DType |
typedef itk::Image< short, 3 > ShortImageType |
typedef itk::Image< unsigned char, 2 > UCharImage2DType |
typedef itk::Image< unsigned char, 4 > UCharImage4DType |
typedef itk::Image< unsigned char, 3 > UCharImageType |
typedef itk::VectorImage< unsigned char, 2 > UCharVecImage2DType |
typedef itk::VectorImage< unsigned char, 3 > UCharVecImageType |
typedef itk::Image< uint32_t, 2 > UInt32Image2DType |
typedef itk::Image< uint32_t, 3 > UInt32ImageType |
typedef itk::Image< uint64_t, 2 > UInt64Image2DType |
typedef itk::Image< uint64_t, 3 > UInt64ImageType |
typedef itk::Image< unsigned short, 2 > UShortImage2DType |
typedef itk::Image< unsigned short, 3 > UShortImageType |