Medical Imaging Interaction Toolkit  2016.11.0
Medical Imaging Interaction Toolkit
mitkGPGPU.cpp File Reference
#include <QApplication>
#include <QWidget>
#include "mitkGPGPU.h"
#include <iostream>

Go to the source code of this file.

Macros

#define GPGPU_INFO
 
#define GPGPU_ERROR
 
#define GPGPU_CHECKGLERR
 
#define OPERATING_TEXTURE
 

Functions

static GLint convertTextureFormatToInternalFormatGL (mitk::GPGPU::TextureFormat format)
 
static GLint convertTextureFormatToFormatGL (mitk::GPGPU::TextureFormat format)
 
static GLint convertTextureFormatToTypeGL (mitk::GPGPU::TextureFormat format)
 

Variables

static char stubVertexShader []
 

Macro Definition Documentation

#define GPGPU_ERROR
#define GPGPU_INFO

Definition at line 25 of file mitkGPGPU.cpp.

Referenced by mitk::GPGPU::GPGPU().

#define OPERATING_TEXTURE

Function Documentation

static GLint convertTextureFormatToInternalFormatGL ( mitk::GPGPU::TextureFormat  format)
static

Variable Documentation

char stubVertexShader[]
static

Definition at line 286 of file mitkGPGPU.cpp.

Referenced by mitk::GPGPU::Shader::Shader().