@Properties(inherit=numpy.class) public class PyUFunc_Loop1d extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
PyUFunc_Loop1d()
Default native constructor.
|
PyUFunc_Loop1d(long size)
Native array allocator.
|
PyUFunc_Loop1d(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
PointerPointer |
arg_dtypes() |
PyArray_Descr |
arg_dtypes(int i) |
PyUFunc_Loop1d |
arg_dtypes(int i,
PyArray_Descr setter) |
PyUFunc_Loop1d |
arg_dtypes(PointerPointer setter) |
IntPointer |
arg_types() |
PyUFunc_Loop1d |
arg_types(IntPointer setter) |
Pointer |
data() |
PyUFunc_Loop1d |
data(Pointer setter) |
PyUFuncGenericFunction |
func() |
PyUFunc_Loop1d |
func(PyUFuncGenericFunction setter) |
int |
nargs() |
PyUFunc_Loop1d |
nargs(int setter) |
PyUFunc_Loop1d |
next() |
PyUFunc_Loop1d |
next(PyUFunc_Loop1d setter) |
PyUFunc_Loop1d |
position(long position) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zero
public PyUFunc_Loop1d()
public PyUFunc_Loop1d(long size)
Pointer.position(long)
.public PyUFunc_Loop1d(Pointer p)
Pointer.Pointer(Pointer)
.public PyUFunc_Loop1d position(long position)
public PyUFuncGenericFunction func()
public PyUFunc_Loop1d func(PyUFuncGenericFunction setter)
public Pointer data()
public PyUFunc_Loop1d data(Pointer setter)
public IntPointer arg_types()
public PyUFunc_Loop1d arg_types(IntPointer setter)
public PyUFunc_Loop1d next()
public PyUFunc_Loop1d next(PyUFunc_Loop1d setter)
public int nargs()
public PyUFunc_Loop1d nargs(int setter)
public PyArray_Descr arg_dtypes(int i)
public PyUFunc_Loop1d arg_dtypes(int i, PyArray_Descr setter)
@Cast(value="PyArray_Descr**") public PointerPointer arg_dtypes()
public PyUFunc_Loop1d arg_dtypes(PointerPointer setter)
Copyright © 2020. All rights reserved.