IOLink  IOL_v1.1.0_release
iolink::ImageTypeId Class Reference

Enum for the image type (see ImageType) More...

#include <iolink/ImageType.h>

Static Public Attributes

static const ImageType UNKNOWN
 When ImageType is not known or defined.
 
static const ImageType IMAGE
 Represents a 2D image (COLUMN, ROW)
 
static const ImageType VOLUME
 Represents a 3D image (COLUMN, ROW, SLICE)
 
static const ImageType MULTISPECTRAL_IMAGE
 Represents a 3D multi-spectral image (COLUMN, ROW, CHANNEL)
 
static const ImageType MULTISPECTRAL_VOLUME
 Represents a 4D multi-spectral volume (COLUMN, ROW, SLICE, CHANNEL)
 
static const ImageType IMAGE_SEQUENCE
 Represents a 3D temporal image (COLUMN, ROW, SEQUENCE)
 
static const ImageType VOLUME_SEQUENCE
 Represents a 4D temporal volume (COLUMN, ROW, SLICE, SEQUENCE)
 
static const ImageType MULTISPECTRAL_IMAGE_SEQUENCE
 Represents a 4D temporal volume (COLUMN, ROW, CHANNEL, SEQUENCE)
 
static const ImageType MULTISPECTRAL_VOLUME_SEQUENCE
 Represents a 5D temporal volume (COLUMN, ROW, SLICE, CHANNEL, SEQUENCE)
 

Detailed Description

Enum for the image type (see ImageType)

Each bit represents a particular dimension:

  • X dimension
  • Y dimension
  • Z dimension
  • Channel dimension
  • Sequence dimension

The documentation for this class was generated from the following file: