@NoOffset
public static class opencv_core.CvType
extends org.bytedeco.javacpp.Pointer
class for automatic module/RTTI data registration/unregistration
| Constructor and Description |
|---|
CvType(org.bytedeco.javacpp.BytePointer type_name,
opencv_core.CvIsInstanceFunc is_instance) |
CvType(org.bytedeco.javacpp.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(org.bytedeco.javacpp.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, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, position, put, realloc, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic CvType(org.bytedeco.javacpp.Pointer p)
Pointer.Pointer(Pointer).public CvType(@Cast(value="const char*")
org.bytedeco.javacpp.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*")
org.bytedeco.javacpp.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 © 2018. All rights reserved.