Uses of Interface
org.virbo.dataset.WritableDataSet

Packages that use WritableDataSet
org.virbo.dataset QDataSets are less abstract and more flexible data model for das2. 
org.virbo.dsutil   
 

Uses of WritableDataSet in org.virbo.dataset
 

Classes in org.virbo.dataset that implement WritableDataSet
 class BDataSet
          rank 1,2,or 3 dataset backed by Integer (4 byte) array.
 class DDataSet
          rank 1,2,or 3 dataset backed by double array.
 class FDataSet
          rank 1,2,or 3 dataset backed by double array.
 class IDataSet
          rank 1,2,or 3 dataset backed by Integer (4 byte) array.
 class SDataSet
          rank 1,2,or 3 dataset backed by Integer (4 byte) array.
 

Methods in org.virbo.dataset that return WritableDataSet
static WritableDataSet DataSetOps.applyIndex(QDataSet ds, int idim, QDataSet sort, boolean deps)
          Applies the sort index to the idim-th dimension of the qube dataset ds.
static WritableDataSet DataSetUtil.canonizeFill(QDataSet ds)
          Iterate through the dataset, changing all points outside of validmin, validmax and with zero weight to fill=-1e31.
 

Methods in org.virbo.dataset with parameters of type WritableDataSet
 void DataSetIterator.putValue(WritableDataSet ds, double v)
          replace the value in ds at the current iterator position.
 void IndexListDataSetIterator.putValue(WritableDataSet ds, double v)
          replace the value in ds at the current iterator position.
 void QubeDataSetIterator.putValue(WritableDataSet ds, double v)
          replace the value in ds at the current iterator position.
static void OldDataSetIterator.putValue(WritableDataSet ds, OldDataSetIterator it, double v)
           
 

Uses of WritableDataSet in org.virbo.dsutil
 

Methods in org.virbo.dsutil that return WritableDataSet
 WritableDataSet AsciiParser.readFile(java.lang.String filename, org.das2.util.monitor.ProgressMonitor mon)
          Parse the file using the current settings.
 WritableDataSet AsciiParser.readStream(java.io.Reader in, org.das2.util.monitor.ProgressMonitor mon)
          Parse the stream using the current settings.