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

Method readAttribute

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

! reads the content of the selected attribute from file \c fileName. */

Source from the content-addressed store, hash-verified

133 reads the content of the selected attribute from file \c fileName.
134*/
135QString NetCDFFilter::readAttribute(const QString& fileName, const QString& name, const QString& varName) {
136 return d->readAttribute(fileName, name, varName);
137}
138
139/*!
140 reads the content of the current variable from file \c fileName.

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected