BRL-CAD
Loading...
Searching...
No Matches
annot.h
Go to the documentation of this file.
1
/* A N N O T . H
2
* BRL-CAD
3
*
4
* Copyright (c) 2017-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
/** @addtogroup rt_annotation */
21
/** @{ */
22
/** @file rt/primitives/annot.h */
23
24
#ifndef RT_PRIMITIVES_ANNOT_H
25
#define RT_PRIMITIVES_ANNOT_H
26
27
#include "
common.h
"
28
#include "
vmath.h
"
29
#include "
bu/list.h
"
30
#include "
bu/vls.h
"
31
#include "
bn/tol.h
"
32
#include "
rt/defines.h
"
33
34
__BEGIN_DECLS
35
36
RT_EXPORT
extern
struct
rt_annot_internal
*
rt_copy_annot
(
const
struct
rt_annot_internal
*
annot_ip
);
37
38
/** Validate annotation topology, model-space placement, and optional segment
39
* presentation data. Returns zero when valid. */
40
RT_EXPORT
extern
int
rt_annot_validate
(
const
struct
rt_annot_internal
*
annot_ip
,
41
struct
bu_vls
*messages);
42
43
__END_DECLS
44
45
/** @} */
46
47
#endif
/* RT_PRIMITIVES_ANNOT_H */
48
49
/*
50
* Local Variables:
51
* tab-width: 8
52
* mode: C
53
* indent-tabs-mode: t
54
* c-file-style: "stroustrup"
55
* End:
56
* ex: shiftwidth=4 tabstop=8
57
*/
tol.h
dvec
Definition
dvec.h:74
common.h
Header file for the BRL-CAD common definitions.
rt_annot_validate
int rt_annot_validate(const struct rt_annot_internal *annot_ip, struct bu_vls *messages)
rt_copy_annot
struct rt_annot_internal * rt_copy_annot(const struct rt_annot_internal *annot_ip)
list.h
defines.h
bu_vls
Definition
vls.h:53
rt_annot_internal
Definition
geom.h:1127
vls.h
vmath.h
fundamental vector, matrix, quaternion math macros
include
rt
primitives
annot.h
Generated on Mon Aug 17 2026 00:59:53 for BRL-CAD by
1.9.8