Package org.bytedeco.hdf5
Class DSetAccPropList
- java.lang.Object
-
- org.bytedeco.javacpp.Pointer
-
- org.bytedeco.hdf5.IdComponent
-
- org.bytedeco.hdf5.PropList
-
- org.bytedeco.hdf5.LinkAccPropList
-
- org.bytedeco.hdf5.DSetAccPropList
-
- All Implemented Interfaces:
AutoCloseable
@Namespace("H5") @NoOffset @Properties(inherit=hdf5.class) public class DSetAccPropList extends LinkAccPropList
\class DSetAccPropList \brief Class DSetAccPropList inherits from LinkAccPropList and provides wrappers for the HDF5 dataset access property functions.
-
-
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 DSetAccPropList()
DSetAccPropList(long plist_id)
DSetAccPropList(DSetAccPropList orig)
DSetAccPropList(Pointer p)
Pointer cast constructor.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DSetAccPropList
DEFAULT()
\brief Default dataset creation property list.static void
deleteConstants()
BytePointer
fromClass()
\brief Returns this class name.void
getChunkCache(SizeTPointer rdcc_nslots, SizeTPointer rdcc_nbytes, double[] rdcc_w0)
void
getChunkCache(SizeTPointer rdcc_nslots, SizeTPointer rdcc_nbytes, DoubleBuffer rdcc_w0)
void
getChunkCache(SizeTPointer rdcc_nslots, SizeTPointer rdcc_nbytes, DoublePointer rdcc_w0)
void
setChunkCache(long rdcc_nslots, long rdcc_nbytes, double rdcc_w0)
-
Methods inherited from class org.bytedeco.hdf5.LinkAccPropList
getNumLinks, setNumLinks
-
Methods inherited from class org.bytedeco.hdf5.PropList
_close, _getClass, closeClass, copy, copyProp, copyProp, copyProp, copyProp, equals, getClassName, getClassParent, getId, getNumProps, getProperty, getProperty, getProperty, getProperty, getPropSize, getPropSize, isAClass, propExist, propExist, put, removeProp, removeProp, setProperty, setProperty, setProperty, setProperty, setProperty
-
Methods inherited from class org.bytedeco.hdf5.IdComponent
decRefCount, decRefCount, getCounter, getCounter, getHDFObjType, getHDFObjType, getNumMembers, incRefCount, incRefCount, inMemFunc, inMemFunc, isValid, put, setId, typeExists
-
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, getPointer, hashCode, interruptDeallocatorThread, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, physicalBytesInaccurate, position, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zero
-
-
-
-
Constructor Detail
-
DSetAccPropList
public DSetAccPropList(Pointer p)
Pointer cast constructor. InvokesPointer(Pointer)
.
-
DSetAccPropList
public DSetAccPropList()
-
DSetAccPropList
public DSetAccPropList(@Const @ByRef DSetAccPropList orig)
-
DSetAccPropList
public DSetAccPropList(@Cast("const hid_t") long plist_id)
-
-
Method Detail
-
DEFAULT
@MemberGetter @Const @ByRef public static DSetAccPropList DEFAULT()
\brief Default dataset creation property list.
-
setChunkCache
public void setChunkCache(@Cast("size_t") long rdcc_nslots, @Cast("size_t") long rdcc_nbytes, double rdcc_w0)
-
getChunkCache
public void getChunkCache(@Cast("size_t*") @ByRef SizeTPointer rdcc_nslots, @Cast("size_t*") @ByRef SizeTPointer rdcc_nbytes, @ByRef DoublePointer rdcc_w0)
-
getChunkCache
public void getChunkCache(@Cast("size_t*") @ByRef SizeTPointer rdcc_nslots, @Cast("size_t*") @ByRef SizeTPointer rdcc_nbytes, @ByRef DoubleBuffer rdcc_w0)
-
getChunkCache
public void getChunkCache(@Cast("size_t*") @ByRef SizeTPointer rdcc_nslots, @Cast("size_t*") @ByRef SizeTPointer rdcc_nbytes, @ByRef double[] rdcc_w0)
-
fromClass
@StdString public BytePointer fromClass()
\brief Returns this class name.- Overrides:
fromClass
in classLinkAccPropList
-
deleteConstants
public static void deleteConstants()
-
-