jcuda.runtime
Class cudaSurfaceBoundaryMode

java.lang.Object
  extended by jcuda.runtime.cudaSurfaceBoundaryMode

public class cudaSurfaceBoundaryMode
extends java.lang.Object

Surface boundary modes

See Also:
surfaceReference

Field Summary
static int cudaBoundaryModeClamp
           
static int cudaBoundaryModeTrap
           
static int cudaBoundaryModeZero
           
 
Method Summary
static java.lang.String stringFor(int m)
          Returns the String identifying the given cudaSurfaceBoundaryMode
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cudaBoundaryModeZero

public static final int cudaBoundaryModeZero
See Also:
Constant Field Values

cudaBoundaryModeClamp

public static final int cudaBoundaryModeClamp
See Also:
Constant Field Values

cudaBoundaryModeTrap

public static final int cudaBoundaryModeTrap
See Also:
Constant Field Values
Method Detail

stringFor

public static java.lang.String stringFor(int m)
Returns the String identifying the given cudaSurfaceBoundaryMode

Parameters:
m - The cudaSurfaceBoundaryMode
Returns:
The String identifying the given cudaSurfaceBoundaryMode