@Properties(inherit=gsl.class) public class gsl_spline2d extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
gsl_spline2d()
Default native constructor.
|
gsl_spline2d(long size)
Native array allocator.
|
gsl_spline2d(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
gsl_interp2d |
interp_object() |
gsl_spline2d |
interp_object(gsl_interp2d setter) |
gsl_spline2d |
position(long position) |
DoublePointer |
xarr() |
gsl_spline2d |
xarr(DoublePointer setter) |
DoublePointer |
yarr() |
gsl_spline2d |
yarr(DoublePointer setter) |
DoublePointer |
zarr() |
gsl_spline2d |
zarr(DoublePointer setter) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic gsl_spline2d()
public gsl_spline2d(long size)
Pointer.position(long).public gsl_spline2d(Pointer p)
Pointer.Pointer(Pointer).public gsl_spline2d position(long position)
@ByRef public gsl_interp2d interp_object()
public gsl_spline2d interp_object(gsl_interp2d setter)
public DoublePointer xarr()
public gsl_spline2d xarr(DoublePointer setter)
public DoublePointer yarr()
public gsl_spline2d yarr(DoublePointer setter)
public DoublePointer zarr()
public gsl_spline2d zarr(DoublePointer setter)
Copyright © 2020. All rights reserved.