|
open_iA 2023.02
A tool for the visual analysis and processing of volumetric datasets, with a focus on industrial computed tomography.
|
Functions | |
| QMap< QString, QString > | readSettingsFile (QString const &fileName) |
| Reads a file containing key-value pairs, separated by colon (:); with one pair per line, and optional end-line comments (everything after the first '' character in the line is ignored). | |
| QMap< QString, QString > readSettingsFile | ( | QString const & | fileName | ) |
Reads a file containing key-value pairs, separated by colon (:); with one pair per line, and optional end-line comments (everything after the first '' character in the line is ignored).
Keys and values are trimmed (i.e. leading and trailing whitespace is removed)
| fileName | the name of the file to read |