Skip to content
Snippets Groups Projects
Gmsh.tab.cpp 236 KiB
Newer Older
    by GNU Bison version 1.28  */

#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
#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
Christophe Geuzaine's avatar
Christophe Geuzaine committed
#define	tBezier	338
#define	tNurbs	339
#define	tOrder	340
#define	tWith	341
#define	tBounds	342
#define	tKnots	343
#define	tColor	344
#define	tColorTable	345
#define	tFor	346
#define	tIn	347
#define	tEndFor	348
#define	tIf	349
#define	tEndIf	350
#define	tExit	351
#define	tReturn	352
#define	tCall	353
#define	tFunction	354
#define	tMesh	355
#define	tB_SPLINE_SURFACE_WITH_KNOTS	356
#define	tB_SPLINE_CURVE_WITH_KNOTS	357
#define	tCARTESIAN_POINT	358
#define	tTRUE	359
#define	tFALSE	360
#define	tUNSPECIFIED	361
#define	tU	362
#define	tV	363
#define	tEDGE_CURVE	364
#define	tVERTEX_POINT	365
#define	tORIENTED_EDGE	366
#define	tPLANE	367
#define	tFACE_OUTER_BOUND	368
#define	tEDGE_LOOP	369
#define	tADVANCED_FACE	370
#define	tVECTOR	371
#define	tDIRECTION	372
#define	tAXIS2_PLACEMENT_3D	373
#define	tISO	374
#define	tENDISO	375
#define	tENDSEC	376
#define	tDATA	377
#define	tHEADER	378
#define	tFILE_DESCRIPTION	379
#define	tFILE_SCHEMA	380
#define	tFILE_NAME	381
#define	tMANIFOLD_SOLID_BREP	382
#define	tCLOSED_SHELL	383
#define	tADVANCED_BREP_SHAPE_REPRESENTATION	384
#define	tFACE_BOUND	385
#define	tCYLINDRICAL_SURFACE	386
#define	tCONICAL_SURFACE	387
#define	tCIRCLE	388
#define	tTRIMMED_CURVE	389
#define	tGEOMETRIC_SET	390
#define	tCOMPOSITE_CURVE_SEGMENT	391
#define	tCONTINUOUS	392
#define	tCOMPOSITE_CURVE	393
#define	tTOROIDAL_SURFACE	394
#define	tPRODUCT_DEFINITION	395
#define	tPRODUCT_DEFINITION_SHAPE	396
#define	tSHAPE_DEFINITION_REPRESENTATION	397
#define	tELLIPSE	398
#define	tTrimmed	399
#define	tSolid	400
#define	tEndSolid	401
#define	tVertex	402
#define	tFacet	403
#define	tNormal	404
#define	tOuter	405
#define	tLoopSTL	406
#define	tEndLoop	407
#define	tEndFacet	408
#define	tAFFECTPLUS	409
#define	tAFFECTMINUS	410
#define	tAFFECTTIMES	411
#define	tAFFECTDIVIDE	412
#define	tOR	413
#define	tAND	414
#define	tEQUAL	415
#define	tNOTEQUAL	416
#define	tAPPROXEQUAL	417
#define	tLESSOREQUAL	418
#define	tGREATEROREQUAL	419
#define	tCROSSPRODUCT	420
#define	tPLUSPLUS	421
#define	tMINUSMINUS	422
#define	UNARYPREC	423
// $Id: Gmsh.tab.cpp,v 1.110 2001-08-20 10:30:19 geuzaine Exp $

  //
  // Generaliser sprintf avec des chaines de caracteres
  // 
#ifndef _NOPLUGIN
#include "PluginManager.h"
#endif
#include "ParUtil.h"
#include "Context.h"
#include "Geo.h"
#include "CAD.h"
#include "DataBase.h"
#include "Mesh.h"
#include "Create.h"
#include "Views.h"
#include "StepGeomDatabase.h"
Christophe Geuzaine's avatar
Christophe Geuzaine committed
#include "Options.h"
Loading
Loading full blame...