@Name(value="std::vector<cv::instr::NodeDataTls*>") public static class opencv_core.NodeDataTlsVector extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
NodeDataTlsVector() |
NodeDataTlsVector(long n) |
NodeDataTlsVector(opencv_core.NodeDataTls... array) |
NodeDataTlsVector(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
opencv_core.NodeDataTls |
get(long i) |
opencv_core.NodeDataTlsVector |
put(long i,
opencv_core.NodeDataTls value) |
opencv_core.NodeDataTlsVector |
put(opencv_core.NodeDataTls... array) |
opencv_core.NodeDataTlsVector |
put(opencv_core.NodeDataTlsVector x) |
void |
resize(long n) |
long |
size() |
address, asBuffer, asByteBuffer, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, free, hashCode, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, physicalBytes, position, position, put, realloc, setNull, sizeof, toString, totalBytes, withDeallocator, zeropublic NodeDataTlsVector(Pointer p)
Pointer.Pointer(Pointer).public NodeDataTlsVector(opencv_core.NodeDataTls... array)
public NodeDataTlsVector()
public NodeDataTlsVector(long n)
@Name(value="operator=") @ByRef public opencv_core.NodeDataTlsVector put(@ByRef opencv_core.NodeDataTlsVector x)
public long size()
@Index public opencv_core.NodeDataTls get(@Cast(value="size_t") long i)
public opencv_core.NodeDataTlsVector put(@Cast(value="size_t") long i, opencv_core.NodeDataTls value)
public opencv_core.NodeDataTlsVector put(opencv_core.NodeDataTls... array)
Copyright © 2017. All rights reserved.