BRL-CAD
|
#include <nongeom.h>
Data Fields | ||
uint32_t | magic | |
int | type | |
size_t | count | |
union { | ||
float * flt | ||
double * dbl | ||
char * int8 | ||
short * int16 | ||
int * int32 | ||
long * int64 | ||
unsigned char * uint8 | ||
unsigned short * uint16 | ||
unsigned int * uint32 | ||
unsigned long * uint64 | ||
} | u | |
In-memory format for database uniform-array binary object. Perhaps move to wdb.h or rtgeom.h?
union { ... } u |