Package org.cytoscape.cycl
Interface CyCLContext
public interface CyCLContext
An interface to the OpenCL Context object. This provides pointers to the actual
context object and the OpenCL queue. A new
CyCLContext
can be created
by calling CyCLFactory.createContext()
-
Method Summary
Modifier and TypeMethodDescriptionlong
Return the memory pointer to the contextlong
getQueue()
Return the memory pointer to the queue
-
Method Details
-
getContext
long getContext()Return the memory pointer to the context- Returns:
- memory pointer to context
-
getQueue
long getQueue()Return the memory pointer to the queue- Returns:
- memory pointer to queue
-