BRL-CAD
nmg.h
Go to the documentation of this file.
1
/* N M G . H
2
* BRL-CAD
3
*
4
* Copyright (c) 1993-2024 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
/** @addtogroup rt_nmg */
21
/** @{ */
22
/** @file rt/primitives/nmg.h */
23
24
#ifndef RT_PRIMITIVES_NMG_H
25
#define RT_PRIMITIVES_NMG_H
26
27
#include "
common.h
"
28
#include "
vmath.h
"
29
#include "
bu/list.h
"
30
#include "
bn/tol.h
"
31
#include "
rt/defines.h
"
32
#include "
rt/geom.h
"
33
#include "
rt/tree.h
"
34
35
__BEGIN_DECLS
36
37
RT_EXPORT
extern
int
38
rt_nmg_do_bool
(
39
union
tree
*tp,
union
tree
*
tl
,
union
tree
*tr,
40
int
op,
struct
bu_list
*vlfree,
const
struct
bn_tol
*tol,
void
*data);
41
42
/** @} */
43
44
__END_DECLS
45
46
#endif
/* RT_PRIMITIVES_BOT_H */
47
48
/*
49
* Local Variables:
50
* tab-width: 8
51
* mode: C
52
* indent-tabs-mode: t
53
* c-file-style: "stroustrup"
54
* End:
55
* ex: shiftwidth=4 tabstop=8
56
*/
tol.h
common.h
Header file for the BRL-CAD common definitions.
geom.h
tl
void float float float float float float float float * tl
Definition:
tig.h:289
rt_nmg_do_bool
int rt_nmg_do_bool(union tree *tp, union tree *tl, union tree *tr, int op, struct bu_list *vlfree, const struct bn_tol *tol, void *data)
list.h
defines.h
bn_tol
Definition:
tol.h:72
bu_list
Definition:
list.h:132
tree.h
tree
Definition:
tree.h:148
vmath.h
fundamental vector, matrix, quaternion math macros
include
rt
primitives
nmg.h
Generated on Wed Sep 25 2024 01:05:28 for BRL-CAD by
1.9.1