Package org.bytedeco.hdf5
Class LinkCreatPropList
- java.lang.Object
-
- org.bytedeco.javacpp.Pointer
-
- org.bytedeco.hdf5.IdComponent
-
- org.bytedeco.hdf5.PropList
-
- org.bytedeco.hdf5.LinkCreatPropList
-
- All Implemented Interfaces:
AutoCloseable
@Namespace("H5") @NoOffset @Properties(inherit=hdf5.class) public class LinkCreatPropList extends PropList
\class LinkCreatPropList \brief Class LinkCreatPropList inherits from PropList and provides wrappers for the HDF5 link creation 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 LinkCreatPropList()
LinkCreatPropList(long plist_id)
LinkCreatPropList(LinkCreatPropList original)
LinkCreatPropList(Pointer p)
Pointer cast constructor.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static LinkCreatPropList
DEFAULT()
\brief Default link creation property list.static void
deleteConstants()
BytePointer
fromClass()
\brief Returns this class name.int
getCharEncoding()
boolean
getCreateIntermediateGroup()
void
setCharEncoding(int encoding)
void
setCreateIntermediateGroup(boolean crt_intmd_group)
-
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
-
LinkCreatPropList
public LinkCreatPropList(Pointer p)
Pointer cast constructor. InvokesPointer(Pointer)
.
-
LinkCreatPropList
public LinkCreatPropList()
-
LinkCreatPropList
public LinkCreatPropList(@Const @ByRef LinkCreatPropList original)
-
LinkCreatPropList
public LinkCreatPropList(@Cast("const hid_t") long plist_id)
-
-
Method Detail
-
DEFAULT
@MemberGetter @Const @ByRef public static LinkCreatPropList DEFAULT()
\brief Default link creation property list.
-
fromClass
@StdString public BytePointer fromClass()
\brief Returns this class name.
-
setCreateIntermediateGroup
public void setCreateIntermediateGroup(@Cast("bool") boolean crt_intmd_group)
-
getCreateIntermediateGroup
@Cast("bool") public boolean getCreateIntermediateGroup()
-
setCharEncoding
public void setCharEncoding(@Cast("H5T_cset_t") int encoding)
-
getCharEncoding
@Cast("H5T_cset_t") public int getCharEncoding()
-
deleteConstants
public static void deleteConstants()
-
-