BRL-CAD
|
#include <db5.h>
Data Fields | |
uint32_t | magic |
unsigned char | h_object_width |
unsigned char | h_name_hidden |
unsigned char | h_name_present |
unsigned char | h_name_width |
unsigned char | h_dli |
unsigned char | a_width |
unsigned char | a_present |
unsigned char | a_zzz |
unsigned char | b_width |
unsigned char | b_present |
unsigned char | b_zzz |
unsigned char | major_type |
unsigned char | minor_type |
size_t | object_length |
struct bu_external | name |
struct bu_external | body |
struct bu_external | attributes |
unsigned char * | buf |
The "raw internal" form of one database object. This is what the low-level database routines will operate on. Magic number1 has already been checked, and is not stored.
struct bu_external name |
struct bu_external body |
struct bu_external attributes |