Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- AN_DATA_DESC - Static variable in class ncsa.hdf.hdflib.HDFConstants
- AN_DATA_LABEL - Static variable in class ncsa.hdf.hdflib.HDFConstants
- AN_FILE_DESC - Static variable in class ncsa.hdf.hdflib.HDFConstants
- AN_FILE_LABEL - Static variable in class ncsa.hdf.hdflib.HDFConstants
- ANNOTATION - Static variable in class ncsa.hdf.hdflib.HDFConstants
- arrayify(byte[]) - Method in class ncsa.hdf.hdflib.HDFArray
-
Given a one-dimensional array of numbers, convert it to a java array of the shape and size passed to the constructor.
- attrdir() - Method in class org.nexusformat.NexusFile
- attrdir() - Method in interface org.nexusformat.NeXusFileInterface
-
attrdir returns the attributes of the currently open dataset or the file global attributes if no dataset is open.
- AttributeEntry - Class in org.nexusformat
- AttributeEntry() - Constructor for class org.nexusformat.AttributeEntry
B
- byteify() - Method in class ncsa.hdf.hdflib.HDFArray
-
Given a Java array of numbers, convert it to a one-dimensional array of bytes in correct native order.
- byteToByte(byte) - Static method in class ncsa.hdf.hdflib.HDFNativeData
- byteToDouble(byte[]) - Static method in class ncsa.hdf.hdflib.HDFNativeData
- byteToDouble(byte[], int) - Static method in class ncsa.hdf.hdflib.HDFNativeData
- byteToDouble(int, int, byte[]) - Static method in class ncsa.hdf.hdflib.HDFNativeData
- byteToFloat(byte[]) - Static method in class ncsa.hdf.hdflib.HDFNativeData
- byteToFloat(byte[], int) - Static method in class ncsa.hdf.hdflib.HDFNativeData
- byteToFloat(int, int, byte[]) - Static method in class ncsa.hdf.hdflib.HDFNativeData
- byteToInt(byte[]) - Static method in class ncsa.hdf.hdflib.HDFNativeData
- byteToInt(byte[], int) - Static method in class ncsa.hdf.hdflib.HDFNativeData
- byteToInt(int, int, byte[]) - Static method in class ncsa.hdf.hdflib.HDFNativeData
- byteToLong(byte[]) - Static method in class ncsa.hdf.hdflib.HDFNativeData
- byteToLong(byte[], int) - Static method in class ncsa.hdf.hdflib.HDFNativeData
- byteToLong(int, int, byte[]) - Static method in class ncsa.hdf.hdflib.HDFNativeData
- byteToNumber(byte[], Object) - Method in class ncsa.hdf.hdflib.HDFNativeData
- byteToShort(byte[]) - Static method in class ncsa.hdf.hdflib.HDFNativeData
- byteToShort(byte[], int) - Static method in class ncsa.hdf.hdflib.HDFNativeData
- byteToShort(int, int, byte[]) - Static method in class ncsa.hdf.hdflib.HDFNativeData
C
- CHAR16 - Static variable in class ncsa.hdf.hdflib.HDFConstants
- CHAR8 - Static variable in class ncsa.hdf.hdflib.HDFConstants
- close() - Method in class org.nexusformat.NexusFile
-
close the NeXus file.
- close() - Method in interface org.nexusformat.NeXusFileInterface
-
close the NeXus file.
- close(int) - Method in class org.nexusformat.NexusFile
- closedata() - Method in class org.nexusformat.NexusFile
- closedata() - Method in interface org.nexusformat.NeXusFileInterface
-
closedata closes an opened dataset.
- closegroup() - Method in class org.nexusformat.NexusFile
- closegroup() - Method in interface org.nexusformat.NeXusFileInterface
-
closegroup closes access to the current group and steps down one step in group hierarchy.
- COMP_CODE_DEFLATE - Static variable in class ncsa.hdf.hdflib.HDFConstants
- COMP_CODE_INVALID - Static variable in class ncsa.hdf.hdflib.HDFConstants
- COMP_CODE_NBIT - Static variable in class ncsa.hdf.hdflib.HDFConstants
- COMP_CODE_NONE - Static variable in class ncsa.hdf.hdflib.HDFConstants
- COMP_CODE_RLE - Static variable in class ncsa.hdf.hdflib.HDFConstants
- COMP_CODE_SKPHUFF - Static variable in class ncsa.hdf.hdflib.HDFConstants
- COMP_IMCOMP - Static variable in class ncsa.hdf.hdflib.HDFConstants
- COMP_JPEG - Static variable in class ncsa.hdf.hdflib.HDFConstants
- COMP_MODEL_STDIO - Static variable in class ncsa.hdf.hdflib.HDFConstants
- COMP_NONE - Static variable in class ncsa.hdf.hdflib.HDFConstants
- COMP_RLE - Static variable in class ncsa.hdf.hdflib.HDFConstants
- compmakedata(String, int, int, int[], int, int[]) - Method in class org.nexusformat.NexusFile
- compmakedata(String, int, int, int[], int, int[]) - Method in interface org.nexusformat.NeXusFileInterface
-
compmakedata creates a new dataset with the specified characteristics in the current group.
- compmakedata(String, int, int, long[], int, long[]) - Method in class org.nexusformat.NexusFile
- compmakedata(String, int, int, long[], int, long[]) - Method in interface org.nexusformat.NeXusFileInterface
-
compmakedata creates a new dataset with the specified characteristics in the current group.
- compress(int) - Method in class org.nexusformat.NexusFile
- compress(int) - Method in interface org.nexusformat.NeXusFileInterface
-
causes the currently open dataset to be compressed on file.
D
- debugstop() - Method in class org.nexusformat.NexusFile
-
debugstop is a debugging helper function which goes into an endless loop in the dynamic link library.
- defineDataObject(int, int) - Static method in class ncsa.hdf.hdflib.HDFNativeData
-
Allocate a 1D array large enough to hold a multidimensional array of 'datasize' elements of 'dataType' numbers.
- DF_FORWARD - Static variable in class ncsa.hdf.hdflib.HDFConstants
- DFACC_CREATE - Static variable in class ncsa.hdf.hdflib.HDFConstants
- DFACC_DEFAULT - Static variable in class ncsa.hdf.hdflib.HDFConstants
- DFACC_PARALLEL - Static variable in class ncsa.hdf.hdflib.HDFConstants
- DFACC_RDONLY - Static variable in class ncsa.hdf.hdflib.HDFConstants
- DFACC_RDWR - Static variable in class ncsa.hdf.hdflib.HDFConstants
- DFACC_READ - Static variable in class ncsa.hdf.hdflib.HDFConstants
- DFACC_SERIAL - Static variable in class ncsa.hdf.hdflib.HDFConstants
- DFACC_WRITE - Static variable in class ncsa.hdf.hdflib.HDFConstants
- DFIL_LINE - Static variable in class ncsa.hdf.hdflib.HDFConstants
- DFIL_PIXEL - Static variable in class ncsa.hdf.hdflib.HDFConstants
- DFIL_PLANE - Static variable in class ncsa.hdf.hdflib.HDFConstants
- DFNT_CHAR - Static variable in class ncsa.hdf.hdflib.HDFConstants
- DFNT_CHAR16 - Static variable in class ncsa.hdf.hdflib.HDFConstants
-
No supported by HDF
- DFNT_CHAR8 - Static variable in class ncsa.hdf.hdflib.HDFConstants
-
char
- DFNT_DOUBLE - Static variable in class ncsa.hdf.hdflib.HDFConstants
- DFNT_FLOAT - Static variable in class ncsa.hdf.hdflib.HDFConstants
- DFNT_FLOAT128 - Static variable in class ncsa.hdf.hdflib.HDFConstants
- DFNT_FLOAT32 - Static variable in class ncsa.hdf.hdflib.HDFConstants
-
float
- DFNT_FLOAT64 - Static variable in class ncsa.hdf.hdflib.HDFConstants
- DFNT_INT128 - Static variable in class ncsa.hdf.hdflib.HDFConstants
- DFNT_INT16 - Static variable in class ncsa.hdf.hdflib.HDFConstants
-
short
- DFNT_INT32 - Static variable in class ncsa.hdf.hdflib.HDFConstants
-
interger
- DFNT_INT64 - Static variable in class ncsa.hdf.hdflib.HDFConstants
-
No supported
- DFNT_INT8 - Static variable in class ncsa.hdf.hdflib.HDFConstants
-
8-bit integer
- DFNT_LITEND - Static variable in class ncsa.hdf.hdflib.HDFConstants
- DFNT_UCHAR - Static variable in class ncsa.hdf.hdflib.HDFConstants
- DFNT_UCHAR16 - Static variable in class ncsa.hdf.hdflib.HDFConstants
- DFNT_UCHAR8 - Static variable in class ncsa.hdf.hdflib.HDFConstants
-
unsigned char
- DFNT_UINT128 - Static variable in class ncsa.hdf.hdflib.HDFConstants
- DFNT_UINT16 - Static variable in class ncsa.hdf.hdflib.HDFConstants
-
unsigned interger
- DFNT_UINT32 - Static variable in class ncsa.hdf.hdflib.HDFConstants
-
unsigned interger
- DFNT_UINT64 - Static variable in class ncsa.hdf.hdflib.HDFConstants
- DFNT_UINT8 - Static variable in class ncsa.hdf.hdflib.HDFConstants
-
unsigned 8-bit interger
- DFREF_WILDCARD - Static variable in class ncsa.hdf.hdflib.HDFConstants
- DFS_MAXLEN - Static variable in class ncsa.hdf.hdflib.HDFConstants
- DFTAG_CI - Static variable in class ncsa.hdf.hdflib.HDFConstants
- DFTAG_CI8 - Static variable in class ncsa.hdf.hdflib.HDFConstants
- DFTAG_DIA - Static variable in class ncsa.hdf.hdflib.HDFConstants
- DFTAG_DIL - Static variable in class ncsa.hdf.hdflib.HDFConstants
- DFTAG_FD - Static variable in class ncsa.hdf.hdflib.HDFConstants
- DFTAG_FID - Static variable in class ncsa.hdf.hdflib.HDFConstants
- DFTAG_II8 - Static variable in class ncsa.hdf.hdflib.HDFConstants
- DFTAG_NDG - Static variable in class ncsa.hdf.hdflib.HDFConstants
- DFTAG_RI - Static variable in class ncsa.hdf.hdflib.HDFConstants
- DFTAG_RI8 - Static variable in class ncsa.hdf.hdflib.HDFConstants
- DFTAG_RIG - Static variable in class ncsa.hdf.hdflib.HDFConstants
- DFTAG_SD - Static variable in class ncsa.hdf.hdflib.HDFConstants
- DFTAG_SDG - Static variable in class ncsa.hdf.hdflib.HDFConstants
- DFTAG_VG - Static variable in class ncsa.hdf.hdflib.HDFConstants
- DFTAG_VH - Static variable in class ncsa.hdf.hdflib.HDFConstants
- DFTAG_VS - Static variable in class ncsa.hdf.hdflib.HDFConstants
- DFTAG_WILDCARD - Static variable in class ncsa.hdf.hdflib.HDFConstants
- dim - Variable in class org.nexusformat.AttributeEntry
-
length is the length of the attribute.
- DIM_VALS - Static variable in class ncsa.hdf.hdflib.HDFConstants
- DIM_VALS01 - Static variable in class ncsa.hdf.hdflib.HDFConstants
- doubleToByte(double) - Static method in class ncsa.hdf.hdflib.HDFNativeData
- doubleToByte(int, int, double[]) - Static method in class ncsa.hdf.hdflib.HDFNativeData
E
- emptyBytes() - Method in class ncsa.hdf.hdflib.HDFArray
-
allocate a one-dimensional array of bytes sufficient to store the array.
F
- FAIL - Static variable in class ncsa.hdf.hdflib.HDFConstants
-
FAIL
- finalize() - Method in class org.nexusformat.NexusFile
-
removes all NeXus file data structures and closes the file.
- finalize() - Method in interface org.nexusformat.NeXusFileInterface
-
finalize closes the file.
- FLOAT128 - Static variable in class ncsa.hdf.hdflib.HDFConstants
- FLOAT32 - Static variable in class ncsa.hdf.hdflib.HDFConstants
- FLOAT64 - Static variable in class ncsa.hdf.hdflib.HDFConstants
- floatToByte(float) - Static method in class ncsa.hdf.hdflib.HDFNativeData
- floatToByte(int, int, float[]) - Static method in class ncsa.hdf.hdflib.HDFNativeData
- flush() - Method in class org.nexusformat.NexusFile
-
flushes all pending data to disk.
- flush() - Method in interface org.nexusformat.NeXusFileInterface
-
flush writes all previously unsaved data to disk.
- FULL_INTERLACE - Static variable in class ncsa.hdf.hdflib.HDFConstants
-
interlacing supported by the vset.
G
- getattr(String) - Method in class org.nexusformat.NexusFile
- getattr(String) - Method in interface org.nexusformat.NeXusFileInterface
-
getattr retrieves the data associated with the attribute * name.
- getattr(String, Object, int[]) - Method in class org.nexusformat.NexusFile
- getattr(String, Object, int[]) - Method in interface org.nexusformat.NeXusFileInterface
-
getattr retrieves the data associated with the attribute name.
- getdata(Object) - Method in class org.nexusformat.NexusFile
- getdata(Object) - Method in interface org.nexusformat.NeXusFileInterface
-
getdata reads the data from an previously openend dataset into array.
- getdataID() - Method in class org.nexusformat.NexusFile
- getdataID() - Method in interface org.nexusformat.NeXusFileInterface
-
getdataID gets the data necessary for linking the current dataset somewhere else.
- getgroupID() - Method in class org.nexusformat.NexusFile
- getgroupID() - Method in interface org.nexusformat.NeXusFileInterface
-
getgroupID gets the data necessary for linking the current vGroup somewhere else.
- getinfo(int[], int[]) - Method in class org.nexusformat.NexusFile
- getinfo(int[], int[]) - Method in interface org.nexusformat.NeXusFileInterface
-
getinfo retrieves information about a previously opened dataset.
- getinfo(long[], int[]) - Method in class org.nexusformat.NexusFile
- getinfo(long[], int[]) - Method in interface org.nexusformat.NeXusFileInterface
-
getinfo retrieves information about a previously opened dataset.
- getMessage() - Method in exception class ncsa.hdf.hdflib.HDFException
- getMessage() - Method in exception class ncsa.hdf.hdflib.HDFJavaException
- getMessage() - Method in exception class ncsa.hdf.hdflib.HDFNotImplementedException
- getMessage() - Method in exception class org.nexusformat.NexusException
- getpath() - Method in class org.nexusformat.NexusFile
- getpath() - Method in interface org.nexusformat.NeXusFileInterface
-
return the current path into the NeXus file in the form of a Unix path string.
- getslab(int[], int[], Object) - Method in class org.nexusformat.NexusFile
- getslab(int[], int[], Object) - Method in interface org.nexusformat.NeXusFileInterface
-
getslab reads a subset of a large dataset into array.
- getslab(long[], long[], Object) - Method in class org.nexusformat.NexusFile
- getslab(long[], long[], Object) - Method in interface org.nexusformat.NeXusFileInterface
-
getslab reads a subset of a large dataset into array.
- getType(int) - Static method in class ncsa.hdf.hdflib.HDFConstants
-
convert number type to string type params type the number representing the data type return the string representing the data type
- getType(String) - Static method in class ncsa.hdf.hdflib.HDFConstants
-
convert string type to number type params type the string representing the data type return the integer representing the data type
- getTypeSize(int) - Static method in class ncsa.hdf.hdflib.HDFConstants
-
gets the size of the data type in bytes, e.g size of DFNT_FLOAT32 = 4 the size of the data type
- GR - Static variable in class ncsa.hdf.hdflib.HDFConstants
- GR_NAME - Static variable in class ncsa.hdf.hdflib.HDFConstants
- groupdir() - Method in class org.nexusformat.NexusFile
- groupdir() - Method in interface org.nexusformat.NeXusFileInterface
-
groupdir will retrieve the content of the currently open vGroup.
H
- handle - Variable in class org.nexusformat.NexusFile
-
This is the handle to the NeXus file handle.
- HDF_ATTRIBUTE - Static variable in class ncsa.hdf.hdflib.HDFConstants
- HDF_CDF - Static variable in class ncsa.hdf.hdflib.HDFConstants
- HDF_CHK_TBL - Static variable in class ncsa.hdf.hdflib.HDFConstants
- HDF_CHUNK - Static variable in class ncsa.hdf.hdflib.HDFConstants
- HDF_COMP - Static variable in class ncsa.hdf.hdflib.HDFConstants
- HDF_DIMENSION - Static variable in class ncsa.hdf.hdflib.HDFConstants
- HDF_NBIT - Static variable in class ncsa.hdf.hdflib.HDFConstants
- HDF_NONE - Static variable in class ncsa.hdf.hdflib.HDFConstants
- HDF_UDIMENSION - Static variable in class ncsa.hdf.hdflib.HDFConstants
- HDF_VARIABLE - Static variable in class ncsa.hdf.hdflib.HDFConstants
- HDFArray - Class in ncsa.hdf.hdflib
-
This is a class for handling multidimensional arrays for HDF.
- HDFArray(Object) - Constructor for class ncsa.hdf.hdflib.HDFArray
- HDFConstants - Class in ncsa.hdf.hdflib
-
This interface defines the values of constants defined by the HDF 4.1 API.
- HDFConstants() - Constructor for class ncsa.hdf.hdflib.HDFConstants
- HDFException - Exception Class in ncsa.hdf.hdflib
-
The class HDFException returns errors from the HDF library.
- HDFException() - Constructor for exception class ncsa.hdf.hdflib.HDFException
- HDFException(int) - Constructor for exception class ncsa.hdf.hdflib.HDFException
- HDFException(String) - Constructor for exception class ncsa.hdf.hdflib.HDFException
- HDFExceptionMessage - Static variable in exception class ncsa.hdf.hdflib.HDFException
- HDFJavaException - Exception Class in ncsa.hdf.hdflib
-
The class HDFJavaException returns errors from the Java wrapper of theHDF library.
- HDFJavaException() - Constructor for exception class ncsa.hdf.hdflib.HDFJavaException
- HDFJavaException(String) - Constructor for exception class ncsa.hdf.hdflib.HDFJavaException
- HDFMessage - Static variable in exception class ncsa.hdf.hdflib.HDFException
- HDFNativeData - Class in ncsa.hdf.hdflib
- HDFNativeData() - Constructor for class ncsa.hdf.hdflib.HDFNativeData
- HDFNotImplementedException - Exception Class in ncsa.hdf.hdflib
-
HDFNotImplementedException indicates a function that is part of the HDF API, but which cannot or will not be implemented for Java.
- HDFNotImplementedException() - Constructor for exception class ncsa.hdf.hdflib.HDFNotImplementedException
- HDFNotImplementedException(String) - Constructor for exception class ncsa.hdf.hdflib.HDFNotImplementedException
I
- init(String, int) - Method in class org.nexusformat.NexusFile
- initattrdir(int) - Method in class org.nexusformat.NexusFile
- initgroupdir(int) - Method in class org.nexusformat.NexusFile
- inquirefile() - Method in class org.nexusformat.NexusFile
- inquirefile() - Method in interface org.nexusformat.NeXusFileInterface
-
inquirefile inquires which file we are currently in.
- INT128 - Static variable in class ncsa.hdf.hdflib.HDFConstants
- INT16 - Static variable in class ncsa.hdf.hdflib.HDFConstants
- INT32 - Static variable in class ncsa.hdf.hdflib.HDFConstants
- INT64 - Static variable in class ncsa.hdf.hdflib.HDFConstants
- INT8 - Static variable in class ncsa.hdf.hdflib.HDFConstants
- intToByte(int) - Static method in class ncsa.hdf.hdflib.HDFNativeData
- intToByte(int, int, int[]) - Static method in class ncsa.hdf.hdflib.HDFNativeData
- isexternaldataset(String) - Method in class org.nexusformat.NexusFile
- isexternaldataset(String) - Method in interface org.nexusformat.NeXusFileInterface
-
nxisexternaldataset if the named dataset is is linked externally
- isexternalgroup(String, String) - Method in class org.nexusformat.NexusFile
- isexternalgroup(String, String) - Method in interface org.nexusformat.NeXusFileInterface
-
nxisexternalgroup test the group name, nxclass if it is linked externally
L
- length - Variable in class org.nexusformat.AttributeEntry
-
length is the length of the attribute.
- linkexternal(String, String, String) - Method in class org.nexusformat.NexusFile
- linkexternal(String, String, String) - Method in interface org.nexusformat.NeXusFileInterface
-
linkexternal links group name, nxclass to the URL nxurl
- linkexternaldataset(String, String) - Method in class org.nexusformat.NexusFile
- linkexternaldataset(String, String) - Method in interface org.nexusformat.NeXusFileInterface
-
linkexternaldataset links dataset name to the URL nxurl
- linkType - Variable in class org.nexusformat.NXlink
- longToByte(int, int, long[]) - Static method in class ncsa.hdf.hdflib.HDFNativeData
- longToByte(long) - Static method in class ncsa.hdf.hdflib.HDFNativeData
M
- makedata(String, int, int, int[]) - Method in class org.nexusformat.NexusFile
- makedata(String, int, int, int[]) - Method in interface org.nexusformat.NeXusFileInterface
-
makedata creates a new dataset with the specified characteristics in the current group.
- makedata(String, int, int, long[]) - Method in class org.nexusformat.NexusFile
- makedata(String, int, int, long[]) - Method in interface org.nexusformat.NeXusFileInterface
-
makedata creates a new dataset with the specified characteristics in the current group.
- makegroup(String, String) - Method in class org.nexusformat.NexusFile
- makegroup(String, String) - Method in interface org.nexusformat.NeXusFileInterface
-
makegroup creates a new group below the current group within the NeXus file hierarchy.
- makelink(NXlink) - Method in class org.nexusformat.NexusFile
- makelink(NXlink) - Method in interface org.nexusformat.NeXusFileInterface
-
makelink links the object described by target into the current vGroup.
- makenamedlink(String, NXlink) - Method in class org.nexusformat.NexusFile
- makenamedlink(String, NXlink) - Method in interface org.nexusformat.NeXusFileInterface
-
makenamedlink links the object described by target into the current vGroup.
- MAX_VAR_DIMS - Static variable in class ncsa.hdf.hdflib.HDFConstants
- MAXNAMELEN - Static variable in class org.nexusformat.NexusFile
-
Maximum name length, must be VGNAMELENMAX in hlimits.h
- MFGR_INTERLACE_COMPONENT - Static variable in class ncsa.hdf.hdflib.HDFConstants
-
component interlacing scheme
- MFGR_INTERLACE_LINE - Static variable in class ncsa.hdf.hdflib.HDFConstants
-
line interlacing scheme
- MFGR_INTERLACE_PIXEL - Static variable in class ncsa.hdf.hdflib.HDFConstants
-
pixel interlacing scheme
N
- ncsa.hdf.hdflib - package ncsa.hdf.hdflib
- nextattr(int, String[], int[]) - Method in class org.nexusformat.NexusFile
- nextentry(int, String[]) - Method in class org.nexusformat.NexusFile
- NexusException - Exception Class in org.nexusformat
- NexusException() - Constructor for exception class org.nexusformat.NexusException
- NexusException(int) - Constructor for exception class org.nexusformat.NexusException
- NexusException(String) - Constructor for exception class org.nexusformat.NexusException
- NexusExceptionMessage - Static variable in exception class org.nexusformat.NexusException
- NexusFile - Class in org.nexusformat
- NexusFile(String, int) - Constructor for class org.nexusformat.NexusFile
-
constructs a new NexusFile Object.
- NeXusFileInterface - Interface in org.nexusformat
- NeXusMessage - Static variable in exception class org.nexusformat.NexusException
- NO_INTERLACE - Static variable in class ncsa.hdf.hdflib.HDFConstants
- NX_BINARY - Static variable in class org.nexusformat.NexusFile
- NX_BOOLEAN - Static variable in class org.nexusformat.NexusFile
- NX_CHAR - Static variable in class org.nexusformat.NexusFile
- NX_COMP_HUF - Static variable in class org.nexusformat.NexusFile
- NX_COMP_LZW - Static variable in class org.nexusformat.NexusFile
- NX_COMP_LZW_LVL0 - Static variable in class org.nexusformat.NexusFile
- NX_COMP_LZW_LVL1 - Static variable in class org.nexusformat.NexusFile
- NX_COMP_LZW_LVL2 - Static variable in class org.nexusformat.NexusFile
- NX_COMP_LZW_LVL3 - Static variable in class org.nexusformat.NexusFile
- NX_COMP_LZW_LVL4 - Static variable in class org.nexusformat.NexusFile
- NX_COMP_LZW_LVL5 - Static variable in class org.nexusformat.NexusFile
- NX_COMP_LZW_LVL6 - Static variable in class org.nexusformat.NexusFile
- NX_COMP_LZW_LVL7 - Static variable in class org.nexusformat.NexusFile
- NX_COMP_LZW_LVL8 - Static variable in class org.nexusformat.NexusFile
- NX_COMP_LZW_LVL9 - Static variable in class org.nexusformat.NexusFile
- NX_COMP_NONE - Static variable in class org.nexusformat.NexusFile
-
constants for compression schemes
- NX_COMP_RLE - Static variable in class org.nexusformat.NexusFile
- NX_FLOAT32 - Static variable in class org.nexusformat.NexusFile
-
constants for number types.
- NX_FLOAT64 - Static variable in class org.nexusformat.NexusFile
- NX_INT16 - Static variable in class org.nexusformat.NexusFile
- NX_INT32 - Static variable in class org.nexusformat.NexusFile
- NX_INT64 - Static variable in class org.nexusformat.NexusFile
- NX_INT8 - Static variable in class org.nexusformat.NexusFile
- NX_UINT16 - Static variable in class org.nexusformat.NexusFile
- NX_UINT32 - Static variable in class org.nexusformat.NexusFile
- NX_UINT64 - Static variable in class org.nexusformat.NexusFile
- NX_UINT8 - Static variable in class org.nexusformat.NexusFile
- NX_UNLIMITED - Static variable in class org.nexusformat.NexusFile
-
constant denoting an unlimited dimension.
- NXACC_CREATE - Static variable in class org.nexusformat.NexusFile
- NXACC_CREATE4 - Static variable in class org.nexusformat.NexusFile
- NXACC_CREATE5 - Static variable in class org.nexusformat.NexusFile
- NXACC_CREATEXML - Static variable in class org.nexusformat.NexusFile
- NXACC_NOSTRIP - Static variable in class org.nexusformat.NexusFile
- NXACC_RDWR - Static variable in class org.nexusformat.NexusFile
- NXACC_READ - Static variable in class org.nexusformat.NexusFile
-
possible access codes, @see #NexusFile.
- nxclosedata(int) - Method in class org.nexusformat.NexusFile
- nxclosegroup(int) - Method in class org.nexusformat.NexusFile
- nxcompress(int, int) - Method in class org.nexusformat.NexusFile
- nxflush(int) - Method in class org.nexusformat.NexusFile
- nxgetattr(int, String, byte[], int[]) - Method in class org.nexusformat.NexusFile
- nxgetattra(int, String, byte[]) - Method in class org.nexusformat.NexusFile
- nxgetattrainfo(int, String, int[], int[]) - Method in class org.nexusformat.NexusFile
- nxgetdata(int, byte[]) - Method in class org.nexusformat.NexusFile
- nxgetdataid(int, NXlink) - Method in class org.nexusformat.NexusFile
- nxgetgroupid(int, NXlink) - Method in class org.nexusformat.NexusFile
- nxgetinfo(int, int[], int[]) - Method in class org.nexusformat.NexusFile
- nxgetinfo64(int, long[], int[]) - Method in class org.nexusformat.NexusFile
- nxgetnextattra(int, String[], int[], int[]) - Method in class org.nexusformat.NexusFile
- nxgetpath(int) - Method in class org.nexusformat.NexusFile
- nxgetslab(int, int[], int[], byte[]) - Method in class org.nexusformat.NexusFile
- nxgetslab64(int, long[], long[], byte[]) - Method in class org.nexusformat.NexusFile
- nxinquirefile(int, String[]) - Method in class org.nexusformat.NexusFile
- nxisexternaldataset(int, String, String[]) - Method in class org.nexusformat.NexusFile
- nxisexternalgroup(int, String, String, String[]) - Method in class org.nexusformat.NexusFile
- NXlink - Class in org.nexusformat
- NXlink() - Constructor for class org.nexusformat.NXlink
- nxlinkexternal(int, String, String, String) - Method in class org.nexusformat.NexusFile
- nxlinkexternaldataset(int, String, String) - Method in class org.nexusformat.NexusFile
- nxmakecompdata(int, String, int, int, int[], int, int[]) - Method in class org.nexusformat.NexusFile
- nxmakecompdata64(int, String, int, int, long[], int, long[]) - Method in class org.nexusformat.NexusFile
- nxmakedata(int, String, int, int, int[]) - Method in class org.nexusformat.NexusFile
- nxmakedata64(int, String, int, int, long[]) - Method in class org.nexusformat.NexusFile
- nxmakegroup(int, String, String) - Method in class org.nexusformat.NexusFile
- nxmakelink(int, NXlink) - Method in class org.nexusformat.NexusFile
- nxmakenamedlink(int, String, NXlink) - Method in class org.nexusformat.NexusFile
- nxopendata(int, String) - Method in class org.nexusformat.NexusFile
- nxopengroup(int, String, String) - Method in class org.nexusformat.NexusFile
- nxopengrouppath(int, String) - Method in class org.nexusformat.NexusFile
- nxopenpath(int, String) - Method in class org.nexusformat.NexusFile
- nxopensourcepath(int) - Method in class org.nexusformat.NexusFile
- nxputattr(int, String, byte[], int) - Method in class org.nexusformat.NexusFile
- nxputattra(int, String, byte[], int, int[], int) - Method in class org.nexusformat.NexusFile
- nxputdata(int, byte[]) - Method in class org.nexusformat.NexusFile
- nxputslab(int, byte[], int[], int[]) - Method in class org.nexusformat.NexusFile
- nxputslab64(int, byte[], long[], long[]) - Method in class org.nexusformat.NexusFile
- nxsetnumberformat(int, int, String) - Method in class org.nexusformat.NexusFile
O
- opendata(String) - Method in class org.nexusformat.NexusFile
- opendata(String) - Method in interface org.nexusformat.NeXusFileInterface
-
opendata opens an existing dataset for access.
- opengroup(String, String) - Method in class org.nexusformat.NexusFile
- opengroup(String, String) - Method in interface org.nexusformat.NeXusFileInterface
-
opengroup opens the group name with class nxclass.
- opengrouppath(String) - Method in class org.nexusformat.NexusFile
- opengrouppath(String) - Method in interface org.nexusformat.NeXusFileInterface
-
opengrouppath opens groups and datsets accroding to the path string given.
- openpath(String) - Method in class org.nexusformat.NexusFile
- openpath(String) - Method in interface org.nexusformat.NeXusFileInterface
-
openpath opens groups and datsets accroding to the path string given.
- opensourcepath() - Method in class org.nexusformat.NexusFile
- opensourcepath() - Method in interface org.nexusformat.NeXusFileInterface
-
opensourcepath opens the group from which the current item was linked Returns an error if the current item is not linked.
- org.nexusformat - package org.nexusformat
- OutOfMemoryMessage - Static variable in exception class ncsa.hdf.hdflib.HDFException
- OutOfMemoryMessage - Static variable in exception class org.nexusformat.NexusException
P
- putattr(String, Object, int) - Method in class org.nexusformat.NexusFile
- putattr(String, Object, int) - Method in interface org.nexusformat.NeXusFileInterface
-
putattr adds a named attribute to a previously opened dataset or group or a global attribute if nothing is open.
- putattr(String, Object, int[], int) - Method in class org.nexusformat.NexusFile
- putattr(String, Object, int[], int) - Method in interface org.nexusformat.NeXusFileInterface
-
putattr adds a named attribute to a previously opened dataset or group or a global attribute if nothing is open.
- putdata(Object) - Method in class org.nexusformat.NexusFile
- putdata(Object) - Method in interface org.nexusformat.NeXusFileInterface
-
putdata writes the data from array into a previously opened dataset.
- putslab(Object, int[], int[]) - Method in class org.nexusformat.NexusFile
- putslab(Object, int[], int[]) - Method in interface org.nexusformat.NeXusFileInterface
-
putslab writes a subset of a larger dataset to a previously opened dataset.
- putslab(Object, long[], long[]) - Method in class org.nexusformat.NexusFile
- putslab(Object, long[], long[]) - Method in interface org.nexusformat.NeXusFileInterface
-
putslab writes a subset of a larger dataset to a previously opened dataset.
R
- ref - Variable in class org.nexusformat.NXlink
- RI_NAME - Static variable in class ncsa.hdf.hdflib.HDFConstants
- RI24 - Static variable in class ncsa.hdf.hdflib.HDFConstants
- RI8 - Static variable in class ncsa.hdf.hdflib.HDFConstants
- RIGATTRCLASS - Static variable in class ncsa.hdf.hdflib.HDFConstants
- RIGATTRNAME - Static variable in class ncsa.hdf.hdflib.HDFConstants
S
- SD_DIMVAL_BW_COMP - Static variable in class ncsa.hdf.hdflib.HDFConstants
- SD_DIMVAL_BW_INCOMP - Static variable in class ncsa.hdf.hdflib.HDFConstants
- SD_FILL - Static variable in class ncsa.hdf.hdflib.HDFConstants
- SD_NOFILL - Static variable in class ncsa.hdf.hdflib.HDFConstants
- SDS - Static variable in class ncsa.hdf.hdflib.HDFConstants
- setnumberformat(int, String) - Method in class org.nexusformat.NexusFile
- setnumberformat(int, String) - Method in interface org.nexusformat.NeXusFileInterface
-
setnumberformat sets the number format for printing number when using the XML-NeXus format.
- shortToByte(int, int, short[]) - Static method in class ncsa.hdf.hdflib.HDFNativeData
- shortToByte(short) - Static method in class ncsa.hdf.hdflib.HDFNativeData
T
- tag - Variable in class org.nexusformat.NXlink
- targetPath - Variable in class org.nexusformat.NXlink
- type - Variable in class org.nexusformat.AttributeEntry
-
length is the length of the attribute.
U
- UCHAR16 - Static variable in class ncsa.hdf.hdflib.HDFConstants
- UCHAR8 - Static variable in class ncsa.hdf.hdflib.HDFConstants
- UINT128 - Static variable in class ncsa.hdf.hdflib.HDFConstants
- UINT16 - Static variable in class ncsa.hdf.hdflib.HDFConstants
- UINT32 - Static variable in class ncsa.hdf.hdflib.HDFConstants
- UINT64 - Static variable in class ncsa.hdf.hdflib.HDFConstants
- UINT8 - Static variable in class ncsa.hdf.hdflib.HDFConstants
V
- VDATA - Static variable in class ncsa.hdf.hdflib.HDFConstants
- VGROUP - Static variable in class ncsa.hdf.hdflib.HDFConstants
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form