Uses of Interface
org.cytoscape.cycl.CyCLProgram
Packages that use CyCLProgram
Package
Description
This package provides an interface to OpenCL from Cytoscape core and Cytoscape apps.
-
Uses of CyCLProgram in org.cytoscape.cycl
Methods in org.cytoscape.cycl that return CyCLProgramModifier and TypeMethodDescriptionCyCLDevice.addProgram
(String name, String[] programSources, String[] kernelNames, HashMap<String, String> defines, boolean silentCompilation) Compiles a program and its kernels, and stores it for further use.CyCLDevice.addProgram
(String name, String programSource, String[] kernelNames, HashMap<String, String> defines, boolean silentCompilation) Compiles a program and its kernels, and stores it for further use.CyCLDevice.addProgram
(String name, URL resourcePath, String[] kernelNames, HashMap<String, String> defines, boolean silentCompilation) Compiles a program and its kernels, and stores it for further use.CyCLDevice.forceAddProgram
(String name, URL resourcePath, String[] kernelNames, HashMap<String, String> defines, boolean silentCompilation) Compiles a program and its kernels, and stores it, possibly replacing (and destroying) an old instance.CyCLDevice.getProgram
(String name) Attempts to find a pre-compiled program with the given name.