public static class opencv_core.CvAttrList
extends org.bytedeco.javacpp.Pointer
In the current implementation, attributes are used to pass extra parameters when writing user objects (see cvWrite). XML attributes inside tags are not supported, aside from the object type specification (type_id attribute).
cvAttrList, cvAttrValue| Constructor and Description |
|---|
CvAttrList()
Default native constructor.
|
CvAttrList(long size)
Native array allocator.
|
CvAttrList(org.bytedeco.javacpp.Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
org.bytedeco.javacpp.PointerPointer |
attr() |
org.bytedeco.javacpp.BytePointer |
attr(int i)
NULL-terminated array of (attribute_name,attribute_value) pairs.
|
opencv_core.CvAttrList |
next()
Pointer to next chunk of the attributes list.
|
opencv_core.CvAttrList |
next(opencv_core.CvAttrList next) |
opencv_core.CvAttrList |
position(long position) |
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, put, realloc, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic CvAttrList()
public CvAttrList(long size)
Pointer.position(long).public CvAttrList(org.bytedeco.javacpp.Pointer p)
Pointer.Pointer(Pointer).public opencv_core.CvAttrList position(long position)
position in class org.bytedeco.javacpp.Pointer@MemberGetter @Cast(value="const char*") public org.bytedeco.javacpp.BytePointer attr(int i)
@MemberGetter @Cast(value="const char**") public org.bytedeco.javacpp.PointerPointer attr()
public opencv_core.CvAttrList next()
public opencv_core.CvAttrList next(opencv_core.CvAttrList next)
Copyright © 2018. All rights reserved.