! parses the content of the file \c ileName. */
| 126 | parses the content of the file \c ileName. |
| 127 | */ |
| 128 | void NetCDFFilter::parse(const QString& fileName, QTreeWidgetItem* rootItem) { |
| 129 | d->parse(fileName, rootItem); |
| 130 | } |
| 131 | |
| 132 | /*! |
| 133 | reads the content of the selected attribute from file \c fileName. |