public static class opencv_core.CvModuleInfo
extends org.bytedeco.javacpp.Pointer
| Constructor and Description |
|---|
CvModuleInfo()
Default native constructor.
|
CvModuleInfo(long size)
Native array allocator.
|
CvModuleInfo(org.bytedeco.javacpp.Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
opencv_core.CvPluginFuncInfo |
func_tab() |
opencv_core.CvModuleInfo |
func_tab(opencv_core.CvPluginFuncInfo func_tab) |
org.bytedeco.javacpp.BytePointer |
name() |
opencv_core.CvModuleInfo |
next() |
opencv_core.CvModuleInfo |
next(opencv_core.CvModuleInfo next) |
opencv_core.CvModuleInfo |
position(long position) |
org.bytedeco.javacpp.BytePointer |
version() |
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, put, realloc, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic CvModuleInfo()
public CvModuleInfo(long size)
Pointer.position(long).public CvModuleInfo(org.bytedeco.javacpp.Pointer p)
Pointer.Pointer(Pointer).public opencv_core.CvModuleInfo position(long position)
position in class org.bytedeco.javacpp.Pointerpublic opencv_core.CvModuleInfo next()
public opencv_core.CvModuleInfo next(opencv_core.CvModuleInfo next)
@MemberGetter @Cast(value="const char*") public org.bytedeco.javacpp.BytePointer name()
@MemberGetter @Cast(value="const char*") public org.bytedeco.javacpp.BytePointer version()
public opencv_core.CvPluginFuncInfo func_tab()
public opencv_core.CvModuleInfo func_tab(opencv_core.CvPluginFuncInfo func_tab)
Copyright © 2018. All rights reserved.