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