#include "ITKIOImageBaseExport.h"
#include "itkIOConfigure.h"
#include "itkLightProcessObject.h"
#include "itkIndent.h"
#include "itkImageIORegion.h"
#include "itkRGBPixel.h"
#include "itkRGBAPixel.h"
#include "itkVariableLengthVector.h"
#include "itkCovariantVector.h"
#include "itkSymmetricSecondRankTensor.h"
#include "itkDiffusionTensor3D.h"
#include "itkImageRegionSplitterBase.h"
#include "vnl/vnl_vector.h"
#include "vcl_compiler.h"
#include <fstream>
#include <string>
Go to the source code of this file.
|
| itk::IMAGEIOBASE_TYPEMAP (char, CHAR) |
|
| itk::IMAGEIOBASE_TYPEMAP (unsigned char, UCHAR) |
|
| itk::IMAGEIOBASE_TYPEMAP (short, SHORT) |
|
| itk::IMAGEIOBASE_TYPEMAP (unsigned short, USHORT) |
|
| itk::IMAGEIOBASE_TYPEMAP (int, INT) |
|
| itk::IMAGEIOBASE_TYPEMAP (unsigned int, UINT) |
|
| itk::IMAGEIOBASE_TYPEMAP (long, LONG) |
|
| itk::IMAGEIOBASE_TYPEMAP (unsigned long, ULONG) |
|
| itk::IMAGEIOBASE_TYPEMAP (float, FLOAT) |
|
| itk::IMAGEIOBASE_TYPEMAP (double, DOUBLE) |
|
#define IMAGEIOBASE_TYPEMAP |
( |
|
type, |
|
|
|
ctype |
|
) |
| |
Value:template <>
struct ImageIOBase::MapPixelType<
type> \
{ \
static const IOComponentType CType = ctype; \
}
*brief Mask an image with the negative of a mask **This class is templated over the types of the *input image type
Definition at line 700 of file itkImageIOBase.h.