Package org.bytedeco.cuda.cufftw
Class fftw_iodim64
- java.lang.Object
-
- org.bytedeco.javacpp.Pointer
-
- org.bytedeco.cuda.cufftw.fftw_iodim64
-
- All Implemented Interfaces:
AutoCloseable
@Properties(inherit=cufftw.class) public class fftw_iodim64 extends Pointer
-
-
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 fftw_iodim64()Default native constructor.fftw_iodim64(long size)Native array allocator.fftw_iodim64(Pointer p)Pointer cast constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description fftw_iodim64getPointer(long i)longis()fftw_iodim64is(long setter)longn()fftw_iodim64n(long setter)longos()fftw_iodim64os(long setter)fftw_iodim64position(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
-
fftw_iodim64
public fftw_iodim64()
Default native constructor.
-
fftw_iodim64
public fftw_iodim64(long size)
Native array allocator. Access withPointer.position(long).
-
fftw_iodim64
public fftw_iodim64(Pointer p)
Pointer cast constructor. InvokesPointer(Pointer).
-
-
Method Detail
-
position
public fftw_iodim64 position(long position)
-
getPointer
public fftw_iodim64 getPointer(long i)
- Overrides:
getPointerin classPointer
-
n
@Cast("ptrdiff_t") public long n()
-
n
public fftw_iodim64 n(long setter)
-
is
@Cast("ptrdiff_t") public long is()
-
is
public fftw_iodim64 is(long setter)
-
os
@Cast("ptrdiff_t") public long os()
-
os
public fftw_iodim64 os(long setter)
-
-