jcuda.runtime
Class cudaSurfaceObject

java.lang.Object
  extended by jcuda.NativePointerObject
      extended by jcuda.runtime.cudaSurfaceObject

public class cudaSurfaceObject
extends NativePointerObject

Java port of a cudaSurfaceObject


Constructor Summary
cudaSurfaceObject()
          Creates a new, uninitialized cudaSurfaceObject
 
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

cudaSurfaceObject

public cudaSurfaceObject()
Creates a new, uninitialized cudaSurfaceObject

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.