Package org.bytedeco.leptonica
Class AbstractPIX.DestroyDeallocator
java.lang.Object
org.bytedeco.javacpp.Pointer
org.bytedeco.leptonica.AbstractPIX
org.bytedeco.leptonica.PIX
org.bytedeco.leptonica.AbstractPIX.DestroyDeallocator
- All Implemented Interfaces:
AutoCloseable
,Indexable
,Pointer.Deallocator
- Enclosing class:
- AbstractPIX
-
Nested Class Summary
Nested classes/interfaces inherited from class org.bytedeco.leptonica.AbstractPIX
AbstractPIX.DestroyDeallocator
Nested classes/interfaces inherited from class org.bytedeco.javacpp.Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
-
Field Summary
Fields inherited from class org.bytedeco.leptonica.AbstractPIX
pointer
-
Method Summary
Methods inherited from class org.bytedeco.leptonica.PIX
colormap, colormap, d, d, data, data, getPointer, h, h, informat, informat, position, refcount, refcount, special, special, spp, spp, text, text, w, w, wpl, wpl, xres, xres, yres, yres
Methods inherited from class org.bytedeco.leptonica.AbstractPIX
clone, create, create, createBuffer, createBuffer, createHeader, createIndexer, createIndexer, createNoInit, createTemplate, createTemplateNoInit, destroy
Methods inherited from class org.bytedeco.javacpp.Pointer
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getDirectBufferAddress, getPointer, getPointer, getPointer, hashCode, interruptDeallocatorThread, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, physicalBytesInaccurate, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zero
-
Method Details
-
deallocate
public void deallocate()- Specified by:
deallocate
in interfacePointer.Deallocator
- Overrides:
deallocate
in classPointer
-