Newer
Older
/* A Bison parser, made from Gmsh.y
#define YYBISON 1 /* Identify Bison output. */
#define tDOUBLE 257
#define tSTRING 258
#define tBIGSTR 259
#define tEND 260
#define tAFFECT 261
#define tDOTS 262
#define tPi 263
14
15
16
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
#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 tEllipsis 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 tScalarTetrahedron 325
#define tVectorTetrahedron 326
#define tTensorTetrahedron 327
#define tScalarTriangle 328
#define tVectorTriangle 329
#define tTensorTriangle 330
#define tScalarLine 331
#define tVectorLine 332
#define tTensorLine 333
#define tScalarPoint 334
#define tVectorPoint 335
#define tTensorPoint 336
#define tBSpline 337
#define tNurbs 338
#define tOrder 339
#define tWith 340
#define tBounds 341
#define tKnots 342
#define tColor 343
#define tColorTable 344
#define tFor 345
#define tIn 346
#define tEndFor 347
#define tIf 348
#define tEndIf 349
#define tExit 350
#define tReturn 351
#define tCall 352
#define tFunction 353
#define tMesh 354
#define tB_SPLINE_SURFACE_WITH_KNOTS 355
#define tB_SPLINE_CURVE_WITH_KNOTS 356
#define tCARTESIAN_POINT 357
#define tTRUE 358
#define tFALSE 359
#define tUNSPECIFIED 360
#define tU 361
#define tV 362
#define tEDGE_CURVE 363
#define tVERTEX_POINT 364
#define tORIENTED_EDGE 365
#define tPLANE 366
#define tFACE_OUTER_BOUND 367
#define tEDGE_LOOP 368
#define tADVANCED_FACE 369
#define tVECTOR 370
#define tDIRECTION 371
#define tAXIS2_PLACEMENT_3D 372
#define tISO 373
#define tENDISO 374
#define tENDSEC 375
#define tDATA 376
#define tHEADER 377
#define tFILE_DESCRIPTION 378
#define tFILE_SCHEMA 379
#define tFILE_NAME 380
#define tMANIFOLD_SOLID_BREP 381
#define tCLOSED_SHELL 382
#define tADVANCED_BREP_SHAPE_REPRESENTATION 383
#define tFACE_BOUND 384
#define tCYLINDRICAL_SURFACE 385
#define tCONICAL_SURFACE 386
#define tCIRCLE 387
#define tTRIMMED_CURVE 388
#define tGEOMETRIC_SET 389
#define tCOMPOSITE_CURVE_SEGMENT 390
#define tCONTINUOUS 391
#define tCOMPOSITE_CURVE 392
#define tTOROIDAL_SURFACE 393
#define tPRODUCT_DEFINITION 394
#define tPRODUCT_DEFINITION_SHAPE 395
#define tSHAPE_DEFINITION_REPRESENTATION 396
#define tELLIPSE 397
#define tTrimmed 398
#define tSolid 399
#define tEndSolid 400
#define tVertex 401
#define tFacet 402
#define tNormal 403
#define tOuter 404
#define tLoopSTL 405
#define tEndLoop 406
#define tEndFacet 407
#define tAFFECTPLUS 408
#define tAFFECTMINUS 409
#define tAFFECTTIMES 410
#define tAFFECTDIVIDE 411
#define tOR 412
#define tAND 413
#define tEQUAL 414
#define tNOTEQUAL 415
#define tAPPROXEQUAL 416
#define tLESSOREQUAL 417
#define tGREATEROREQUAL 418
#define tCROSSPRODUCT 419
#define tPLUSPLUS 420
#define tMINUSMINUS 421
#define UNARYPREC 422
#line 1 "Gmsh.y"
// $Id: Gmsh.tab.cpp,v 1.106 2001-08-12 14:24:50 geuzaine Exp $
//
// Generaliser sprintf avec des chaines de caracteres
//
#include <stdarg.h>
#ifndef _NOPLUGIN
#include "PluginManager.h"
#endif
#include "Gmsh.h"
#include "Numeric.h"
#include "Context.h"
#include "Geo.h"
#include "CAD.h"
#include "DataBase.h"
#include "Mesh.h"

Christophe Geuzaine
committed
#include "Draw.h"
#include "Create.h"
#include "Views.h"
#include "StepGeomDatabase.h"
#include "Colors.h"
Loading
Loading full blame...