HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
RU_GPUPixelEngine.h
Go to the documentation of this file.
1 /*
2  * PROPRIETARY INFORMATION. This software is proprietary to
3  * Side Effects Software Inc., and is not to be reproduced,
4  * transmitted, or disclosed in any way without written permission.
5  *
6  * NAME: RU_GPUPixelEngine.h
7  *
8  * COMMENTS:
9  * Performs a variety of pixel functions on each pixel using the GPU
10  * instead of the CPU.
11  */
12 #ifndef RU_GPU_PIXELENGINE_H
13 #define RU_GPU_PIXELENGINE_H
14 
15 #include "RU_Algorithm.h"
16 
17 class RU_PixelFunction;
18 
20 {
21 public:
23 
24  DECLARE_PIXEL_OP(RU_GPUPixelEngineOp, override)
25 
26  RU_PixelFunction *myFunctionList;
27 };
28 
29 #endif
#define RU_API
Definition: RU_API.h:10
#define DECLARE_PIXEL_OP(name, override_)