Package org.bytedeco.gsl
Class gsl_odeiv2_control_type
- java.lang.Object
-
- org.bytedeco.javacpp.Pointer
-
- org.bytedeco.gsl.gsl_odeiv2_control_type
-
- All Implemented Interfaces:
AutoCloseable
@Properties(inherit=gsl.class) public class gsl_odeiv2_control_type extends Pointer
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classgsl_odeiv2_control_type.Errlevel_Pointer_double_double_double_long_DoublePointerstatic classgsl_odeiv2_control_type.Free_Pointerstatic classgsl_odeiv2_control_type.Hadjust_Pointer_long_int_DoublePointer_DoublePointer_DoublePointer_DoublePointerstatic classgsl_odeiv2_control_type.Init_Pointer_double_double_double_doublestatic classgsl_odeiv2_control_type.Pointer_Allocstatic classgsl_odeiv2_control_type.Set_driver_Pointer_gsl_odeiv2_driver-
Nested classes/interfaces inherited from class org.bytedeco.javacpp.Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
-
-
Constructor Summary
Constructors Constructor Description gsl_odeiv2_control_type()Default native constructor.gsl_odeiv2_control_type(long size)Native array allocator.gsl_odeiv2_control_type(Pointer p)Pointer cast constructor.
-
Method Summary
-
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_odeiv2_control_type
public gsl_odeiv2_control_type()
Default native constructor.
-
gsl_odeiv2_control_type
public gsl_odeiv2_control_type(long size)
Native array allocator. Access withPointer.position(long).
-
gsl_odeiv2_control_type
public gsl_odeiv2_control_type(Pointer p)
Pointer cast constructor. InvokesPointer(Pointer).
-
-
Method Detail
-
position
public gsl_odeiv2_control_type position(long position)
-
getPointer
public gsl_odeiv2_control_type getPointer(long i)
- Overrides:
getPointerin classPointer
-
name
@Cast("const char*") public BytePointer name()
-
name
public gsl_odeiv2_control_type name(BytePointer setter)
-
alloc
public gsl_odeiv2_control_type.Pointer_Alloc alloc()
-
alloc
public gsl_odeiv2_control_type alloc(gsl_odeiv2_control_type.Pointer_Alloc setter)
-
init
public gsl_odeiv2_control_type.Init_Pointer_double_double_double_double init()
-
init
public gsl_odeiv2_control_type init(gsl_odeiv2_control_type.Init_Pointer_double_double_double_double setter)
-
hadjust
public gsl_odeiv2_control_type.Hadjust_Pointer_long_int_DoublePointer_DoublePointer_DoublePointer_DoublePointer hadjust()
-
hadjust
public gsl_odeiv2_control_type hadjust(gsl_odeiv2_control_type.Hadjust_Pointer_long_int_DoublePointer_DoublePointer_DoublePointer_DoublePointer setter)
-
errlevel
public gsl_odeiv2_control_type.Errlevel_Pointer_double_double_double_long_DoublePointer errlevel()
-
errlevel
public gsl_odeiv2_control_type errlevel(gsl_odeiv2_control_type.Errlevel_Pointer_double_double_double_long_DoublePointer setter)
-
set_driver
public gsl_odeiv2_control_type.Set_driver_Pointer_gsl_odeiv2_driver set_driver()
-
set_driver
public gsl_odeiv2_control_type set_driver(gsl_odeiv2_control_type.Set_driver_Pointer_gsl_odeiv2_driver setter)
-
_free
@Name("free") public gsl_odeiv2_control_type.Free_Pointer _free()
-
_free
public gsl_odeiv2_control_type _free(gsl_odeiv2_control_type.Free_Pointer setter)
-
-