BRL-CAD
|
#include <util.h>
Public Member Functions | |
Deserializer (const bu_external &external) | |
~Deserializer () | |
uint8_t | read_uint8 () |
uint32_t | read_uint32 () |
int32_t | read_int32 () |
double | read_double () |
void | read (ON_3dPoint &value) |
void | read (ON_3dVector &value) |
void | read (ON_BoundingBox &value) |
void | read (ON_Interval &value) |
|
inline |
Definition at line 222 of file util.h.
References BU_CK_EXTERNAL.
|
inline |
Definition at line 230 of file util.h.
References bu_bomb(), and bu_external::ext_nbytes.
|
inline |
Definition at line 243 of file util.h.
References ntohl(), and SIZEOF_NETWORK_LONG.
|
inline |
Definition at line 251 of file util.h.
References bu_bomb(), bu_cv_ntohsl(), SIZEOF_NETWORK_LONG, and UNLIKELY.
|
inline |
Definition at line 262 of file util.h.
References bu_cv_ntohd(), and SIZEOF_NETWORK_DOUBLE.
Referenced by read().
|
inline |
Definition at line 270 of file util.h.
References read_double().
Referenced by read().
|
inline |
Definition at line 278 of file util.h.
References read_double().
|
inline |
|
inline |
Definition at line 293 of file util.h.
References read_double().