|
open_iA 2023.02
A tool for the visual analysis and processing of volumetric datasets, with a focus on industrial computed tomography.
|
#include <QFlags>Enumerations | |
| enum class | iADataSetType { None = 0 , Volume = 0x1 , Mesh = 0x2 , Graph = 0x4 , Collection = 0x8 , SingleDataSets = Volume | Mesh | Graph , All = Volume | Mesh | Graph | Collection } |
| Dataset type contained in files. More... | |
|
strong |