#include "common.h"
#include <stdio.h>
#include <sys/stat.h>
#include <math.h>
#include <strings.h>
#include <limits.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 binary_obj.c:
Go to the source code of this file.
Defines | |
#define | __LONG_MAX__ 2147483647L |
Functions | |
int | rt_mk_binunif (struct rt_wdb *wdbp, const char *obj_name, const char *file_name, unsigned int minor_type, long max_count) |
Return codes of 0 are OK, -1 signal an error.
Authors - John R. Anderson Source - The U. S. Army Research Laboratory Aberdeen Proving Ground, Maryland 21005-5068 USA
Definition in file binary_obj.c.
|
Definition at line 67 of file binary_obj.c. Referenced by rt_mk_binunif(). |