OGS
MeshPropertyDataType.h File Reference

Detailed Description

Enum for all propertyVector data types.

Author
Tobias Meisel
Date
2020-12-15

Definition in file MeshPropertyDataType.h.

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Enumerations

enum class  MeshPropertyDataType {
  unknown = 0 , float64 , float32 , int32 ,
  int64 , uint32 , uint64 , int8 ,
  uint8 , enum_length
}
 

Enumeration Type Documentation

◆ MeshPropertyDataType

enum MeshPropertyDataType
strong
Enumerator
unknown 
float64 
float32 
int32 
int64 
uint32 
uint64 
int8 
uint8 
enum_length 

Definition at line 16 of file MeshPropertyDataType.h.