@Namespace(value="H5") @Properties(inherit=hdf5.class) public class ArrayType extends DataType
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
ArrayType() |
ArrayType(ArrayType original) |
ArrayType(DataType base_type,
int ndims,
long[] dims) |
ArrayType(DataType base_type,
int ndims,
LongBuffer dims) |
ArrayType(DataType base_type,
int ndims,
LongPointer dims) |
ArrayType(H5Location loc,
BytePointer name) |
ArrayType(H5Location loc,
String name) |
ArrayType(long existing_id) |
ArrayType(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
DataType |
decode() |
BytePointer |
fromClass()
\brief Returns this class name.
|
int |
getArrayDims(long[] dims) |
int |
getArrayDims(LongBuffer dims) |
int |
getArrayDims(LongPointer dims) |
int |
getArrayNDims() |
ArrayType |
put(ArrayType rhs) |
_close, _getClass, commit, commit, committed, convert, convert, copy, copy, detectClass, detectClass, encode, equals, find, find, getCreatePlist, getId, getSize, getSuper, getTag, hasBinaryDesc, isVariableStr, lock, notEquals, put, registerFunc, registerFunc, setTag, setTag, unregister, unregisterattrExists, attrExists, createAttribute, createAttribute, createAttribute, createAttribute, getNumAttrs, getObjName, getObjName, getObjName, getObjName, getObjName, getObjName, getObjName, iterateAttrs, iterateAttrs, iterateAttrs, iterateAttrs, objVersion, openAttribute, openAttribute, openAttribute, removeAttr, removeAttr, renameAttr, renameAttr, visitchildObjType, childObjType, childObjType, childObjType, childObjType, childObjVersion, childObjVersion, copyLink, copyLink, copyLink, copyLink, copyLink, copyLink, copyLink, copyLink, createDataSet, createDataSet, createDataSet, createDataSet, createGroup, createGroup, createGroup, createGroup, createGroup, createGroup, dereference, dereference, exists, exists, exists, exists, flush, getComment, getComment, getComment, getComment, getComment, getComment, getComment, getComment, getComment, getComment, getFileName, getLinkInfo, getLinkInfo, getLinkInfo, getLinkInfo, getLinkval, getLinkval, getLinkval, getLinkval, getNumObjs, getObjinfo, getObjinfo, getObjinfo, getObjinfo, getObjinfo, getObjinfo, getObjinfo, getObjinfo, getObjinfo, getObjinfo, getObjnameByIdx, getObjnameByIdx, getObjnameByIdx, getObjnameByIdx, getRefObjType, getRefObjType, getRegion, getRegion, link, link, link, link, link, link, link, link, link, link, link, link, link, link, mount, mount, move, move, moveLink, moveLink, moveLink, moveLink, moveLink, moveLink, moveLink, moveLink, nameExists, nameExists, nameExists, nameExists, openDataSet, openDataSet, openDataSet, openDataSet, openGroup, openGroup, reference, reference, reference, reference, reference, reference, reference, reference, removeComment, removeComment, setComment, setComment, setComment, setComment, throwException, throwException, unlink, unlink, unlink, unlink, unmount, unmountdecRefCount, decRefCount, getCounter, getCounter, getHDFObjType, getHDFObjType, getNumMembers, incRefCount, incRefCount, inMemFunc, inMemFunc, isValid, put, setId, typeExistsaddress, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic ArrayType(Pointer p)
Pointer.Pointer(Pointer).public ArrayType(@Const @ByRef DataType base_type, int ndims, @Cast(value="const hsize_t*") LongPointer dims)
public ArrayType(@Const @ByRef DataType base_type, int ndims, @Cast(value="const hsize_t*") LongBuffer dims)
public ArrayType(@Const @ByRef DataType base_type, int ndims, @Cast(value="const hsize_t*") long[] dims)
public ArrayType(@Const @ByRef H5Location loc, @Cast(value="const char*") BytePointer name)
public ArrayType(@Const @ByRef H5Location loc, String name)
public ArrayType()
public int getArrayNDims()
public int getArrayDims(@Cast(value="hsize_t*") LongPointer dims)
public int getArrayDims(@Cast(value="hsize_t*") LongBuffer dims)
@StdString public BytePointer fromClass()
Copyright © 2019. All rights reserved.