public class HDF5AccessHack extends Object implements IHDF5Access
| Constructor and Description |
|---|
HDF5AccessHack(ch.systemsx.cisd.hdf5.IHDF5Reader hdf5Reader) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
finalize() |
DimsAndExistence |
getDimsAndExistence(ViewLevelId id) |
byte[] |
readByteMDArrayBlockWithOffset(int timepoint,
int setup,
int level,
int[] dimensions,
long[] min) |
byte[] |
readByteMDArrayBlockWithOffset(int timepoint,
int setup,
int level,
int[] dimensions,
long[] min,
byte[] dataBlock) |
float[] |
readFloatMDArrayBlockWithOffset(int timepoint,
int setup,
int level,
int[] dimensions,
long[] min) |
float[] |
readFloatMDArrayBlockWithOffset(int timepoint,
int setup,
int level,
int[] dimensions,
long[] min,
float[] dataBlock) |
String |
readImarisAttributeString(String objectPath,
String attributeName) |
String |
readImarisAttributeString(String objectPath,
String attributeName,
String defaultValue) |
short[] |
readShortMDArrayBlockWithOffset(int timepoint,
int setup,
int level,
int[] dimensions,
long[] min) |
short[] |
readShortMDArrayBlockWithOffset(int timepoint,
int setup,
int level,
int[] dimensions,
long[] min,
short[] dataBlock) |
public HDF5AccessHack(ch.systemsx.cisd.hdf5.IHDF5Reader hdf5Reader)
throws ClassNotFoundException,
SecurityException,
NoSuchFieldException,
IllegalArgumentException,
IllegalAccessException
public DimsAndExistence getDimsAndExistence(ViewLevelId id)
getDimsAndExistence in interface IHDF5Accesspublic byte[] readByteMDArrayBlockWithOffset(int timepoint,
int setup,
int level,
int[] dimensions,
long[] min)
throws InterruptedException
readByteMDArrayBlockWithOffset in interface IHDF5AccessInterruptedExceptionpublic byte[] readByteMDArrayBlockWithOffset(int timepoint,
int setup,
int level,
int[] dimensions,
long[] min,
byte[] dataBlock)
throws InterruptedException
readByteMDArrayBlockWithOffset in interface IHDF5AccessInterruptedExceptionpublic short[] readShortMDArrayBlockWithOffset(int timepoint,
int setup,
int level,
int[] dimensions,
long[] min)
throws InterruptedException
readShortMDArrayBlockWithOffset in interface IHDF5AccessInterruptedExceptionpublic short[] readShortMDArrayBlockWithOffset(int timepoint,
int setup,
int level,
int[] dimensions,
long[] min,
short[] dataBlock)
throws InterruptedException
readShortMDArrayBlockWithOffset in interface IHDF5AccessInterruptedExceptionpublic float[] readFloatMDArrayBlockWithOffset(int timepoint,
int setup,
int level,
int[] dimensions,
long[] min)
throws InterruptedException
readFloatMDArrayBlockWithOffset in interface IHDF5AccessInterruptedExceptionpublic float[] readFloatMDArrayBlockWithOffset(int timepoint,
int setup,
int level,
int[] dimensions,
long[] min,
float[] dataBlock)
throws InterruptedException
readFloatMDArrayBlockWithOffset in interface IHDF5AccessInterruptedExceptionpublic String readImarisAttributeString(String objectPath, String attributeName)
readImarisAttributeString in interface IHDF5Accesspublic String readImarisAttributeString(String objectPath, String attributeName, String defaultValue)
readImarisAttributeString in interface IHDF5AccessCopyright © 2015–2021 Fiji. All rights reserved.