! reads the content of the selected attribute from file \c fileName. */
| 133 | reads the content of the selected attribute from file \c fileName. |
| 134 | */ |
| 135 | QString 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. |
no outgoing calls
no test coverage detected