- 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(long[], 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 interface org.nexusformat.NeXusFileInterface
-
getinfo retrieves information about a previously opened dataset.
- getMessage() - Method in exception ncsa.hdf.hdflib.HDFException
-
- getMessage() - Method in exception ncsa.hdf.hdflib.HDFJavaException
-
- getMessage() - Method in exception ncsa.hdf.hdflib.HDFNotImplementedException
-
- getMessage() - Method in exception 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(long[], long[], 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 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.