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