public static class opencv_objdetect.ModalityVector extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator
Constructor and Description |
---|
opencv_objdetect.ModalityVector() |
opencv_objdetect.ModalityVector(long n) |
opencv_objdetect.ModalityVector(opencv_objdetect.Modality... array) |
opencv_objdetect.ModalityVector(Pointer p) |
Modifier and Type | Method and Description |
---|---|
opencv_objdetect.Modality |
get(long i) |
opencv_objdetect.ModalityVector |
put(long i,
opencv_objdetect.Modality value) |
opencv_objdetect.ModalityVector |
put(opencv_objdetect.Modality... array) |
void |
resize(long n) |
long |
size() |
address, asBuffer, asByteBuffer, capacity, capacity, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, hashCode, isNull, limit, limit, memchr, memcmp, memcpy, memmove, memset, offsetof, position, position, put, setNull, sizeof, toString, withDeallocator, zero
public opencv_objdetect.ModalityVector(Pointer p)
public opencv_objdetect.ModalityVector(opencv_objdetect.Modality... array)
public opencv_objdetect.ModalityVector()
public opencv_objdetect.ModalityVector(long n)
public long size()
public void resize(long n)
public opencv_objdetect.Modality get(long i)
public opencv_objdetect.ModalityVector put(long i, opencv_objdetect.Modality value)
public opencv_objdetect.ModalityVector put(opencv_objdetect.Modality... array)
Copyright © 2014. All Rights Reserved.