49 #ifndef OPENMESH_SR_TYPES_HH
50 #define OPENMESH_SR_TYPES_HH
55 #include <OpenMesh/Core/System/config.h>
84 #if defined(OM_CC_MSVC)
103 #endif // OPENMESH_MESHREADER_HH defined
unsigned short uint16_t
Binary read a short from _is and perform byte swapping if _swap is true.
Definition: SR_types.hh:79
unsigned short ushort
Binary read a short from _is and perform byte swapping if _swap is true.
Definition: SR_types.hh:75
float float32_t
Binary read a short from _is and perform byte swapping if _swap is true.
Definition: SR_types.hh:90
unsigned char uchar
Binary read a short from _is and perform byte swapping if _swap is true.
Definition: SR_types.hh:74
uint8_t rgb_t[3]
Binary read a short from _is and perform byte swapping if _swap is true.
Definition: SR_types.hh:93
double float64_t
Binary read a short from _is and perform byte swapping if _swap is true.
Definition: SR_types.hh:91
char int8_t
Binary read a short from _is and perform byte swapping if _swap is true.
Definition: SR_types.hh:78
unsigned long long uint64_t
Binary read a short from _is and perform byte swapping if _swap is true.
Definition: SR_types.hh:87
unsigned long ulong
Binary read a short from _is and perform byte swapping if _swap is true.
Definition: SR_types.hh:76
uint8_t rgba_t[4]
Binary read a short from _is and perform byte swapping if _swap is true.
Definition: SR_types.hh:94
long long int64_t
Binary read a short from _is and perform byte swapping if _swap is true.
Definition: SR_types.hh:87
unsigned int uint32_t
Binary read a short from _is and perform byte swapping if _swap is true.
Definition: SR_types.hh:83
short int16_t
Binary read a short from _is and perform byte swapping if _swap is true.
Definition: SR_types.hh:79
int int32_t
Binary read a short from _is and perform byte swapping if _swap is true.
Definition: SR_types.hh:83
unsigned char uint8_t
Binary read a short from _is and perform byte swapping if _swap is true.
Definition: SR_types.hh:78