NifTK  16.4.1 - 0798f20
CMIC's Translational Medical Imaging Platform
niftkFlipImageLauncher.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 #ifndef niftkFlipImageLauncher_h
15 #define niftkFlipImageLauncher_h
16 
17 #include "niftkCUDAExports.h"
18 #include <niftkCUDAManager.h>
19 
20 namespace niftk
21 {
22 
28 void NIFTKCUDA_EXPORT FlipImageLauncher(const WriteAccessor& src, WriteAccessor& dest, cudaStream_t stream);
29 
35 void NIFTKCUDA_EXPORT FlipImageLauncher(const ReadAccessor& src, WriteAccessor& dest, cudaStream_t stream);
36 
37 } // end namespace
38 
39 #endif
GLenum src
Definition: glew.h:2406
GLuint GLuint stream
Definition: glew.h:6079
void FlipImageLauncher(const WriteAccessor &src, WriteAccessor &dest, cudaStream_t stream)
Flips the image upside down. This implementation is likely not very efficient.
Definition: niftkFlipImageLauncher.cxx:23
Definition: niftkExceptionObject.h:21