open_iA 2023.02
A tool for the visual analysis and processing of volumetric datasets, with a focus on industrial computed tomography.
Loading...
Searching...
No Matches
Enumerations
iADataSetType.h File Reference
#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...
 

Enumeration Type Documentation

◆ iADataSetType

enum class iADataSetType
strong

Dataset type contained in files.

Enumerator
None 
Volume 
Mesh 
Graph 
Collection 
SingleDataSets 
All