|
Medical Imaging Interaction Toolkit
2018.4.99-389bf124
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 | |
| DataCollection - Class to facilitate loading/accessing structured data. | |
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.
Referenced by mitk::OclImage::CreateGPUImage().
| #define SHORT_IM |
Definition at line 31 of file mitkOclImage.h.