|
open_iA 2025.6
|
#include <QFlags>Enumerations | |
| enum class | iADataSetType { None = 0 , Volume = 0x1 , Mesh = 0x2 , Graph = 0x4 , GeometricObject = 0x8 , Collection = 0x10 , Objects = 0x20 , SingleDataSets = Volume | Mesh | Graph , All = Volume | Mesh | Graph | Collection } |
| Dataset type contained in files. More... | |
|
strong |