Package org.bytedeco.gsl
Class gsl_complex_float
- java.lang.Object
-
- org.bytedeco.javacpp.Pointer
-
- org.bytedeco.javacpp.FloatPointer
-
- org.bytedeco.gsl.gsl_complex_float
-
- All Implemented Interfaces:
AutoCloseable
@Properties(inherit=gsl.class) public class gsl_complex_float extends FloatPointer
-
-
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 gsl_complex_float()Default native constructor.gsl_complex_float(long size)Native array allocator.gsl_complex_float(Pointer p)Pointer cast constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FloatPointerdat()floatdat(int i)gsl_complex_floatdat(int i, float setter)gsl_complex_floatgetPointer(long i)gsl_complex_floatposition(long position)-
Methods inherited from class org.bytedeco.javacpp.FloatPointer
asBuffer, capacity, get, get, get, get, limit, put, put, put, put, sizeof
-
Methods inherited from class org.bytedeco.javacpp.Pointer
address, asByteBuffer, availablePhysicalBytes, calloc, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getDirectBufferAddress, getPointer, getPointer, getPointer, hashCode, interruptDeallocatorThread, isNull, isNull, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, physicalBytesInaccurate, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zero
-
-
-
-
Constructor Detail
-
gsl_complex_float
public gsl_complex_float()
Default native constructor.
-
gsl_complex_float
public gsl_complex_float(long size)
Native array allocator. Access withPointer.position(long).
-
gsl_complex_float
public gsl_complex_float(Pointer p)
Pointer cast constructor. InvokesPointer(Pointer).
-
-
Method Detail
-
position
public gsl_complex_float position(long position)
- Overrides:
positionin classFloatPointer
-
getPointer
public gsl_complex_float getPointer(long i)
- Overrides:
getPointerin classFloatPointer
-
dat
public float dat(int i)
-
dat
public gsl_complex_float dat(int i, float setter)
-
dat
@MemberGetter public FloatPointer dat()
-
-