BRL-CAD
Loading...
Searching...
No Matches
binunif.h
Go to the documentation of this file.
1/* B I N U N I F . H
2 * BRL-CAD
3 *
4 * Copyright (c) 1993-2026 United States Government as represented by
5 * the U.S. Army Research Laboratory.
6 *
7 * This library is free software; you can redistribute it and/or
8 * modify it under the terms of the GNU Lesser General Public License
9 * version 2.1 as published by the Free Software Foundation.
10 *
11 * This library is distributed in the hope that it will be useful, but
12 * WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14 * Lesser General Public License for more details.
15 *
16 * You should have received a copy of the GNU Lesser General Public
17 * License along with this file; see the file named COPYING for more
18 * information.
19 */
20/** @file rt/binunif.h
21 *
22 */
23
24#ifndef RT_BINUNIF_H
25#define RT_BINUNIF_H
26
27#include "common.h"
28#include "vmath.h"
29#include "bu/vls.h"
30#include "wdb.h"
31#include "rt/defines.h"
32#include "rt/directory.h"
33#include "rt/nongeom.h"
34
36
37/* defined in binary_obj.c */
39 const char *obj_name,
40 const char *file_name,
41 unsigned int minor_type,
42 size_t max_count);
43
44
45/* defined in db5_bin.c */
46
47/**
48 * Free the storage associated with a binunif_internal object
49 */
51
52/**
53 * Diagnostic routine
54 */
56
57/**
58 * Decode binunif type into string.
59 */
60RT_EXPORT extern const char * rt_binunif_typestr(const struct directory *dp);
61
63
64#endif /* RT_BINUNIF_H */
65
66/*
67 * Local Variables:
68 * tab-width: 8
69 * mode: C
70 * indent-tabs-mode: t
71 * c-file-style: "stroustrup"
72 * End:
73 * ex: shiftwidth=4 tabstop=8
74 */
void rt_binunif_free(struct rt_binunif_internal *bip)
void rt_binunif_dump(struct rt_binunif_internal *bip)
int rt_mk_binunif(struct rt_wdb *wdbp, const char *obj_name, const char *file_name, unsigned int minor_type, size_t max_count)
const char * rt_binunif_typestr(const struct directory *dp)
Definition dvec.h:74
Header file for the BRL-CAD common definitions.
Definition wdb.h:60
fundamental vector, matrix, quaternion math macros