@Properties(inherit=numpy.class) public class PyArray_PartitionFunc extends org.bytedeco.javacpp.FunctionPointer
Modifier | Constructor and Description |
---|---|
protected |
PyArray_PartitionFunc() |
|
PyArray_PartitionFunc(org.bytedeco.javacpp.Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
int |
call(org.bytedeco.javacpp.Pointer arg0,
long arg1,
long arg2,
org.bytedeco.javacpp.SizeTPointer arg3,
org.bytedeco.javacpp.SizeTPointer arg4,
org.bytedeco.javacpp.Pointer arg5) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zero
public PyArray_PartitionFunc(org.bytedeco.javacpp.Pointer p)
Pointer.Pointer(Pointer)
.protected PyArray_PartitionFunc()
public int call(org.bytedeco.javacpp.Pointer arg0, @Cast(value="npy_intp") long arg1, @Cast(value="npy_intp") long arg2, @Cast(value="npy_intp*") org.bytedeco.javacpp.SizeTPointer arg3, @Cast(value="npy_intp*") org.bytedeco.javacpp.SizeTPointer arg4, org.bytedeco.javacpp.Pointer arg5)
Copyright © 2019. All rights reserved.