|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjcuda.jnpp.JNpp
public class JNpp
Java bindings for NPP
Nested Class Summary | |
---|---|
static class |
JNpp.Core
NPP Core - Basic functions for library management, in particular library version and device property query functions. |
Field Summary | |
---|---|
static short |
NPP_MAX_16S
Maximum 16-bit signed integer |
static short |
NPP_MAX_16U
Maximum 16-bit unsigned integer |
static int |
NPP_MAX_32S
Maximum 32-bit signed integer |
static int |
NPP_MAX_32U
Maximum 32-bit unsigned integer |
static byte |
NPP_MAX_8S
Maximum 8-bit signed integer |
static byte |
NPP_MAX_8U
Maximum 8-bit unsigned integer |
static short |
NPP_MIN_16S
Minimum 16-bit signed integer |
static short |
NPP_MIN_16U
Minimum 16-bit unsigned integer |
static int |
NPP_MIN_32S
Minimum 32-bit signed integer |
static int |
NPP_MIN_32U
Minimum 32-bit unsigned integer |
static byte |
NPP_MIN_8S
Minimum 8-bit signed integer |
static byte |
NPP_MIN_8U
Minimum 8-bit unsigned integer |
static int |
NPP_VERSION_BUILD
Build number. |
static int |
NPP_VERSION_MAJOR
Major version number |
static int |
NPP_VERSION_MINOR
Minor version number |
Constructor Summary | |
---|---|
JNpp()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int NPP_VERSION_MAJOR
public static final int NPP_VERSION_MINOR
public static final int NPP_VERSION_BUILD
public static final byte NPP_MAX_8U
public static final short NPP_MAX_16U
public static final int NPP_MAX_32U
public static final byte NPP_MIN_8U
public static final short NPP_MIN_16U
public static final int NPP_MIN_32U
public static final byte NPP_MIN_8S
public static final byte NPP_MAX_8S
public static final short NPP_MIN_16S
public static final short NPP_MAX_16S
public static final int NPP_MIN_32S
public static final int NPP_MAX_32S
Constructor Detail |
---|
public JNpp()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |