@Properties(inherit=numpy.class) public class PyArrayMethod_Context extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
PyArrayMethod_Context()
Default native constructor.
|
PyArrayMethod_Context(long size)
Native array allocator.
|
PyArrayMethod_Context(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
org.bytedeco.cpython.PyObject |
caller() |
PyArrayMethod_Context |
caller(org.bytedeco.cpython.PyObject setter) |
PointerPointer |
descriptors() |
PyArray_Descr |
descriptors(int i) |
PyArrayMethod_Context |
getPointer(long i) |
PyArrayMethodObject_tag |
method() |
PyArrayMethod_Context |
method(PyArrayMethodObject_tag setter) |
PyArrayMethod_Context |
position(long position) |
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
public PyArrayMethod_Context()
public PyArrayMethod_Context(long size)
Pointer.position(long)
.public PyArrayMethod_Context(Pointer p)
Pointer(Pointer)
.public PyArrayMethod_Context position(long position)
public PyArrayMethod_Context getPointer(long i)
getPointer
in class Pointer
public org.bytedeco.cpython.PyObject caller()
public PyArrayMethod_Context caller(org.bytedeco.cpython.PyObject setter)
public PyArrayMethodObject_tag method()
public PyArrayMethod_Context method(PyArrayMethodObject_tag setter)
@MemberGetter public PyArray_Descr descriptors(int i)
@MemberGetter @Cast(value="PyArray_Descr*const*") public PointerPointer descriptors()
Copyright © 2024. All rights reserved.