@Properties(inherit=cudart.class) public class float4 extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
float4()
Default native constructor.
|
float4(long size)
Native array allocator.
|
float4(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
float4 |
getPointer(long i) |
float4 |
position(long position) |
float |
w() |
float4 |
w(float setter) |
float |
x() |
float4 |
x(float setter) |
float |
y() |
float4 |
y(float setter) |
float |
z() |
float4 |
z(float setter) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getDirectBufferAddress, getPointer, getPointer, getPointer, hashCode, interruptDeallocatorThread, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, physicalBytesInaccurate, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zeropublic float4()
public float4(long size)
Pointer.position(long).public float4(Pointer p)
Pointer(Pointer).public float4 getPointer(long i)
getPointer in class Pointerpublic float x()
public float4 x(float setter)
public float y()
public float4 y(float setter)
public float z()
public float4 z(float setter)
public float w()
public float4 w(float setter)
Copyright © 2024. All rights reserved.