#include <mitkOclImageFormats.h>
Definition at line 44 of file mitkOclImageFormats.h.
mitk::OclImageFormats::OclImageFormats |
( |
| ) |
|
|
protected |
mitk::OclImageFormats::~OclImageFormats |
( |
| ) |
|
|
protectedvirtual |
Pointer mitk::OclImageFormats::Clone |
( |
| ) |
const |
void mitk::OclImageFormats::CollectAvailableFormats |
( |
| ) |
|
|
protected |
bool mitk::OclImageFormats::GetNearestSupported |
( |
cl_image_format * |
inputformat, |
|
|
cl_image_format * |
outputformat |
|
) |
| |
Finds one supported image format similar to the given format.
In case the input format is supported, the output format will contain the same value.
- Parameters
-
inputformat | The (unsupported) image format |
outputformat | A supported image format |
- Returns
- True if a supported format was changed.
Definition at line 157 of file mitkOclImageFormats.cpp.
bool mitk::OclImageFormats::IsFormatSupported |
( |
cl_image_format * |
format | ) |
|
Checks if format supported.
- Parameters
-
format | The image format to be checked for support. |
- Returns
- True if the parameter is supported.
Definition at line 145 of file mitkOclImageFormats.cpp.
mitk::OclImageFormats::mitkClassMacroItkParent |
( |
OclImageFormats |
, |
|
|
itk::LightObject |
|
|
) |
| |
static Pointer mitk::OclImageFormats::New |
( |
| ) |
|
|
static |
void mitk::OclImageFormats::SetGPUContext |
( |
cl_context |
context | ) |
|
SetGPUContext Set the GPU context. Must be called before using this class!
- Parameters
-
context | GPU context in cl format. |
Definition at line 187 of file mitkOclImageFormats.cpp.
The documentation for this class was generated from the following files: