@Properties(inherit=numpy.class) public class PyArray_Dims extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
PyArray_Dims()
Default native constructor.
|
PyArray_Dims(long size)
Native array allocator.
|
PyArray_Dims(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
int |
len() |
PyArray_Dims |
len(int setter) |
PyArray_Dims |
position(long position) |
SizeTPointer |
ptr() |
PyArray_Dims |
ptr(SizeTPointer 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_Dims()
public PyArray_Dims(long size)
Pointer.position(long)
.public PyArray_Dims(Pointer p)
Pointer.Pointer(Pointer)
.public PyArray_Dims position(long position)
@Cast(value="npy_intp*") public SizeTPointer ptr()
public PyArray_Dims ptr(SizeTPointer setter)
public int len()
public PyArray_Dims len(int setter)
Copyright © 2020. All rights reserved.