Uses of Interface
de.gsi.dataset.GridDataSet
-
Packages that use GridDataSet Package Description de.gsi.dataset de.gsi.dataset.spi -
-
Uses of GridDataSet in de.gsi.dataset
Subinterfaces of GridDataSet in de.gsi.dataset Modifier and Type Interface Description interfaceDataSet3DADataSetextension used to represent 3-dimensional data points.interfaceHistogram2D -
Uses of GridDataSet in de.gsi.dataset.spi
Classes in de.gsi.dataset.spi that implement GridDataSet Modifier and Type Class Description classAbstractGridDataSet<U>classDoubleGridDataSetImplementation of the GridDataSet.classHistogram2static classTransposedDataSet.TransposedGridDataSetMethods in de.gsi.dataset.spi that return GridDataSet Modifier and Type Method Description GridDataSetDoubleGridDataSet. set(int dimIndex, int[] indices, double value)Sets a single value on the gridGridDataSetDoubleGridDataSet. set(DataSet another, boolean copy)Constructors in de.gsi.dataset.spi with parameters of type GridDataSet Constructor Description DimReductionDataSet(GridDataSet source, int dimIndex, DimReductionDataSet.Option reductionOption)Reduces 3D grid data to 2D DataSet either via slicing, min, mean, max or integrationDoubleGridDataSet(GridDataSet another)Creates a new instance ofDoubleDataSetas copy of another (deep-copy).
-