Package org.bytedeco.gsl
Class gsl_integration_fixed_type
- java.lang.Object
-
- org.bytedeco.javacpp.Pointer
-
- org.bytedeco.gsl.gsl_integration_fixed_type
-
- All Implemented Interfaces:
AutoCloseable
@Properties(inherit=gsl.class) public class gsl_integration_fixed_type extends Pointer
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classgsl_integration_fixed_type.Check_long_gsl_integration_fixed_paramsstatic classgsl_integration_fixed_type.Init_long_DoublePointer_DoublePointer_gsl_integration_fixed_params-
Nested classes/interfaces inherited from class org.bytedeco.javacpp.Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
-
-
Constructor Summary
Constructors Constructor Description gsl_integration_fixed_type()Default native constructor.gsl_integration_fixed_type(long size)Native array allocator.gsl_integration_fixed_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_integration_fixed_type
public gsl_integration_fixed_type()
Default native constructor.
-
gsl_integration_fixed_type
public gsl_integration_fixed_type(long size)
Native array allocator. Access withPointer.position(long).
-
gsl_integration_fixed_type
public gsl_integration_fixed_type(Pointer p)
Pointer cast constructor. InvokesPointer(Pointer).
-
-
Method Detail
-
position
public gsl_integration_fixed_type position(long position)
-
getPointer
public gsl_integration_fixed_type getPointer(long i)
- Overrides:
getPointerin classPointer
-
check
public gsl_integration_fixed_type.Check_long_gsl_integration_fixed_params check()
-
check
public gsl_integration_fixed_type check(gsl_integration_fixed_type.Check_long_gsl_integration_fixed_params setter)
-
init
public gsl_integration_fixed_type.Init_long_DoublePointer_DoublePointer_gsl_integration_fixed_params init()
-
-