Package org.bytedeco.gsl
Class gsl_sf_result
- java.lang.Object
-
- org.bytedeco.javacpp.Pointer
-
- org.bytedeco.gsl.gsl_sf_result
-
- All Implemented Interfaces:
AutoCloseable
@Name("gsl_sf_result_struct") @Properties(inherit=gsl.class) public class gsl_sf_result 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 gsl_sf_result()Default native constructor.gsl_sf_result(long size)Native array allocator.gsl_sf_result(Pointer p)Pointer cast constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description doubleerr()gsl_sf_resulterr(double setter)gsl_sf_resultgetPointer(long i)gsl_sf_resultposition(long position)doubleval()gsl_sf_resultval(double setter)-
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
-
gsl_sf_result
public gsl_sf_result()
Default native constructor.
-
gsl_sf_result
public gsl_sf_result(long size)
Native array allocator. Access withPointer.position(long).
-
gsl_sf_result
public gsl_sf_result(Pointer p)
Pointer cast constructor. InvokesPointer(Pointer).
-
-
Method Detail
-
position
public gsl_sf_result position(long position)
-
getPointer
public gsl_sf_result getPointer(long i)
- Overrides:
getPointerin classPointer
-
val
public double val()
-
val
public gsl_sf_result val(double setter)
-
err
public double err()
-
err
public gsl_sf_result err(double setter)
-
-