Package org.bytedeco.gsl
Class gsl_histogram
- java.lang.Object
-
- org.bytedeco.javacpp.Pointer
-
- org.bytedeco.gsl.gsl_histogram
-
- All Implemented Interfaces:
AutoCloseable
@Properties(inherit=gsl.class) public class gsl_histogram 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_histogram()Default native constructor.gsl_histogram(long size)Native array allocator.gsl_histogram(Pointer p)Pointer cast constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DoublePointerbin()gsl_histogrambin(DoublePointer setter)gsl_histogramgetPointer(long i)longn()gsl_histogramn(long setter)gsl_histogramposition(long position)DoublePointerrange()gsl_histogramrange(DoublePointer 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_histogram
public gsl_histogram()
Default native constructor.
-
gsl_histogram
public gsl_histogram(long size)
Native array allocator. Access withPointer.position(long).
-
gsl_histogram
public gsl_histogram(Pointer p)
Pointer cast constructor. InvokesPointer(Pointer).
-
-
Method Detail
-
position
public gsl_histogram position(long position)
-
getPointer
public gsl_histogram getPointer(long i)
- Overrides:
getPointerin classPointer
-
n
@Cast("size_t") public long n()
-
n
public gsl_histogram n(long setter)
-
range
public DoublePointer range()
-
range
public gsl_histogram range(DoublePointer setter)
-
bin
public DoublePointer bin()
-
bin
public gsl_histogram bin(DoublePointer setter)
-
-