Medical Imaging Interaction Toolkit  2023.12.00
Medical Imaging Interaction Toolkit
mitkOclImage.h File Reference
#include <mitkImage.h>
#include "MitkOpenCLExports.h"
#include "mitkOclBaseData.h"
#include "mitkOclImageFormats.h"
#include "mitkOpenCLActivator.h"
#include <mitkException.h>

Go to the source code of this file.

Classes

class  mitk::OclImage
 Class implementing the image format for GPU Image Processing. More...
 
class  mitk::ImageTypeIsNotSupportedByGPU
 The ImageTypeIsNotSupportedByGPU class specialized exception class for unsupported image formats. If this exception is thrown, try other graphics device. More...
 

Namespaces

 mitk
 Find image slices visible on a given plane.
 

Macros

#define GPU_DATA
 
#define CPU_DATA
 
#define MAX_DIMS
 
#define SHORT_IM
 
#define FLOAT_IM
 

Macro Definition Documentation

◆ CPU_DATA

#define CPU_DATA

Definition at line 17 of file mitkOclImage.h.

◆ FLOAT_IM

#define FLOAT_IM

Definition at line 32 of file mitkOclImage.h.

◆ GPU_DATA

#define GPU_DATA

Definition at line 16 of file mitkOclImage.h.

◆ MAX_DIMS

#define MAX_DIMS

Definition at line 19 of file mitkOclImage.h.

◆ SHORT_IM

#define SHORT_IM

Definition at line 31 of file mitkOclImage.h.