51#ifndef OPENMESH_SR_TYPES_HH
52#define OPENMESH_SR_TYPES_HH
57#include <OpenMesh/Core/System/config.h>
86#if defined(OM_CC_MSVC)
Contains all the mesh ingredients like the polygonal mesh, the triangle mesh, different mesh kernels ...
Definition: MeshItems.hh:59
signed char int8_t
Binary read a short from _is and perform byte swapping if _swap is true.
Definition: SR_types.hh:80
short int16_t
Binary read a short from _is and perform byte swapping if _swap is true.
Definition: SR_types.hh:81
uint8_t rgb_t[3]
Binary read a short from _is and perform byte swapping if _swap is true.
Definition: SR_types.hh:95
uint8_t rgba_t[4]
Binary read a short from _is and perform byte swapping if _swap is true.
Definition: SR_types.hh:96
double float64_t
Binary read a short from _is and perform byte swapping if _swap is true.
Definition: SR_types.hh:93
unsigned char uchar
Binary read a short from _is and perform byte swapping if _swap is true.
Definition: SR_types.hh:76
unsigned long long uint64_t
Binary read a short from _is and perform byte swapping if _swap is true.
Definition: SR_types.hh:89
unsigned int uint32_t
Binary read a short from _is and perform byte swapping if _swap is true.
Definition: SR_types.hh:85
unsigned long ulong
Binary read a short from _is and perform byte swapping if _swap is true.
Definition: SR_types.hh:78
long long int64_t
Binary read a short from _is and perform byte swapping if _swap is true.
Definition: SR_types.hh:89
unsigned short uint16_t
Binary read a short from _is and perform byte swapping if _swap is true.
Definition: SR_types.hh:81
float float32_t
Binary read a short from _is and perform byte swapping if _swap is true.
Definition: SR_types.hh:92
unsigned short ushort
Binary read a short from _is and perform byte swapping if _swap is true.
Definition: SR_types.hh:77
int int32_t
Binary read a short from _is and perform byte swapping if _swap is true.
Definition: SR_types.hh:85
unsigned char uint8_t
Binary read a short from _is and perform byte swapping if _swap is true.
Definition: SR_types.hh:80