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 232 of file util.h.
References BU_CK_EXTERNAL.
|
inline |
Definition at line 240 of file util.h.
References bu_bomb(), and bu_external::ext_nbytes.
|
inline |
Definition at line 253 of file util.h.
References ntohl(), and SIZEOF_NETWORK_LONG.
|
inline |
Definition at line 261 of file util.h.
References bu_bomb(), bu_cv_ntohsl(), SIZEOF_NETWORK_LONG, and UNLIKELY.
|
inline |
Definition at line 272 of file util.h.
References bu_cv_ntohd(), and SIZEOF_NETWORK_DOUBLE.
Referenced by read().
|
inline |
Definition at line 280 of file util.h.
References read_double().
Referenced by read().
|
inline |
Definition at line 288 of file util.h.
References read_double().
|
inline |
|
inline |
Definition at line 303 of file util.h.
References read_double().