Package org.bytedeco.gsl
Class gsl_integration_lebedev_workspace
- java.lang.Object
-
- org.bytedeco.javacpp.Pointer
-
- org.bytedeco.gsl.gsl_integration_lebedev_workspace
-
- All Implemented Interfaces:
AutoCloseable
@Properties(inherit=gsl.class) public class gsl_integration_lebedev_workspace 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_integration_lebedev_workspace()Default native constructor.gsl_integration_lebedev_workspace(long size)Native array allocator.gsl_integration_lebedev_workspace(Pointer p)Pointer cast constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description gsl_integration_lebedev_workspacegetPointer(long i)longn()gsl_integration_lebedev_workspacen(long setter)DoublePointerphi()gsl_integration_lebedev_workspacephi(DoublePointer setter)gsl_integration_lebedev_workspaceposition(long position)DoublePointertheta()gsl_integration_lebedev_workspacetheta(DoublePointer setter)DoublePointerweights()gsl_integration_lebedev_workspaceweights(DoublePointer setter)DoublePointerx()gsl_integration_lebedev_workspacex(DoublePointer setter)DoublePointery()gsl_integration_lebedev_workspacey(DoublePointer setter)DoublePointerz()gsl_integration_lebedev_workspacez(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_integration_lebedev_workspace
public gsl_integration_lebedev_workspace()
Default native constructor.
-
gsl_integration_lebedev_workspace
public gsl_integration_lebedev_workspace(long size)
Native array allocator. Access withPointer.position(long).
-
gsl_integration_lebedev_workspace
public gsl_integration_lebedev_workspace(Pointer p)
Pointer cast constructor. InvokesPointer(Pointer).
-
-
Method Detail
-
position
public gsl_integration_lebedev_workspace position(long position)
-
getPointer
public gsl_integration_lebedev_workspace getPointer(long i)
- Overrides:
getPointerin classPointer
-
n
@Cast("size_t") public long n()
-
n
public gsl_integration_lebedev_workspace n(long setter)
-
weights
public DoublePointer weights()
-
weights
public gsl_integration_lebedev_workspace weights(DoublePointer setter)
-
x
public DoublePointer x()
-
x
public gsl_integration_lebedev_workspace x(DoublePointer setter)
-
y
public DoublePointer y()
-
y
public gsl_integration_lebedev_workspace y(DoublePointer setter)
-
z
public DoublePointer z()
-
z
public gsl_integration_lebedev_workspace z(DoublePointer setter)
-
theta
public DoublePointer theta()
-
theta
public gsl_integration_lebedev_workspace theta(DoublePointer setter)
-
phi
public DoublePointer phi()
-
phi
public gsl_integration_lebedev_workspace phi(DoublePointer setter)
-
-