E - 3D matrix element typepublic abstract class AbstractSparseTextMatrix3DReader<E> extends AbstractTextMatrix3DReader<E>
| Constructor and Description |
|---|
AbstractSparseTextMatrix3DReader() |
| Modifier and Type | Method and Description |
|---|---|
protected Matrix3D<E> |
createMatrix3D(long slices,
long rows,
long columns,
int cardinality)
Create and return a new instance of an implementation of Matrix3D.
|
readparse, read, readprotected final Matrix3D<E> createMatrix3D(long slices, long rows, long columns, int cardinality)
createMatrix3D in class AbstractMatrix3DReader<E>slices - number of slicesrows - number of rowscolumns - number of columnscardinality - approximate cardinalityCopyright (c) 2008-2013 held jointly by the individual authors. Licensed under the GNU Lesser General Public License (LGPL).