Package org.bytedeco.fftw.global
Class fftw3.fftw_iodim64
- java.lang.Object
-
- org.bytedeco.javacpp.Pointer
-
- org.bytedeco.fftw.global.fftw3.fftw_iodim64
-
- All Implemented Interfaces:
AutoCloseable
- Enclosing class:
- fftw3
@Name("fftw_iodim64_do_not_use_me") public static class fftw3.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 fftw3.fftw_iodim64getPointer(long i)longis()fftw3.fftw_iodim64is(long setter)longn()fftw3.fftw_iodim64n(long setter)longos()fftw3.fftw_iodim64os(long setter)fftw3.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, 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, 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 fftw3.fftw_iodim64 position(long position)
-
getPointer
public fftw3.fftw_iodim64 getPointer(long i)
- Overrides:
getPointerin classPointer
-
n
@Cast("ptrdiff_t") public long n()
-
n
public fftw3.fftw_iodim64 n(long setter)
-
is
@Cast("ptrdiff_t") public long is()
-
is
public fftw3.fftw_iodim64 is(long setter)
-
os
@Cast("ptrdiff_t") public long os()
-
os
public fftw3.fftw_iodim64 os(long setter)
-
-