Package org.bytedeco.cuda.cudart
Class __half2
- java.lang.Object
-
- org.bytedeco.javacpp.Pointer
-
- org.bytedeco.cuda.cudart.__half2
-
- All Implemented Interfaces:
AutoCloseable
@NoOffset @Properties(inherit=cudart.class) public class __half2 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 __half2_rawas__half2_raw()__half2getPointer(long i)__half2position(long position)__half2put(__half2 src)__half2put(__half2_raw h2r)__halfx()__half2x(__half setter)__halfy()__half2y(__half 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
-
__half2
public __half2(Pointer p)
Pointer cast constructor. InvokesPointer(Pointer).
-
__half2
public __half2(long size)
Native array allocator. Access withPointer.position(long).
-
__half2
public __half2()
-
__half2
public __half2(@Const @ByRef __half2_raw h2r)
-
-
Method Detail
-
getPointer
public __half2 getPointer(long i)
- Overrides:
getPointerin classPointer
-
as__half2_raw
@ByVal @Name("operator __half2_raw") public __half2_raw as__half2_raw()
-
-