#include "common.h"
#include <stdio.h>
#include <math.h>
#include "machine.h"
#include "bu.h"
#include "vmath.h"
#include "db5.h"
#include "nmg.h"
#include "raytrace.h"
Include dependency graph for db5_types.c:
Go to the source code of this file.
Data Structures | |
struct | db5_type |
Functions | |
int | db5_type_tag_from_major (char **tag, const int major) |
int | db5_type_descrip_from_major (char **descrip, const int major) |
int | db5_type_tag_from_codes (char **tag, const int major, const int minor) |
int | db5_type_descrip_from_codes (char **descrip, const int major, const int minor) |
int | db5_type_codes_from_tag (int *major, int *minor, const char *tag) |
int | db5_type_codes_from_descrip (int *major, int *minor, const char *descrip) |
size_t | db5_type_sizeof_h_binu (const int minor) |
size_t | db5_type_sizeof_n_binu (const int minor) |
Author - Paul J. Tanenbaum
Source - The U. S. Army Research Laboratory Aberdeen Proving Ground, Maryland 21005-5066
Definition in file db5_types.c.