Package org.bytedeco.hdf5
Class ObjCreatPropList
- java.lang.Object
-
- org.bytedeco.javacpp.Pointer
-
- org.bytedeco.hdf5.IdComponent
-
- org.bytedeco.hdf5.PropList
-
- org.bytedeco.hdf5.ObjCreatPropList
-
- All Implemented Interfaces:
AutoCloseable
- Direct Known Subclasses:
DSetCreatPropList
@Namespace("H5") @NoOffset @Properties(inherit=hdf5.class) public class ObjCreatPropList extends PropList
\class ObjCreatPropList \brief Class ObjCreatPropList inherits from PropList and provides wrappers for the HDF5 object create 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 ObjCreatPropList()
ObjCreatPropList(long plist_id)
ObjCreatPropList(ObjCreatPropList original)
ObjCreatPropList(Pointer p)
Pointer cast constructor.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ObjCreatPropList
DEFAULT()
\brief Default object creation property list.static void
deleteConstants()
BytePointer
fromClass()
\brief Returns this class name.int
getAttrCrtOrder()
void
getAttrPhaseChange(int[] max_compact, int[] min_dense)
void
getAttrPhaseChange(IntBuffer max_compact, IntBuffer min_dense)
void
getAttrPhaseChange(IntPointer max_compact, IntPointer min_dense)
void
setAttrCrtOrder(int crt_order_flags)
void
setAttrPhaseChange()
void
setAttrPhaseChange(int max_compact, int min_dense)
-
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
-
ObjCreatPropList
public ObjCreatPropList(Pointer p)
Pointer cast constructor. InvokesPointer(Pointer)
.
-
ObjCreatPropList
public ObjCreatPropList()
-
ObjCreatPropList
public ObjCreatPropList(@Const @ByRef ObjCreatPropList original)
-
ObjCreatPropList
public ObjCreatPropList(@Cast("const hid_t") long plist_id)
-
-
Method Detail
-
DEFAULT
@MemberGetter @Const @ByRef public static ObjCreatPropList DEFAULT()
\brief Default object creation property list.
-
setAttrPhaseChange
public void setAttrPhaseChange(@Cast("unsigned") int max_compact, @Cast("unsigned") int min_dense)
-
setAttrPhaseChange
public void setAttrPhaseChange()
-
getAttrPhaseChange
public void getAttrPhaseChange(@Cast("unsigned*") @ByRef IntPointer max_compact, @Cast("unsigned*") @ByRef IntPointer min_dense)
-
getAttrPhaseChange
public void getAttrPhaseChange(@Cast("unsigned*") @ByRef IntBuffer max_compact, @Cast("unsigned*") @ByRef IntBuffer min_dense)
-
getAttrPhaseChange
public void getAttrPhaseChange(@Cast("unsigned*") @ByRef int[] max_compact, @Cast("unsigned*") @ByRef int[] min_dense)
-
setAttrCrtOrder
public void setAttrCrtOrder(@Cast("unsigned") int crt_order_flags)
-
getAttrCrtOrder
@Cast("unsigned") public int getAttrCrtOrder()
-
fromClass
@StdString public BytePointer fromClass()
\brief Returns this class name.
-
deleteConstants
public static void deleteConstants()
-
-