Medical Imaging Interaction Toolkit
2023.12.00
Medical Imaging Interaction Toolkit
|
#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 |
#define CPU_DATA |
Definition at line 17 of file mitkOclImage.h.
#define FLOAT_IM |
Definition at line 32 of file mitkOclImage.h.
#define GPU_DATA |
Definition at line 16 of file mitkOclImage.h.
#define MAX_DIMS |
Definition at line 19 of file mitkOclImage.h.
#define SHORT_IM |
Definition at line 31 of file mitkOclImage.h.