jcuda.driver
Class CUsurfref

java.lang.Object
  extended by jcuda.NativePointerObject
      extended by jcuda.driver.CUsurfref

public class CUsurfref
extends NativePointerObject

Java port of a CUsurfref.

See Also:
JCudaDriver.cuSurfRefGetArray(CUarray, CUsurfref), JCudaDriver.cuSurfRefSetArray(CUsurfref, CUarray, int)

Constructor Summary
CUsurfref()
          Creates a new, uninitialized CUtexref
 
Method Summary
 java.lang.String toString()
          Returns a String representation of this object.
 
Methods inherited from class jcuda.NativePointerObject
equals, hashCode
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CUsurfref

public CUsurfref()
Creates a new, uninitialized CUtexref

Method Detail

toString

public java.lang.String toString()
Returns a String representation of this object.

Overrides:
toString in class NativePointerObject
Returns:
A String representation of this object.