jcuda.runtime
Class cudaSurfaceBounderyMode

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

public class cudaSurfaceBounderyMode
extends java.lang.Object

Surface boundary modes

See Also:
surfaceReference

Field Summary
static int cudaBounderyModeClamp
           
static int cudaBounderyModeTrap
           
static int cudaBounderyModeZero
           
 
Method Summary
static java.lang.String stringFor(int m)
          Returns the String identifying the given cudaSurfaceBounderyMode
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cudaBounderyModeZero

public static final int cudaBounderyModeZero
See Also:
Constant Field Values

cudaBounderyModeClamp

public static final int cudaBounderyModeClamp
See Also:
Constant Field Values

cudaBounderyModeTrap

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

stringFor

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

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