@NoOffset public static class opencv_core.CvType extends Pointer
class for automatic module/RTTI data registration/unregistration
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
CvType(BytePointer type_name,
opencv_core.CvIsInstanceFunc is_instance) |
CvType(BytePointer type_name,
opencv_core.CvIsInstanceFunc is_instance,
opencv_core.CvReleaseFunc release,
opencv_core.CvReadFunc read,
opencv_core.CvWriteFunc write,
opencv_core.CvCloneFunc clone) |
CvType(Pointer p)
Pointer cast constructor.
|
CvType(String type_name,
opencv_core.CvIsInstanceFunc is_instance) |
CvType(String type_name,
opencv_core.CvIsInstanceFunc is_instance,
opencv_core.CvReleaseFunc release,
opencv_core.CvReadFunc read,
opencv_core.CvWriteFunc write,
opencv_core.CvCloneFunc clone) |
| Modifier and Type | Method and Description |
|---|---|
opencv_core.CvTypeInfo |
info() |
opencv_core.CvType |
info(opencv_core.CvTypeInfo info) |
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 CvType(Pointer p)
Pointer.Pointer(Pointer).public CvType(@Cast(value="const char*") BytePointer type_name, opencv_core.CvIsInstanceFunc is_instance, opencv_core.CvReleaseFunc release, opencv_core.CvReadFunc read, opencv_core.CvWriteFunc write, opencv_core.CvCloneFunc clone)
public CvType(@Cast(value="const char*") BytePointer type_name, opencv_core.CvIsInstanceFunc is_instance)
public CvType(String type_name, opencv_core.CvIsInstanceFunc is_instance, opencv_core.CvReleaseFunc release, opencv_core.CvReadFunc read, opencv_core.CvWriteFunc write, opencv_core.CvCloneFunc clone)
public CvType(String type_name, opencv_core.CvIsInstanceFunc is_instance)
public opencv_core.CvTypeInfo info()
public opencv_core.CvType info(opencv_core.CvTypeInfo info)
Copyright © 2017. All rights reserved.