#include "common.h"
#include <stdio.h>
#include <math.h>
#include "machine.h"
#include "bu.h"
#include "vmath.h"
#include "bn.h"
#include "rtgeom.h"
#include "raytrace.h"
#include "wdb.h"
Include dependency graph for wdb.c:
Go to the source code of this file.
Functions | |
rt_wdb * | wdb_fopen_v (const char *filename, int version) |
rt_wdb * | wdb_fopen (const char *filename) |
rt_wdb * | wdb_dbopen (struct db_i *dbip, int mode) |
int | wdb_import (struct rt_wdb *wdbp, struct rt_db_internal *internp, const char *name, const mat_t mat) |
int | wdb_export_external (struct rt_wdb *wdbp, struct bu_external *ep, const char *name, int flags, unsigned char type) |
int | wdb_put_internal (struct rt_wdb *wdbp, const char *name, struct rt_db_internal *ip, double local2mm) |
int | wdb_export (struct rt_wdb *wdbp, const char *name, genptr_t gp, int id, double local2mm) |
void | wdb_close (struct rt_wdb *wdbp) |
Author - Michael John Muuss
Source - The U. S. Army Research Laboratory Aberdeen Proving Ground, Maryland 21005-5068 USA
Definition in file wdb.c.