Uses of Class
jcuda.NativePointerObject

Packages that use NativePointerObject
jcuda Contains common classes for all JCuda libraries. 
jcuda.driver Contains the classes related to the JCuda driver API. 
jcuda.runtime Contains the classes related to the JCuda runtime API. 
 

Uses of NativePointerObject in jcuda
 

Subclasses of NativePointerObject in jcuda
 class Pointer
          A Java representation of a void pointer.
 

Methods in jcuda with parameters of type NativePointerObject
static Pointer Pointer.to(NativePointerObject... pointers)
          Creates a new Pointer to the given Pointers.
 

Uses of NativePointerObject in jcuda.driver
 

Subclasses of NativePointerObject in jcuda.driver
 class CUarray
          Java port of a CUarray
 class CUcontext
          Java port of a CUcontext.
 class CUdevice
          Java port of a CUdevice.
 class CUdeviceptr
          Java port of a CUdeviceptr.
 class CUevent
          Java port of a CUevent.
 class CUfunction
          Java port of a CUfunction.
 class CUgraphicsResource
          Java port of a CUgraphicsResource.
 class CUmipmappedArray
          Java port of a CUmipmappedArray.
 class CUmodule
          Java port of a CUmodule.
 class CUstream
          Java port of a CUstream.
 class CUsurfObject
          Java port of a CUsurfObject.
 class CUsurfref
          Java port of a CUsurfref.
 class CUtexObject
          Java port of a CUtexObject.
 class CUtexref
          Java port of a CUtexref.
 

Uses of NativePointerObject in jcuda.runtime
 

Subclasses of NativePointerObject in jcuda.runtime
 class cudaArray
          Java port of a cudaArray
 class cudaEvent_t
          Java port of a cudaEvent_t.
 class cudaGraphicsResource
          Java port of a cudaGraphicsResource
 class cudaMipmappedArray
          Java port of a cudaMipmappedArray
 class cudaStream_t
          Java port of a cudaStream_t.
 class cudaSurfaceObject
          Java port of a cudaSurfaceObject
 class cudaTextureObject
          Java port of a cudaTextureObject
 class surfaceReference
          Java port of a surfaceReference.
 class textureReference
          Java port of a textureReference.