Uses of Interface
de.gsi.dataset.DataSet3D
-
Packages that use DataSet3D Package Description de.gsi.dataset.spi -
-
Uses of DataSet3D in de.gsi.dataset.spi
Classes in de.gsi.dataset.spi that implement DataSet3D Modifier and Type Class Description classAbstractDataSet3D<D extends AbstractDataSet3D<D>>An abstract implementation ofDataSet3Dinterface.classDoubleDataSet3DImplementation of a AbstractDataSet3D backed by arrays.classHistogram2static classTransposedDataSet.TransposedDataSet3DTODO: allow permutations to change number of grid dimensions, while enforcing contract, that all grid axes must come before data axes.Constructors in de.gsi.dataset.spi with parameters of type DataSet3D Constructor Description DimReductionDataSet(DataSet3D source, int dimIndex, DimReductionDataSet.Option reductionOption)
-