app
android
jni
third-party
include
glm
gtx
raw_data.hpp
Go to the documentation of this file.
1
38
#pragma once
39
40
// Dependencies
41
#include "../detail/setup.hpp"
42
#include "../detail/type_int.hpp"
43
44
#if(defined(GLM_MESSAGES) && !defined(GLM_EXT_INCLUDED))
45
# pragma message("GLM: GLM_GTX_raw_data extension included")
46
#endif
47
48
namespace
glm
49
{
52
55
typedef
detail::uint8
byte
;
56
59
typedef
detail::uint16
word
;
60
63
typedef
detail::uint32
dword
;
64
67
typedef
detail::uint64
qword
;
68
70
}
// namespace glm
71
72
#include "raw_data.inl"
glm
Definition:
_literals.hpp:31
glm::word
detail::uint16 word
Definition:
raw_data.hpp:59
glm::byte
detail::uint8 byte
Definition:
raw_data.hpp:55
glm::detail::uint32
unsigned int uint32
Definition:
type_int.hpp:75
glm::detail::uint16
unsigned short uint16
Definition:
type_int.hpp:74
glm::detail::uint8
unsigned char uint8
Definition:
type_int.hpp:73
glm::qword
detail::uint64 qword
Definition:
raw_data.hpp:67
glm::detail::uint64
unsigned long long uint64
Definition:
type_int.hpp:65
glm::dword
detail::uint32 dword
Definition:
raw_data.hpp:63
rtabmap
Author(s): Mathieu Labbe
autogenerated on Mon Jan 23 2023 03:37:29