Package org.bytedeco.cuda.cufftw
Class fftw_iodim
- java.lang.Object
-
- org.bytedeco.javacpp.Pointer
-
- org.bytedeco.cuda.cufftw.fftw_iodim
-
- All Implemented Interfaces:
AutoCloseable
@Properties(inherit=cufftw.class) public class fftw_iodim 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_iodim()Default native constructor.fftw_iodim(long size)Native array allocator.fftw_iodim(Pointer p)Pointer cast constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description fftw_iodimgetPointer(long i)intis()fftw_iodimis(int setter)intn()fftw_iodimn(int setter)intos()fftw_iodimos(int setter)fftw_iodimposition(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_iodim
public fftw_iodim()
Default native constructor.
-
fftw_iodim
public fftw_iodim(long size)
Native array allocator. Access withPointer.position(long).
-
fftw_iodim
public fftw_iodim(Pointer p)
Pointer cast constructor. InvokesPointer(Pointer).
-
-
Method Detail
-
position
public fftw_iodim position(long position)
-
getPointer
public fftw_iodim getPointer(long i)
- Overrides:
getPointerin classPointer
-
n
public int n()
-
n
public fftw_iodim n(int setter)
-
is
public int is()
-
is
public fftw_iodim is(int setter)
-
os
public int os()
-
os
public fftw_iodim os(int setter)
-
-