|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jogamp.opencl.CLObject
public abstract class CLObject
Common superclass for all OpenCL objects.
Field Summary | |
---|---|
protected CLContext |
context
|
long |
ID
The OpenCL object handle. |
Method Summary | |
---|---|
CLContext |
getContext()
Returns the context for this OpenCL object. |
long |
getID()
Returns the OpenCL object handle |
CLPlatform |
getPlatform()
Returns the platform for this OpenCL object. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public final long ID
protected CLContext context
Method Detail |
---|
public CLContext getContext()
public CLPlatform getPlatform()
public long getID()
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |