BRL-CAD
Loading...
Searching...
No Matches
brep.h
Go to the documentation of this file.
1/* B R E P . H
2 * BRL-CAD
3 *
4 * Copyright (c) 2007-2025 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 libbrep
21 * @brief
22 * Define surface and curve structures for Non-Uniform Rational
23 * B-Spline (NURBS) curves and surfaces. Uses openNURBS library.
24 */
25/** @{ */
26/** @file include/brep.h */
27#ifndef BREP_H
28#define BREP_H
29
30#include "common.h"
31
33
34#include "brep/defines.h"
35#include "brep/util.h"
36#include "brep/ray.h"
37#include "brep/brnode.h"
38#include "brep/curvetree.h"
39#include "brep/bbnode.h"
40#include "brep/edit.h"
41#include "brep/surfacetree.h"
42#include "brep/pullback.h"
43#include "brep/intersect.h"
44#include "brep/boolean.h"
45#include "brep/cdt.h"
46#include "brep/csg.h"
47
49
50#endif /* BREP_H */
51/** @} */
52/*
53 * Local Variables:
54 * mode: C
55 * tab-width: 8
56 * indent-tabs-mode: t
57 * c-file-style: "stroustrup"
58 * End:
59 * ex: shiftwidth=4 tabstop=8
60 */
Definition dvec.h:74
Header file for the BRL-CAD common definitions.