Package org.bytedeco.hdf5
Class H5Z_class2_t
- java.lang.Object
-
- org.bytedeco.javacpp.Pointer
-
- org.bytedeco.hdf5.H5Z_class2_t
-
- All Implemented Interfaces:
AutoCloseable
@Properties(inherit=hdf5.class) public class H5Z_class2_t extends Pointer
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.bytedeco.javacpp.Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
-
-
Constructor Summary
Constructors Constructor Description H5Z_class2_t()Default native constructor.H5Z_class2_t(long size)Native array allocator.H5Z_class2_t(Pointer p)Pointer cast constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description H5Z_can_apply_func_tcan_apply()The "can apply" callback for a filterH5Z_class2_tcan_apply(H5Z_can_apply_func_t setter)intdecoder_present()Does this filter have a decoder?H5Z_class2_tdecoder_present(int setter)intencoder_present()Does this filter have an encoder?H5Z_class2_tencoder_present(int setter)H5Z_func_tfilter()The actual filter functionH5Z_class2_tfilter(H5Z_func_t setter)H5Z_class2_tgetPointer(long i)intid()Filter ID numberH5Z_class2_tid(int setter)BytePointername()Comment for debuggingH5Z_class2_tname(BytePointer setter)H5Z_class2_tposition(long position)H5Z_set_local_func_tset_local()The "set local" callback for a filterH5Z_class2_tset_local(H5Z_set_local_func_t setter)intversion()Version number of the H5Z_class_t structH5Z_class2_tversion(int setter)-
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
-
H5Z_class2_t
public H5Z_class2_t()
Default native constructor.
-
H5Z_class2_t
public H5Z_class2_t(long size)
Native array allocator. Access withPointer.position(long).
-
H5Z_class2_t
public H5Z_class2_t(Pointer p)
Pointer cast constructor. InvokesPointer(Pointer).
-
-
Method Detail
-
position
public H5Z_class2_t position(long position)
-
getPointer
public H5Z_class2_t getPointer(long i)
- Overrides:
getPointerin classPointer
-
version
public int version()
Version number of the H5Z_class_t struct
-
version
public H5Z_class2_t version(int setter)
-
id
@Cast("H5Z_filter_t") public int id()
Filter ID number
-
id
public H5Z_class2_t id(int setter)
-
encoder_present
@Cast("unsigned") public int encoder_present()
Does this filter have an encoder?
-
encoder_present
public H5Z_class2_t encoder_present(int setter)
-
decoder_present
@Cast("unsigned") public int decoder_present()
Does this filter have a decoder?
-
decoder_present
public H5Z_class2_t decoder_present(int setter)
-
name
@Cast("const char*") public BytePointer name()
Comment for debugging
-
name
public H5Z_class2_t name(BytePointer setter)
-
can_apply
public H5Z_can_apply_func_t can_apply()
The "can apply" callback for a filter
-
can_apply
public H5Z_class2_t can_apply(H5Z_can_apply_func_t setter)
-
set_local
public H5Z_set_local_func_t set_local()
The "set local" callback for a filter
-
set_local
public H5Z_class2_t set_local(H5Z_set_local_func_t setter)
-
filter
public H5Z_func_t filter()
The actual filter function
-
filter
public H5Z_class2_t filter(H5Z_func_t setter)
-
-