@Name(value="std::vector<cv::dnn::Blob*>") public static class opencv_dnn.BlobPointerVector extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
BlobPointerVector() |
BlobPointerVector(long n) |
BlobPointerVector(opencv_dnn.Blob... array) |
BlobPointerVector(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
opencv_dnn.Blob |
get(long i) |
opencv_dnn.BlobPointerVector |
put(long i,
opencv_dnn.Blob value) |
opencv_dnn.BlobPointerVector |
put(opencv_dnn.Blob... array) |
opencv_dnn.BlobPointerVector |
put(opencv_dnn.BlobPointerVector 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 BlobPointerVector(Pointer p)
Pointer.Pointer(Pointer).public BlobPointerVector(opencv_dnn.Blob... array)
public BlobPointerVector()
public BlobPointerVector(long n)
@Name(value="operator=") @ByRef public opencv_dnn.BlobPointerVector put(@ByRef opencv_dnn.BlobPointerVector x)
public long size()
@Index public opencv_dnn.Blob get(@Cast(value="size_t") long i)
public opencv_dnn.BlobPointerVector put(@Cast(value="size_t") long i, opencv_dnn.Blob value)
public opencv_dnn.BlobPointerVector put(opencv_dnn.Blob... array)
Copyright © 2017. All rights reserved.