@Namespace(value="cv::internal") @NoOffset @Properties(inherit=opencv_core.class) public class WriteStructContext extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
WriteStructContext(FileStorage _fs,
BytePointer name,
int flags) |
WriteStructContext(FileStorage _fs,
BytePointer name,
int flags,
BytePointer typeName) |
WriteStructContext(FileStorage _fs,
String name,
int flags) |
WriteStructContext(FileStorage _fs,
String name,
int flags,
String typeName) |
WriteStructContext(Pointer p)
Pointer cast constructor.
|
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zero
public WriteStructContext(Pointer p)
Pointer.Pointer(Pointer)
.public WriteStructContext(@ByRef FileStorage _fs, @opencv_core.Str BytePointer name, int flags, @opencv_core.Str BytePointer typeName)
public WriteStructContext(@ByRef FileStorage _fs, @opencv_core.Str BytePointer name, int flags)
public WriteStructContext(@ByRef FileStorage _fs, @opencv_core.Str String name, int flags, @opencv_core.Str String typeName)
public WriteStructContext(@ByRef FileStorage _fs, @opencv_core.Str String name, int flags)
Copyright © 2020. All rights reserved.