jcuda.jnpp
Class NppiAxis

java.lang.Object
  extended by jcuda.jnpp.NppiAxis

public class NppiAxis
extends java.lang.Object

Axis identifiers


Field Summary
static int NPP_BOTH_AXIS
           
static int NPP_HORIZONTAL_AXIS
           
static int NPP_VERTICAL_AXIS
           
 
Method Summary
static java.lang.String stringFor(int m)
          Returns the String identifying the given NppiAxis
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NPP_HORIZONTAL_AXIS

public static final int NPP_HORIZONTAL_AXIS
See Also:
Constant Field Values

NPP_VERTICAL_AXIS

public static final int NPP_VERTICAL_AXIS
See Also:
Constant Field Values

NPP_BOTH_AXIS

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

stringFor

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

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