Package org.bytedeco.fftw.global
Class fftw3.fftw_iodim
- java.lang.Object
-
- org.bytedeco.javacpp.Pointer
-
- org.bytedeco.fftw.global.fftw3.fftw_iodim
-
- All Implemented Interfaces:
AutoCloseable
- Enclosing class:
- fftw3
@Name("fftw_iodim_do_not_use_me") public static class fftw3.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 fftw3.fftw_iodimgetPointer(long i)intis()fftw3.fftw_iodimis(int setter)intn()fftw3.fftw_iodimn(int setter)intos()fftw3.fftw_iodimos(int setter)fftw3.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, 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_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 fftw3.fftw_iodim position(long position)
-
getPointer
public fftw3.fftw_iodim getPointer(long i)
- Overrides:
getPointerin classPointer
-
n
public int n()
-
n
public fftw3.fftw_iodim n(int setter)
-
is
public int is()
-
is
public fftw3.fftw_iodim is(int setter)
-
os
public int os()
-
os
public fftw3.fftw_iodim os(int setter)
-
-