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