Package org.bytedeco.gsl
Class gsl_spline2d
- java.lang.Object
-
- org.bytedeco.javacpp.Pointer
-
- org.bytedeco.gsl.gsl_spline2d
-
- All Implemented Interfaces:
AutoCloseable
@Properties(inherit=gsl.class) public class gsl_spline2d 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_spline2d()Default native constructor.gsl_spline2d(long size)Native array allocator.gsl_spline2d(Pointer p)Pointer cast constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description gsl_spline2dgetPointer(long i)gsl_interp2dinterp_object()gsl_spline2dinterp_object(gsl_interp2d setter)gsl_spline2dposition(long position)DoublePointerxarr()gsl_spline2dxarr(DoublePointer setter)DoublePointeryarr()gsl_spline2dyarr(DoublePointer setter)DoublePointerzarr()gsl_spline2dzarr(DoublePointer 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_spline2d
public gsl_spline2d()
Default native constructor.
-
gsl_spline2d
public gsl_spline2d(long size)
Native array allocator. Access withPointer.position(long).
-
gsl_spline2d
public gsl_spline2d(Pointer p)
Pointer cast constructor. InvokesPointer(Pointer).
-
-
Method Detail
-
position
public gsl_spline2d position(long position)
-
getPointer
public gsl_spline2d getPointer(long i)
- Overrides:
getPointerin classPointer
-
interp_object
@ByRef public gsl_interp2d interp_object()
-
interp_object
public gsl_spline2d interp_object(gsl_interp2d setter)
-
xarr
public DoublePointer xarr()
-
xarr
public gsl_spline2d xarr(DoublePointer setter)
-
yarr
public DoublePointer yarr()
-
yarr
public gsl_spline2d yarr(DoublePointer setter)
-
zarr
public DoublePointer zarr()
-
zarr
public gsl_spline2d zarr(DoublePointer setter)
-
-