Package org.bytedeco.gsl
Class gsl_interp2d
- java.lang.Object
-
- org.bytedeco.javacpp.Pointer
-
- org.bytedeco.gsl.gsl_interp2d
-
- All Implemented Interfaces:
AutoCloseable
@Properties(inherit=gsl.class) public class gsl_interp2d 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_interp2d()Default native constructor.gsl_interp2d(long size)Native array allocator.gsl_interp2d(Pointer p)Pointer cast constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description gsl_interp2dgetPointer(long i)gsl_interp2dposition(long position)Pointerstate()gsl_interp2dstate(Pointer setter)gsl_interp2d_typetype()gsl_interp2dtype(gsl_interp2d_type setter)doublexmax()gsl_interp2dxmax(double setter)doublexmin()gsl_interp2dxmin(double setter)longxsize()gsl_interp2dxsize(long setter)doubleymax()gsl_interp2dymax(double setter)doubleymin()gsl_interp2dymin(double setter)longysize()gsl_interp2dysize(long 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_interp2d
public gsl_interp2d()
Default native constructor.
-
gsl_interp2d
public gsl_interp2d(long size)
Native array allocator. Access withPointer.position(long).
-
gsl_interp2d
public gsl_interp2d(Pointer p)
Pointer cast constructor. InvokesPointer(Pointer).
-
-
Method Detail
-
position
public gsl_interp2d position(long position)
-
getPointer
public gsl_interp2d getPointer(long i)
- Overrides:
getPointerin classPointer
-
type
@Const public gsl_interp2d_type type()
-
type
public gsl_interp2d type(gsl_interp2d_type setter)
-
xmin
public double xmin()
-
xmin
public gsl_interp2d xmin(double setter)
-
xmax
public double xmax()
-
xmax
public gsl_interp2d xmax(double setter)
-
ymin
public double ymin()
-
ymin
public gsl_interp2d ymin(double setter)
-
ymax
public double ymax()
-
ymax
public gsl_interp2d ymax(double setter)
-
xsize
@Cast("size_t") public long xsize()
-
xsize
public gsl_interp2d xsize(long setter)
-
ysize
@Cast("size_t") public long ysize()
-
ysize
public gsl_interp2d ysize(long setter)
-
state
public Pointer state()
-
state
public gsl_interp2d state(Pointer setter)
-
-