OGS
MeshPropertyDataType.h
Go to the documentation of this file.
1
13#pragma once
14
15// TODO (tm) If used on several other places move definition of propertyVector
17{
18 unknown = 0,
19 float64,
20 float32,
21 int32,
22 int64,
23 uint32,
24 uint64,
25 int8,
26 uint8,
28 uchar,
30};
MeshPropertyDataType