JASPL  0.2
Just Another Signal Processing Library
rebin.h
1 #ifndef REBIN_H
2 #define REBIN_H
3 
4 //Header for this file
5 //
6 //C System-Headers
7 //
8 //C++ System headers
9 //
10 //OpenCL Headers
11 //
12 //Boost Headers
13 //
14 //Project specific headers
15 #include "../JASPL/TaskItem/taskitem.h"
16 
17 namespace jaspl {
18 
19 namespace ocl {
20 
21 class Rebin : public TaskItem
22 {
23 public:
24  Rebin();
25 };
26 
27 }
28 
29 }
30 #endif // REBIN_H