Package org.cytoscape.cycl
Interface CyCLPlatform
public interface CyCLPlatform
Interface to the OpenCL platforms available on this computer.
-
Method Summary
Modifier and TypeMethodDescriptionlong[]
getDevices
(int type) Return the devices that are part of this plaform by typegetName()
Return the name of this platformgetPlatformInfoStringASCII
(int param_name) Return information about the platform as a StringgetPlatformInfoStringUTF8
(int param_name) Return information about the platform as a UTF8 encoded String
-
Method Details
-
getName
String getName()Return the name of this platform- Returns:
- platform name
-
getDevices
long[] getDevices(int type) Return the devices that are part of this plaform by type- Parameters:
type
- the device type to filter the list by- Returns:
- an array of devices (as internal memory pointers)
-
getPlatformInfoStringASCII
Return information about the platform as a String- Parameters:
param_name
- the parameter to retrieve- Returns:
- the retrieved value
-
getPlatformInfoStringUTF8
Return information about the platform as a UTF8 encoded String- Parameters:
param_name
- the parameter to retrieve- Returns:
- the retrieved value
-