@Properties(inherit=numpy.class) public class PyUFuncObject extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
PyUFuncObject()
Default native constructor.
|
PyUFuncObject(long size)
Native array allocator.
|
PyUFuncObject(Pointer p)
Pointer cast constructor.
|
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 PyUFuncObject()
public PyUFuncObject(long size)
Pointer.position(long)
.public PyUFuncObject(Pointer p)
Pointer.Pointer(Pointer)
.public PyUFuncObject position(long position)
public PyUFuncObject ob_base(PyObject setter)
public int nin()
public PyUFuncObject nin(int setter)
public int nout()
public PyUFuncObject nout(int setter)
public int nargs()
public PyUFuncObject nargs(int setter)
public int identity()
public PyUFuncObject identity(int setter)
@ByPtrPtr public PyUFuncGenericFunction functions()
public PyUFuncObject functions(PyUFuncGenericFunction setter)
public Pointer data(int i)
public PyUFuncObject data(int i, Pointer setter)
@Cast(value="void**") public PointerPointer data()
public PyUFuncObject data(PointerPointer setter)
public int ntypes()
public PyUFuncObject ntypes(int setter)
public int reserved1()
public PyUFuncObject reserved1(int setter)
@Cast(value="const char*") public BytePointer name()
public PyUFuncObject name(BytePointer setter)
@Cast(value="char*") public BytePointer types()
public PyUFuncObject types(BytePointer setter)
@Cast(value="const char*") public BytePointer doc()
public PyUFuncObject doc(BytePointer setter)
public Pointer ptr()
public PyUFuncObject ptr(Pointer setter)
public PyObject obj()
public PyUFuncObject obj(PyObject setter)
public PyObject userloops()
public PyUFuncObject userloops(PyObject setter)
public int core_enabled()
public PyUFuncObject core_enabled(int setter)
public int core_num_dim_ix()
public PyUFuncObject core_num_dim_ix(int setter)
public IntPointer core_num_dims()
public PyUFuncObject core_num_dims(IntPointer setter)
public IntPointer core_dim_ixs()
public PyUFuncObject core_dim_ixs(IntPointer setter)
public IntPointer core_offsets()
public PyUFuncObject core_offsets(IntPointer setter)
@Cast(value="char*") public BytePointer core_signature()
public PyUFuncObject core_signature(BytePointer setter)
public PyUFunc_TypeResolutionFunc type_resolver()
public PyUFuncObject type_resolver(PyUFunc_TypeResolutionFunc setter)
public PyUFunc_LegacyInnerLoopSelectionFunc legacy_inner_loop_selector()
public PyUFuncObject legacy_inner_loop_selector(PyUFunc_LegacyInnerLoopSelectionFunc setter)
public Pointer reserved2()
public PyUFuncObject reserved2(Pointer setter)
public PyUFunc_MaskedInnerLoopSelectionFunc masked_inner_loop_selector()
public PyUFuncObject masked_inner_loop_selector(PyUFunc_MaskedInnerLoopSelectionFunc setter)
@Cast(value="npy_uint32*") public IntPointer op_flags()
public PyUFuncObject op_flags(IntPointer setter)
public PyUFuncObject iter_flags(int setter)
@Cast(value="npy_intp*") public SizeTPointer core_dim_sizes()
public PyUFuncObject core_dim_sizes(SizeTPointer setter)
@Cast(value="npy_uint32*") public IntPointer core_dim_flags()
public PyUFuncObject core_dim_flags(IntPointer setter)
public PyObject identity_value()
public PyUFuncObject identity_value(PyObject setter)
Copyright © 2020. All rights reserved.