MCPcopy Create free account
hub / github.com/KDE/labplot / readCurrentVar

Method readCurrentVar

src/backend/datasources/filters/NetCDFFilter.cpp:142–144  ·  view source on GitHub ↗

! reads the content of the current variable from file \c fileName. */

Source from the content-addressed store, hash-verified

140 reads the content of the current variable from file \c fileName.
141*/
142QVector<QStringList> NetCDFFilter::readCurrentVar(const QString& fileName, AbstractDataSource* dataSource, ImportMode importMode, int lines) {
143 return d->readCurrentVar(fileName, dataSource, importMode, lines);
144}
145
146/*!
147 reads the content of the file \c fileName to the data source \c dataSource.

Callers

nothing calls this directly

Calls 8

operator[]Method · 0.80
QStringClass · 0.70
isEmptyMethod · 0.45
setLastErrorMethod · 0.45
resizeMethod · 0.45
prepareImportMethod · 0.45
dataMethod · 0.45
finalizeImportMethod · 0.45

Tested by

no test coverage detected