Free Electron
SurfaceCurvesOpenCL.h
Go to the documentation of this file.
1 /* Copyright (C) 2003-2021 Free Electron Organization
2  Any use of this software requires a license. If a valid license
3  was not distributed with this file, visit freeelectron.org. */
4 
5 /** @file */
6 
7 #ifndef __opencl_SurfaceCurvesOpenCL_h__
8 #define __opencl_SurfaceCurvesOpenCL_h__
9 
10 namespace fe
11 {
12 namespace ext
13 {
14 
15 /**************************************************************************//**
16  @brief OpenCL augmentation of SurfaceCurvesAccessible
17 
18  @ingroup opencl
19 
20 *//***************************************************************************/
21 class FE_DL_EXPORT SurfaceCurvesOpenCL:
23  public CastableAs<SurfaceCurvesOpenCL>
24 {
25  public:
26 
27  SurfaceCurvesOpenCL(void) {}
28 virtual ~SurfaceCurvesOpenCL(void) {}
29 
30  protected:
31 
32 virtual void drawInternal(BWORD a_transformed,
33  const SpatialTransform* a_pTransform,
34  sp<DrawI> a_spDrawI,
35  const fe::Color* a_pColor,
36  sp<DrawBufferI> a_spDrawBuffer,
37  sp<PartitionI> a_spPartition) const;
38 };
39 
40 } /* namespace ext */
41 } /* namespace fe */
42 
43 #endif /* __opencl_SurfaceCurvesOpenCL_h__ */
44 
45 
kernel
Definition: namespace.dox:3
Special vector for color (RGBA)
Definition: Color.h:21
OpenCL augmentation of SurfaceCurvesAccessible.
Definition: SurfaceCurvesOpenCL.h:21
Curve Surface from generic SurfaceAccessibleI.
Definition: SurfaceCurvesAccessible.h:20
Per-class participation non-RTTI fallback dynamic casting mechanism.
Definition: Castable.h:192