Package org.bytedeco.cuda.nppc
Class Npp16f_2
- java.lang.Object
-
- org.bytedeco.javacpp.Pointer
-
- org.bytedeco.cuda.nppc.Npp16f_2
-
- All Implemented Interfaces:
AutoCloseable
@Properties(inherit=nppc.class) public class Npp16f_2 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 shortfp16_0()Npp16f_2fp16_0(short setter)shortfp16_1()Npp16f_2fp16_1(short setter)Npp16f_2getPointer(long i)Npp16f_2position(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
-
Npp16f_2
public Npp16f_2()
Default native constructor.
-
Npp16f_2
public Npp16f_2(long size)
Native array allocator. Access withPointer.position(long).
-
Npp16f_2
public Npp16f_2(Pointer p)
Pointer cast constructor. InvokesPointer(Pointer).
-
-
Method Detail
-
getPointer
public Npp16f_2 getPointer(long i)
- Overrides:
getPointerin classPointer
-
fp16_0
public short fp16_0()
-
fp16_0
public Npp16f_2 fp16_0(short setter)
-
fp16_1
public short fp16_1()
-
fp16_1
public Npp16f_2 fp16_1(short setter)
-
-