org.jocl
Class CLTypes.cl_double

java.lang.Object
  extended by org.jocl.CLTypes.cl_double
Enclosing class:
CLTypes

public static final class CLTypes.cl_double
extends java.lang.Object


Field Summary
protected  java.nio.ByteBuffer data
          The buffer that stores the data of this vector type.
 
Constructor Summary
CLTypes.cl_double()
           
 
Method Summary
 java.nio.ByteBuffer getData()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

data

protected java.nio.ByteBuffer data
The buffer that stores the data of this vector type.

Constructor Detail

CLTypes.cl_double

public CLTypes.cl_double()
Method Detail

getData

public java.nio.ByteBuffer getData()