IOLink C# 1.11.0
Loading...
Searching...
No Matches
IOLink.ImageTypeId Class Reference

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

Inheritance diagram for IOLink.ImageTypeId:

Public Member Functions

 ImageTypeId (global::System.IntPtr cPtr, bool cMemoryOwn)
 
void Dispose ()
 

Static Public Member Functions

static global::System.Runtime.InteropServices.HandleRef getCPtr (ImageTypeId obj)
 
static global::System.Runtime.InteropServices.HandleRef swigRelease (ImageTypeId obj)
 

Protected Member Functions

virtual void Dispose (bool disposing)
 

Protected Attributes

bool swigCMemOwn
 

Properties

static ImageType UNKNOWN [get]
 
static ImageType IMAGE [get]
 
static ImageType VOLUME [get]
 
static ImageType MULTISPECTRAL_IMAGE [get]
 
static ImageType MULTISPECTRAL_VOLUME [get]
 
static ImageType IMAGE_SEQUENCE [get]
 
static ImageType VOLUME_SEQUENCE [get]
 
static ImageType MULTISPECTRAL_IMAGE_SEQUENCE [get]
 
static ImageType MULTISPECTRAL_VOLUME_SEQUENCE [get]
 

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
Examples
ColorWheel.cs, CopyImageView.cs, GrayscaleSphere.cs, and VolumeFromStack.cs.

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