Package org.bytedeco.gsl
Class gsl_ran_discrete_t
- java.lang.Object
-
- org.bytedeco.javacpp.Pointer
-
- org.bytedeco.gsl.gsl_ran_discrete_t
-
- All Implemented Interfaces:
AutoCloseable
@Properties(inherit=gsl.class) public class gsl_ran_discrete_t 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_ran_discrete_t()Default native constructor.gsl_ran_discrete_t(long size)Native array allocator.gsl_ran_discrete_t(Pointer p)Pointer cast constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SizeTPointerA()gsl_ran_discrete_tA(SizeTPointer setter)DoublePointerF()gsl_ran_discrete_tF(DoublePointer setter)gsl_ran_discrete_tgetPointer(long i)longK()gsl_ran_discrete_tK(long setter)gsl_ran_discrete_tposition(long position)-
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_ran_discrete_t
public gsl_ran_discrete_t()
Default native constructor.
-
gsl_ran_discrete_t
public gsl_ran_discrete_t(long size)
Native array allocator. Access withPointer.position(long).
-
gsl_ran_discrete_t
public gsl_ran_discrete_t(Pointer p)
Pointer cast constructor. InvokesPointer(Pointer).
-
-
Method Detail
-
position
public gsl_ran_discrete_t position(long position)
-
getPointer
public gsl_ran_discrete_t getPointer(long i)
- Overrides:
getPointerin classPointer
-
K
@Cast("size_t") public long K()
-
K
public gsl_ran_discrete_t K(long setter)
-
A
@Cast("size_t*") public SizeTPointer A()
-
A
public gsl_ran_discrete_t A(SizeTPointer setter)
-
F
public DoublePointer F()
-
F
public gsl_ran_discrete_t F(DoublePointer setter)
-
-