Package org.bytedeco.gsl
Class gsl_interp
- java.lang.Object
-
- org.bytedeco.javacpp.Pointer
-
- org.bytedeco.gsl.gsl_interp
-
- All Implemented Interfaces:
AutoCloseable
@Properties(inherit=gsl.class) public class gsl_interp 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_interp()Default native constructor.gsl_interp(long size)Native array allocator.gsl_interp(Pointer p)Pointer cast constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description gsl_interpgetPointer(long i)gsl_interpposition(long position)longsize()gsl_interpsize(long setter)Pointerstate()gsl_interpstate(Pointer setter)gsl_interp_typetype()gsl_interptype(gsl_interp_type setter)doublexmax()gsl_interpxmax(double setter)doublexmin()gsl_interpxmin(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_interp
public gsl_interp()
Default native constructor.
-
gsl_interp
public gsl_interp(long size)
Native array allocator. Access withPointer.position(long).
-
gsl_interp
public gsl_interp(Pointer p)
Pointer cast constructor. InvokesPointer(Pointer).
-
-
Method Detail
-
position
public gsl_interp position(long position)
-
getPointer
public gsl_interp getPointer(long i)
- Overrides:
getPointerin classPointer
-
type
@Const public gsl_interp_type type()
-
type
public gsl_interp type(gsl_interp_type setter)
-
xmin
public double xmin()
-
xmin
public gsl_interp xmin(double setter)
-
xmax
public double xmax()
-
xmax
public gsl_interp xmax(double setter)
-
size
@Cast("size_t") public long size()
-
size
public gsl_interp size(long setter)
-
state
public Pointer state()
-
state
public gsl_interp state(Pointer setter)
-
-