Package org.bytedeco.cuda.cudart
Class cudaChannelFormatDesc
- java.lang.Object
-
- org.bytedeco.javacpp.Pointer
-
- org.bytedeco.cuda.cudart.cudaChannelFormatDesc
-
- All Implemented Interfaces:
AutoCloseable
@Properties(inherit=cudart.class) public class cudaChannelFormatDesc extends Pointer
CUDA Channel format descriptor
-
-
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 cudaChannelFormatDesc()Default native constructor.cudaChannelFormatDesc(long size)Native array allocator.cudaChannelFormatDesc(Pointer p)Pointer cast constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intf()Channel format kindcudaChannelFormatDescf(int setter)cudaChannelFormatDescgetPointer(long i)cudaChannelFormatDescposition(long position)intw()wcudaChannelFormatDescw(int setter)intx()xcudaChannelFormatDescx(int setter)inty()ycudaChannelFormatDescy(int setter)intz()zcudaChannelFormatDescz(int 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
-
cudaChannelFormatDesc
public cudaChannelFormatDesc()
Default native constructor.
-
cudaChannelFormatDesc
public cudaChannelFormatDesc(long size)
Native array allocator. Access withPointer.position(long).
-
cudaChannelFormatDesc
public cudaChannelFormatDesc(Pointer p)
Pointer cast constructor. InvokesPointer(Pointer).
-
-
Method Detail
-
position
public cudaChannelFormatDesc position(long position)
-
getPointer
public cudaChannelFormatDesc getPointer(long i)
- Overrides:
getPointerin classPointer
-
x
public int x()
x
-
x
public cudaChannelFormatDesc x(int setter)
-
y
public int y()
y
-
y
public cudaChannelFormatDesc y(int setter)
-
z
public int z()
z
-
z
public cudaChannelFormatDesc z(int setter)
-
w
public int w()
w
-
w
public cudaChannelFormatDesc w(int setter)
-
f
@Cast("cudaChannelFormatKind") public int f()
Channel format kind
-
f
public cudaChannelFormatDesc f(int setter)
-
-