@Properties(inherit=numpy.class) public class PyArray_ArrayDescr extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
PyArray_ArrayDescr()
Default native constructor.
|
PyArray_ArrayDescr(long size)
Native array allocator.
|
PyArray_ArrayDescr(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
PyArray_Descr |
base() |
PyArray_ArrayDescr |
base(PyArray_Descr setter) |
PyArray_ArrayDescr |
position(long position) |
PyObject |
shape() |
PyArray_ArrayDescr |
shape(PyObject setter) |
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 PyArray_ArrayDescr()
public PyArray_ArrayDescr(long size)
Pointer.position(long)
.public PyArray_ArrayDescr(Pointer p)
Pointer.Pointer(Pointer)
.public PyArray_ArrayDescr position(long position)
public PyArray_Descr base()
public PyArray_ArrayDescr base(PyArray_Descr setter)
public PyObject shape()
public PyArray_ArrayDescr shape(PyObject setter)
Copyright © 2020. All rights reserved.