Package org.neuroml.model.util.hdf5
Class NeuroMLHDF5Writer
java.lang.Object
org.neuroml.model.util.hdf5.NeuroMLHDF5Writer
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
static File
createNeuroMLH5file
(NeuroMLDocument neuroml, File file) static ncsa.hdf.object.Datatype
getInputDatatype
(ncsa.hdf.object.h5.H5File h5File) static ncsa.hdf.object.Datatype
getPopDatatype
(ncsa.hdf.object.h5.H5File h5File) static ncsa.hdf.object.Datatype
getProjDatatype
(ncsa.hdf.object.h5.H5File h5File) static void
-
Field Details
-
NEUROML_TOP_LEVEL_CONTENT
-
-
Constructor Details
-
NeuroMLHDF5Writer
public NeuroMLHDF5Writer()
-
-
Method Details
-
createNeuroMLH5file
public static File createNeuroMLH5file(NeuroMLDocument neuroml, File file) throws Hdf5Exception, IOException - Throws:
Hdf5Exception
IOException
-
getPopDatatype
public static ncsa.hdf.object.Datatype getPopDatatype(ncsa.hdf.object.h5.H5File h5File) throws Hdf5Exception - Throws:
Hdf5Exception
-
getProjDatatype
public static ncsa.hdf.object.Datatype getProjDatatype(ncsa.hdf.object.h5.H5File h5File) throws Hdf5Exception - Throws:
Hdf5Exception
-
getInputDatatype
public static ncsa.hdf.object.Datatype getInputDatatype(ncsa.hdf.object.h5.H5File h5File) throws Hdf5Exception - Throws:
Hdf5Exception
-
main
-
compare
- Throws:
Exception
-