Newer
Older
#ifndef BISON_GMSH_TAB_HPP
# define BISON_GMSH_TAB_HPP
#ifndef YYSTYPE
typedef union {
char *c;
int i;
unsigned int u;
double d;
double v[5];
Shape s;
List_T *l;
} yystype;
# define YYSTYPE yystype
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
# define tDOUBLE 257
# define tSTRING 258
# define tBIGSTR 259
# define tEND 260
# define tAFFECT 261
# define tDOTS 262
# define tPi 263
# define tMPI_Rank 264
# define tMPI_Size 265
# define tExp 266
# define tLog 267
# define tLog10 268
# define tSqrt 269
# define tSin 270
# define tAsin 271
# define tCos 272
# define tAcos 273
# define tTan 274
# define tRand 275
# define tAtan 276
# define tAtan2 277
# define tSinh 278
# define tCosh 279
# define tTanh 280
# define tFabs 281
# define tFloor 282
# define tCeil 283
# define tFmod 284
# define tModulo 285
# define tHypot 286
# define tPrintf 287
# define tSprintf 288
# define tStrCat 289
# define tStrPrefix 290
# define tDraw 291
# define tPoint 292
# define tCircle 293
# define tEllipse 294
# define tLine 295
# define tSurface 296
# define tSpline 297
# define tVolume 298
# define tCharacteristic 299
# define tLength 300
# define tParametric 301
# define tElliptic 302
# define tPlane 303
# define tRuled 304
# define tTransfinite 305
# define tComplex 306
# define tPhysical 307
# define tUsing 308
# define tBump 309
# define tProgression 310
# define tPlugin 311
# define tRotate 312
# define tTranslate 313
# define tSymmetry 314
# define tDilate 315
# define tExtrude 316
# define tDuplicata 317
# define tLoop 318
# define tRecombine 319
# define tDelete 320
# define tCoherence 321
# define tIntersect 322
# define tAttractor 323
# define tLayers 324
# define tScalarPoint 325
# define tVectorPoint 326
# define tTensorPoint 327
# define tScalarLine 328
# define tVectorLine 329
# define tTensorLine 330
# define tScalarTriangle 331
# define tVectorTriangle 332
# define tTensorTriangle 333
# define tScalarQuadrangle 334
# define tVectorQuadrangle 335
# define tTensorQuadrangle 336
# define tScalarTetrahedron 337
# define tVectorTetrahedron 338
# define tTensorTetrahedron 339
# define tScalarHexahedron 340
# define tVectorHexahedron 341
# define tTensorHexahedron 342
# define tScalarPrism 343
# define tVectorPrism 344
# define tTensorPrism 345
# define tScalarPyramid 346
# define tVectorPyramid 347
# define tTensorPyramid 348
# define tText2D 349
# define tText3D 350
# define tBSpline 351
# define tBezier 352
# define tNurbs 353
# define tOrder 354
# define tWith 355
# define tBounds 356
# define tKnots 357
# define tColor 358
# define tColorTable 359
# define tFor 360
# define tIn 361
# define tEndFor 362
# define tIf 363
# define tEndIf 364
# define tExit 365
# define tReturn 366
# define tCall 367
# define tFunction 368
# define tMesh 369
# define tB_SPLINE_SURFACE_WITH_KNOTS 370
# define tB_SPLINE_CURVE_WITH_KNOTS 371
# define tCARTESIAN_POINT 372
# define tTRUE 373
# define tFALSE 374
# define tUNSPECIFIED 375
# define tU 376
# define tV 377
# define tEDGE_CURVE 378
# define tVERTEX_POINT 379
# define tORIENTED_EDGE 380
# define tPLANE 381
# define tFACE_OUTER_BOUND 382
# define tEDGE_LOOP 383
# define tADVANCED_FACE 384
# define tVECTOR 385
# define tDIRECTION 386
# define tAXIS2_PLACEMENT_3D 387
# define tISO 388
# define tENDISO 389
# define tENDSEC 390
# define tDATA 391
# define tHEADER 392
# define tFILE_DESCRIPTION 393
# define tFILE_SCHEMA 394
# define tFILE_NAME 395
# define tMANIFOLD_SOLID_BREP 396
# define tCLOSED_SHELL 397
# define tADVANCED_BREP_SHAPE_REPRESENTATION 398
# define tFACE_BOUND 399
# define tCYLINDRICAL_SURFACE 400
# define tCONICAL_SURFACE 401
# define tCIRCLE 402
# define tTRIMMED_CURVE 403
# define tGEOMETRIC_SET 404
# define tCOMPOSITE_CURVE_SEGMENT 405
# define tCONTINUOUS 406
# define tCOMPOSITE_CURVE 407
# define tTOROIDAL_SURFACE 408
# define tPRODUCT_DEFINITION 409
# define tPRODUCT_DEFINITION_SHAPE 410
# define tSHAPE_DEFINITION_REPRESENTATION 411
# define tELLIPSE 412
# define tTrimmed 413
# define tSolid 414
# define tEndSolid 415
# define tVertex 416
# define tFacet 417
# define tNormal 418
# define tOuter 419
# define tLoopSTL 420
# define tEndLoop 421
# define tEndFacet 422
# define tAFFECTPLUS 423
# define tAFFECTMINUS 424
# define tAFFECTTIMES 425
# define tAFFECTDIVIDE 426
# define tOR 427
# define tAND 428
# define tEQUAL 429
# define tNOTEQUAL 430
# define tAPPROXEQUAL 431
# define tLESSOREQUAL 432
# define tGREATEROREQUAL 433
# define tCROSSPRODUCT 434
# define tPLUSPLUS 435
# define tMINUSMINUS 436
# define UNARYPREC 437

Christophe Geuzaine
committed
#endif /* not BISON_GMSH_TAB_HPP */