Package org.bytedeco.cuda.cudart
Class surfaceReference
- java.lang.Object
-
- org.bytedeco.javacpp.Pointer
-
- org.bytedeco.cuda.cudart.surfaceReference
-
- All Implemented Interfaces:
AutoCloseable
@Properties(inherit=cudart.class) public class surfaceReference extends Pointer
CUDA Surface reference
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.bytedeco.javacpp.Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
-
-
Constructor Summary
Constructors Constructor Description surfaceReference()Default native constructor.surfaceReference(long size)Native array allocator.surfaceReference(Pointer p)Pointer cast constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description cudaChannelFormatDescchannelDesc()Channel descriptor for surface referencesurfaceReferencechannelDesc(cudaChannelFormatDesc setter)surfaceReferencegetPointer(long i)surfaceReferenceposition(long position)-
Methods inherited from class org.bytedeco.javacpp.Pointer
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getPointer, getPointer, getPointer, hashCode, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zero
-
-
-
-
Constructor Detail
-
surfaceReference
public surfaceReference()
Default native constructor.
-
surfaceReference
public surfaceReference(long size)
Native array allocator. Access withPointer.position(long).
-
surfaceReference
public surfaceReference(Pointer p)
Pointer cast constructor. InvokesPointer(Pointer).
-
-
Method Detail
-
position
public surfaceReference position(long position)
-
getPointer
public surfaceReference getPointer(long i)
- Overrides:
getPointerin classPointer
-
channelDesc
@ByRef public cudaChannelFormatDesc channelDesc()
Channel descriptor for surface reference
-
channelDesc
public surfaceReference channelDesc(cudaChannelFormatDesc setter)
-
-