Package org.bytedeco.cuda.cudart
Class short4
- java.lang.Object
-
- org.bytedeco.javacpp.Pointer
-
- org.bytedeco.cuda.cudart.short4
-
- All Implemented Interfaces:
AutoCloseable
@Properties(inherit=cudart.class) public class short4 extends Pointer
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.bytedeco.javacpp.Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description short4getPointer(long i)short4position(long position)shortw()short4w(short setter)shortx()short4x(short setter)shorty()short4y(short setter)shortz()short4z(short setter)-
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
-
short4
public short4()
Default native constructor.
-
short4
public short4(long size)
Native array allocator. Access withPointer.position(long).
-
short4
public short4(Pointer p)
Pointer cast constructor. InvokesPointer(Pointer).
-
-
Method Detail
-
getPointer
public short4 getPointer(long i)
- Overrides:
getPointerin classPointer
-
x
public short x()
-
x
public short4 x(short setter)
-
y
public short y()
-
y
public short4 y(short setter)
-
z
public short z()
-
z
public short4 z(short setter)
-
w
public short w()
-
w
public short4 w(short setter)
-
-