Package org.bytedeco.hdf5
Class H5FD_file_image_callbacks_t
- java.lang.Object
-
- org.bytedeco.javacpp.Pointer
-
- org.bytedeco.hdf5.H5FD_file_image_callbacks_t
-
- All Implemented Interfaces:
AutoCloseable
@Properties(inherit=hdf5.class) public class H5FD_file_image_callbacks_t extends Pointer
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
H5FD_file_image_callbacks_t.Image_free_Pointer_int_Pointer
static class
H5FD_file_image_callbacks_t.Image_malloc_long_int_Pointer
static class
H5FD_file_image_callbacks_t.Image_memcpy_Pointer_Pointer_long_int_Pointer
static class
H5FD_file_image_callbacks_t.Image_realloc_Pointer_long_int_Pointer
static class
H5FD_file_image_callbacks_t.Udata_copy_Pointer
static class
H5FD_file_image_callbacks_t.Udata_free_Pointer
-
Nested classes/interfaces inherited from class org.bytedeco.javacpp.Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
-
-
Constructor Summary
Constructors Constructor Description H5FD_file_image_callbacks_t()
Default native constructor.H5FD_file_image_callbacks_t(long size)
Native array allocator.H5FD_file_image_callbacks_t(Pointer p)
Pointer cast constructor.
-
Method Summary
-
Methods inherited from class org.bytedeco.javacpp.Pointer
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, 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
-
-
-
-
Constructor Detail
-
H5FD_file_image_callbacks_t
public H5FD_file_image_callbacks_t()
Default native constructor.
-
H5FD_file_image_callbacks_t
public H5FD_file_image_callbacks_t(long size)
Native array allocator. Access withPointer.position(long)
.
-
H5FD_file_image_callbacks_t
public H5FD_file_image_callbacks_t(Pointer p)
Pointer cast constructor. InvokesPointer(Pointer)
.
-
-
Method Detail
-
position
public H5FD_file_image_callbacks_t position(long position)
-
getPointer
public H5FD_file_image_callbacks_t getPointer(long i)
- Overrides:
getPointer
in classPointer
-
image_malloc
public H5FD_file_image_callbacks_t.Image_malloc_long_int_Pointer image_malloc()
-
image_malloc
public H5FD_file_image_callbacks_t image_malloc(H5FD_file_image_callbacks_t.Image_malloc_long_int_Pointer setter)
-
image_memcpy
public H5FD_file_image_callbacks_t.Image_memcpy_Pointer_Pointer_long_int_Pointer image_memcpy()
-
image_memcpy
public H5FD_file_image_callbacks_t image_memcpy(H5FD_file_image_callbacks_t.Image_memcpy_Pointer_Pointer_long_int_Pointer setter)
-
image_realloc
public H5FD_file_image_callbacks_t.Image_realloc_Pointer_long_int_Pointer image_realloc()
-
image_realloc
public H5FD_file_image_callbacks_t image_realloc(H5FD_file_image_callbacks_t.Image_realloc_Pointer_long_int_Pointer setter)
-
image_free
public H5FD_file_image_callbacks_t.Image_free_Pointer_int_Pointer image_free()
-
image_free
public H5FD_file_image_callbacks_t image_free(H5FD_file_image_callbacks_t.Image_free_Pointer_int_Pointer setter)
-
udata_copy
public H5FD_file_image_callbacks_t.Udata_copy_Pointer udata_copy()
-
udata_copy
public H5FD_file_image_callbacks_t udata_copy(H5FD_file_image_callbacks_t.Udata_copy_Pointer setter)
-
udata_free
public H5FD_file_image_callbacks_t.Udata_free_Pointer udata_free()
-
udata_free
public H5FD_file_image_callbacks_t udata_free(H5FD_file_image_callbacks_t.Udata_free_Pointer setter)
-
udata
public Pointer udata()
/** \brief The final field in the #H5FD_file_image_callbacks_t struct, provides a pointer to user-defined data. This pointer will be passed to the image_malloc, image_memcpy, image_realloc, and image_free callbacks. Define udata as NULL if no user-defined data is provided.
-
udata
public H5FD_file_image_callbacks_t udata(Pointer setter)
-
-