#include <OpenMesh/Core/System/config.h>

Go to the source code of this file.
Namespaces | |
| namespace | OpenMesh |
| namespace | OpenMesh::IO |
Typedefs | |
Handling binary input/output. | |
| typedef float | OpenMesh::IO::float32_t |
| typedef double | OpenMesh::IO::float64_t |
| typedef short | OpenMesh::IO::int16_t |
| typedef int | OpenMesh::IO::int32_t |
| typedef long long | OpenMesh::IO::int64_t |
| typedef char | OpenMesh::IO::int8_t |
| typedef uint8_t | OpenMesh::IO::rgb_t [3] |
| typedef uint8_t | OpenMesh::IO::rgba_t [4] |
| typedef unsigned char | OpenMesh::IO::uchar |
| typedef unsigned short | OpenMesh::IO::uint16_t |
| typedef unsigned int | OpenMesh::IO::uint32_t |
| typedef unsigned long long | OpenMesh::IO::uint64_t |
| typedef unsigned char | OpenMesh::IO::uint8_t |
| typedef unsigned long | OpenMesh::IO::ulong |
| typedef unsigned short | OpenMesh::IO::ushort |