NifTK  16.4.1 - 0798f20
CMIC's Translational Medical Imaging Platform
niftkFlipImageKernel.h
Go to the documentation of this file.
1 /*=============================================================================
2 
3  NifTK: A software platform for medical image computing.
4 
5  Copyright (c) University College London (UCL). All rights reserved.
6 
7  This software is distributed WITHOUT ANY WARRANTY; without even
8  the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
9  PURPOSE.
10 
11  See LICENSE.txt in the top level directory for details.
12 
13 =============================================================================*/
14 
15 #ifndef niftkFlipImageKernel_h
16 #define niftkFlipImageKernel_h
17 
19 #include <driver_types.h>
20 
21 namespace niftk
22 {
23 
30 void NIFTKCUDAKERNELS_WINEXPORT RunFlipImageKernel(char* output, int widthInBytes, int height, int outputpitchInBytes, const char* input, int inputpitchInBytes, cudaStream_t stream);
31 
32 } // end namespace
33 
34 #endif
GLenum GLenum GLenum input
Definition: glew.h:12016
#define NIFTKCUDAKERNELS_WINEXPORT
Definition: niftkCUDAKernelsWin32ExportHeader.h:26
GLuint GLuint stream
Definition: glew.h:6079
void NIFTKCUDAKERNELS_WINEXPORT RunFlipImageKernel(char *output, int widthInBytes, int height, int outputpitchInBytes, const char *input, int inputpitchInBytes, cudaStream_t stream)
Flips image in y-axis.
GLint GLint GLint GLint GLint GLint GLsizei GLsizei height
Definition: glew.h:1236
Definition: niftkExceptionObject.h:21