Package org.bytedeco.hdf5
Class LinkAccPropList
- java.lang.Object
-
- org.bytedeco.javacpp.Pointer
-
- org.bytedeco.hdf5.IdComponent
-
- org.bytedeco.hdf5.PropList
-
- org.bytedeco.hdf5.LinkAccPropList
-
- All Implemented Interfaces:
AutoCloseable
- Direct Known Subclasses:
DSetAccPropList
@Namespace("H5") @NoOffset @Properties(inherit=hdf5.class) public class LinkAccPropList extends PropList
\class LinkAccPropList \brief Class LinkAccPropList inherits from PropList and provides wrappers for the HDF5 link access property list.
-
-
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 LinkAccPropList()
LinkAccPropList(long plist_id)
LinkAccPropList(LinkAccPropList original)
LinkAccPropList(Pointer p)
Pointer cast constructor.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static LinkAccPropList
DEFAULT()
\brief Default link access property list.static void
deleteConstants()
BytePointer
fromClass()
\brief Returns this class name.long
getNumLinks()
void
setNumLinks(long nlinks)
-
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
-
LinkAccPropList
public LinkAccPropList(Pointer p)
Pointer cast constructor. InvokesPointer(Pointer)
.
-
LinkAccPropList
public LinkAccPropList()
-
LinkAccPropList
public LinkAccPropList(@Const @ByRef LinkAccPropList original)
-
LinkAccPropList
public LinkAccPropList(@Cast("const hid_t") long plist_id)
-
-
Method Detail
-
DEFAULT
@MemberGetter @Const @ByRef public static LinkAccPropList DEFAULT()
\brief Default link access property list.
-
fromClass
@StdString public BytePointer fromClass()
\brief Returns this class name.
-
setNumLinks
public void setNumLinks(@Cast("size_t") long nlinks)
-
getNumLinks
@Cast("size_t") public long getNumLinks()
-
deleteConstants
public static void deleteConstants()
-
-