log data/model/BasicCompressedDenseThreeDimensionalModel.h @ 1886:f803d3c33f76 tip

age author description
2020-04-03 Chris Cannam Rewrite all the DelimitedDataString stuff so as to return vectors of individual cell strings rather than having the classes add the delimiters themselves. Rename accordingly to names based on StringExport. Take advantage of this in the CSV writer code so as to properly quote cells that contain delimiter characters. sensible-delimited-data-strings
2020-01-10 Chris Cannam Add optional ability to write a header on delimited data output, & to write times in frames
2019-09-10 Chris Cannam Split EditableDenseThreeDimensionalModel into explicitly compressed and uncompressed variants. Simplifies the uncompressed version, and we may want to consider whether we need the compressed one at all.