Package org.bytedeco.gsl
Class gsl_odeiv_step_type
- java.lang.Object
-
- org.bytedeco.javacpp.Pointer
-
- org.bytedeco.gsl.gsl_odeiv_step_type
-
- All Implemented Interfaces:
AutoCloseable
@Properties(inherit=gsl.class) public class gsl_odeiv_step_type extends Pointer
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classgsl_odeiv_step_type.Alloc_longstatic classgsl_odeiv_step_type.Apply_Pointer_long_double_double_DoublePointer_DoublePointer_DoublePointer_DoublePointer_gsl_odeiv_systemstatic classgsl_odeiv_step_type.Free_Pointerstatic classgsl_odeiv_step_type.Order_Pointerstatic classgsl_odeiv_step_type.Reset_Pointer_long-
Nested classes/interfaces inherited from class org.bytedeco.javacpp.Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
-
-
Constructor Summary
Constructors Constructor Description gsl_odeiv_step_type()Default native constructor.gsl_odeiv_step_type(long size)Native array allocator.gsl_odeiv_step_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_odeiv_step_type
public gsl_odeiv_step_type()
Default native constructor.
-
gsl_odeiv_step_type
public gsl_odeiv_step_type(long size)
Native array allocator. Access withPointer.position(long).
-
gsl_odeiv_step_type
public gsl_odeiv_step_type(Pointer p)
Pointer cast constructor. InvokesPointer(Pointer).
-
-
Method Detail
-
position
public gsl_odeiv_step_type position(long position)
-
getPointer
public gsl_odeiv_step_type getPointer(long i)
- Overrides:
getPointerin classPointer
-
name
@Cast("const char*") public BytePointer name()
-
name
public gsl_odeiv_step_type name(BytePointer setter)
-
can_use_dydt_in
public int can_use_dydt_in()
-
can_use_dydt_in
public gsl_odeiv_step_type can_use_dydt_in(int setter)
-
gives_exact_dydt_out
public int gives_exact_dydt_out()
-
gives_exact_dydt_out
public gsl_odeiv_step_type gives_exact_dydt_out(int setter)
-
alloc
public gsl_odeiv_step_type.Alloc_long alloc()
-
alloc
public gsl_odeiv_step_type alloc(gsl_odeiv_step_type.Alloc_long setter)
-
apply
public gsl_odeiv_step_type.Apply_Pointer_long_double_double_DoublePointer_DoublePointer_DoublePointer_DoublePointer_gsl_odeiv_system apply()
-
apply
public gsl_odeiv_step_type apply(gsl_odeiv_step_type.Apply_Pointer_long_double_double_DoublePointer_DoublePointer_DoublePointer_DoublePointer_gsl_odeiv_system setter)
-
reset
public gsl_odeiv_step_type.Reset_Pointer_long reset()
-
reset
public gsl_odeiv_step_type reset(gsl_odeiv_step_type.Reset_Pointer_long setter)
-
order
public gsl_odeiv_step_type.Order_Pointer order()
-
order
public gsl_odeiv_step_type order(gsl_odeiv_step_type.Order_Pointer setter)
-
_free
@Name("free") public gsl_odeiv_step_type.Free_Pointer _free()
-
_free
public gsl_odeiv_step_type _free(gsl_odeiv_step_type.Free_Pointer setter)
-
-