@NoOffset
public static class opencv_core.SparseMat.Hdr
extends org.bytedeco.javacpp.Pointer
| Constructor and Description |
|---|
Hdr(int _dims,
int[] _sizes,
int _type) |
Hdr(int _dims,
IntBuffer _sizes,
int _type) |
Hdr(int _dims,
org.bytedeco.javacpp.IntPointer _sizes,
int _type) |
Hdr(org.bytedeco.javacpp.Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
int |
dims() |
opencv_core.SparseMat.Hdr |
dims(int dims) |
long |
freeList() |
opencv_core.SparseMat.Hdr |
freeList(long freeList) |
org.bytedeco.javacpp.SizeTPointer |
hashtab() |
opencv_core.SparseMat.Hdr |
hashtab(org.bytedeco.javacpp.SizeTPointer hashtab) |
long |
nodeCount() |
opencv_core.SparseMat.Hdr |
nodeCount(long nodeCount) |
long |
nodeSize() |
opencv_core.SparseMat.Hdr |
nodeSize(long nodeSize) |
org.bytedeco.javacpp.BytePointer |
pool() |
opencv_core.SparseMat.Hdr |
pool(org.bytedeco.javacpp.BytePointer pool) |
int |
refcount() |
opencv_core.SparseMat.Hdr |
refcount(int refcount) |
org.bytedeco.javacpp.IntPointer |
size() |
int |
size(int i) |
opencv_core.SparseMat.Hdr |
size(int i,
int size) |
int |
valueOffset() |
opencv_core.SparseMat.Hdr |
valueOffset(int valueOffset) |
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, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic Hdr(org.bytedeco.javacpp.Pointer p)
Pointer.Pointer(Pointer).public Hdr(int _dims,
@Const
org.bytedeco.javacpp.IntPointer _sizes,
int _type)
public Hdr(int _dims,
@Const
IntBuffer _sizes,
int _type)
public Hdr(int _dims,
@Const
int[] _sizes,
int _type)
public void clear()
public int refcount()
public opencv_core.SparseMat.Hdr refcount(int refcount)
public int dims()
public opencv_core.SparseMat.Hdr dims(int dims)
public int valueOffset()
public opencv_core.SparseMat.Hdr valueOffset(int valueOffset)
@Cast(value="size_t") public long nodeSize()
public opencv_core.SparseMat.Hdr nodeSize(long nodeSize)
@Cast(value="size_t") public long nodeCount()
public opencv_core.SparseMat.Hdr nodeCount(long nodeCount)
@Cast(value="size_t") public long freeList()
public opencv_core.SparseMat.Hdr freeList(long freeList)
@Cast(value="uchar*") @StdVector public org.bytedeco.javacpp.BytePointer pool()
public opencv_core.SparseMat.Hdr pool(org.bytedeco.javacpp.BytePointer pool)
@Cast(value="size_t*") @StdVector public org.bytedeco.javacpp.SizeTPointer hashtab()
public opencv_core.SparseMat.Hdr hashtab(org.bytedeco.javacpp.SizeTPointer hashtab)
public int size(int i)
public opencv_core.SparseMat.Hdr size(int i, int size)
@MemberGetter public org.bytedeco.javacpp.IntPointer size()
Copyright © 2018. All rights reserved.