Package com.aparapi.examples.extension
Class JavaMandelBrot
java.lang.Object
com.aparapi.opencl.OpenCLAdapter<MandelBrot>
com.aparapi.examples.extension.JavaMandelBrot
- All Implemented Interfaces:
MandelBrot
,com.aparapi.opencl.OpenCL<MandelBrot>
public class JavaMandelBrot extends com.aparapi.opencl.OpenCLAdapter<MandelBrot> implements MandelBrot
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.aparapi.opencl.OpenCL
com.aparapi.opencl.OpenCL.Arg, com.aparapi.opencl.OpenCL.Constant, com.aparapi.opencl.OpenCL.Get, com.aparapi.opencl.OpenCL.GlobalReadOnly, com.aparapi.opencl.OpenCL.GlobalReadWrite, com.aparapi.opencl.OpenCL.GlobalWriteOnly, com.aparapi.opencl.OpenCL.Kernel, com.aparapi.opencl.OpenCL.Local, com.aparapi.opencl.OpenCL.Put, com.aparapi.opencl.OpenCL.Resource, com.aparapi.opencl.OpenCL.Source
-
Field Summary
Fields inherited from interface com.aparapi.opencl.OpenCL
CL_KHR_3D_IMAGE_WRITES, CL_KHR_BYTE_ADDRESSABLE_SUPPORT, CL_KHR_FP16, CL_KHR_FP64, CL_KHR_GL_SHARING, CL_KHR_GLOBAL_INT32_BASE_ATOMICS, CL_KHR_GLOBAL_INT32_EXTENDED_ATOMICS, CL_KHR_INT64_BASE_ATOMICS, CL_KHR_INT64_EXTENDED_ATOMICS, CL_KHR_LOCAL_INT32_BASE_ATOMICS, CL_KHR_LOCAL_INT32_EXTENDED_ATOMICS, CL_KHR_SELECT_FPROUNDING_MODE
-
Constructor Summary
Constructors Constructor Description JavaMandelBrot()
-
Method Summary
Modifier and Type Method Description MandelBrot
createMandleBrot(com.aparapi.Range range, float scale, float offsetx, float offsety, int[] rgb)
Methods inherited from class com.aparapi.opencl.OpenCLAdapter
begin, dispose, end, get, get, get, get, get, get, get, getProfileInfo, put, put, put, put, put, put, put
-
Constructor Details
-
JavaMandelBrot
public JavaMandelBrot()
-
-
Method Details
-
createMandleBrot
public MandelBrot createMandleBrot(com.aparapi.Range range, float scale, float offsetx, float offsety, int[] rgb)- Specified by:
createMandleBrot
in interfaceMandelBrot
-