|
4 | 4 | * Constants for the JIGSAW meshing library. |
5 | 5 | -------------------------------------------------------- |
6 | 6 | * |
7 | | - * This program may be freely redistributed under the |
8 | | - * condition that the copyright notices (including this |
9 | | - * entire header) are not removed, and no compensation |
10 | | - * is received through use of the software. Private, |
11 | | - * research, and institutional use is free. You may |
12 | | - * distribute modified versions of this code UNDER THE |
13 | | - * CONDITION THAT THIS CODE AND ANY MODIFICATIONS MADE |
14 | | - * TO IT IN THE SAME FILE REMAIN UNDER COPYRIGHT OF THE |
15 | | - * ORIGINAL AUTHOR, BOTH SOURCE AND OBJECT CODE ARE |
16 | | - * MADE FREELY AVAILABLE WITHOUT CHARGE, AND CLEAR |
17 | | - * NOTICE IS GIVEN OF THE MODIFICATIONS. Distribution |
18 | | - * of this code as part of a commercial system is |
19 | | - * permissible ONLY BY DIRECT ARRANGEMENT WITH THE |
20 | | - * AUTHOR. (If you are not directly supplying this |
21 | | - * code to a customer, and you are instead telling them |
22 | | - * how they can obtain it for free, then you are not |
23 | | - * required to make any arrangement with me.) |
| 7 | + * This program may be freely redistributed under the |
| 8 | + * condition that the copyright notices (including this |
| 9 | + * entire header) are not removed, and no compensation |
| 10 | + * is received through use of the software. Private, |
| 11 | + * research, and institutional use is free. You may |
| 12 | + * distribute modified versions of this code UNDER THE |
| 13 | + * CONDITION THAT THIS CODE AND ANY MODIFICATIONS MADE |
| 14 | + * TO IT IN THE SAME FILE REMAIN UNDER COPYRIGHT OF THE |
| 15 | + * ORIGINAL AUTHOR, BOTH SOURCE AND OBJECT CODE ARE |
| 16 | + * MADE FREELY AVAILABLE WITHOUT CHARGE, AND CLEAR |
| 17 | + * NOTICE IS GIVEN OF THE MODIFICATIONS. Distribution |
| 18 | + * of this code as part of a commercial system is |
| 19 | + * permissible ONLY BY DIRECT ARRANGEMENT WITH THE |
| 20 | + * AUTHOR. (If you are not directly supplying this |
| 21 | + * code to a customer, and you are instead telling them |
| 22 | + * how they can obtain it for free, then you are not |
| 23 | + * required to make any arrangement with me.) |
24 | 24 | * |
25 | 25 | * Disclaimer: Neither I nor: Columbia University, The |
26 | | - * Massachusetts Institute of Technology, The |
| 26 | + * Massachusetts Institute of Technology, The |
27 | 27 | * University of Sydney, nor The National Aeronautics |
28 | | - * and Space Administration warrant this code in any |
29 | | - * way whatsoever. This code is provided "as-is" to be |
| 28 | + * and Space Administration warrant this code in any |
| 29 | + * way whatsoever. This code is provided "as-is" to be |
30 | 30 | * used at your own risk. |
31 | 31 | * |
32 | 32 | -------------------------------------------------------- |
|
40 | 40 | * |
41 | 41 | -------------------------------------------------------- |
42 | 42 | */ |
43 | | - |
44 | | - /* |
| 43 | + |
| 44 | + /* |
45 | 45 | -------------------------------------------------------- |
46 | 46 | * return codes for JIGSAW. |
47 | 47 | -------------------------------------------------------- |
48 | | - */ |
| 48 | + */ |
49 | 49 |
|
50 | 50 | # define JIGSAW_UNKNOWN_ERROR -1 |
51 | 51 |
|
|
56 | 56 |
|
57 | 57 | # define JIGSAW_INVALID_ARGUMENT +4 |
58 | 58 |
|
59 | | - /* |
| 59 | + /* |
60 | 60 | -------------------------------------------------------- |
61 | 61 | * constants for JIGSAW. |
62 | 62 | -------------------------------------------------------- |
63 | | - */ |
| 63 | + */ |
64 | 64 |
|
65 | 65 | # define JIGSAW_NULL_FLAG -100 |
66 | 66 |
|
67 | 67 | # define JIGSAW_EUCLIDEAN_MESH +100 |
68 | 68 | # define JIGSAW_EUCLIDEAN_GRID +101 |
69 | 69 | # define JIGSAW_EUCLIDEAN_DUAL +102 |
70 | | - |
| 70 | + |
71 | 71 | # define JIGSAW_ELLIPSOID_MESH +200 |
72 | 72 | # define JIGSAW_ELLIPSOID_GRID +201 |
73 | 73 | # define JIGSAW_ELLIPSOID_DUAL +202 |
|
83 | 83 |
|
84 | 84 | # define JIGSAW_HFUN_RELATIVE +300 |
85 | 85 | # define JIGSAW_HFUN_ABSOLUTE +301 |
86 | | - |
| 86 | + |
87 | 87 | # define JIGSAW_KERN_DELFRONT +400 |
88 | 88 | # define JIGSAW_KERN_DELAUNAY +401 |
89 | 89 | # define JIGSAW_KERN_BISECTOR +402 |
|
93 | 93 |
|
94 | 94 | # define JIGSAW_KERN_ODT_DQDX +404 |
95 | 95 | # define JIGSAW_KERN_CVT_DQDX +405 |
96 | | - |
97 | | - |
98 | | - |
| 96 | + |
| 97 | + |
| 98 | + |
0 commit comments