52#ifndef OPENMESH_UTILS_ENDIAN_HH
53#define OPENMESH_UTILS_ENDIAN_HH
59#include <OpenMesh/Core/System/config.h>
86 static const char * as_string(Type _t);
90 static const Type local_;
Contains all the mesh ingredients like the polygonal mesh, the triangle mesh, different mesh kernels ...
Definition MeshItems.hh:59
Determine byte order of host system.
Definition Endian.hh:74
Type
Definition Endian.hh:77
@ LSB
Little endian (Intel family and clones)
Definition Endian.hh:78
@ MSB
big endian (Motorola's 68x family, DEC Alpha, MIPS)
Definition Endian.hh:79
static Type local()
Return endian type of host system.
Definition Endian.hh:83