Medical Imaging Interaction Toolkit  2016.11.0
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
 DataCollection - Class to facilitate loading/accessing structured data.
 

Macros

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

Macro Definition Documentation

#define CPU_DATA

Definition at line 21 of file mitkOclImage.h.

#define FLOAT_IM

Definition at line 36 of file mitkOclImage.h.

#define GPU_DATA
#define MAX_DIMS

Definition at line 23 of file mitkOclImage.h.

Referenced by mitk::OclImage::CreateGPUImage().

#define SHORT_IM

Definition at line 35 of file mitkOclImage.h.