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

#define YYBISON 1  /* Identify Bison output.  */

#define	tDOUBLE	258
#define	tSTRING	259
#define	tBIGSTR	260
#define	tEND	261
#define	tAFFECT	262
#define	tDOTS	263
#define	tPi	264
#define	tExp	265
#define	tLog	266
#define	tLog10	267
#define	tSqrt	268
#define	tSin	269
#define	tAsin	270
#define	tCos	271
#define	tAcos	272
#define	tTan	273
#define	tRand	274
#define	tAtan	275
#define	tAtan2	276
#define	tSinh	277
#define	tCosh	278
#define	tTanh	279
#define	tFabs	280
#define	tFloor	281
#define	tCeil	282
#define	tFmod	283
#define	tModulo	284
#define	tHypot	285
#define	tPrintf	286
#define	tSprintf	287
#define	tDraw	288
#define	tPoint	289
#define	tCircle	290
#define	tEllipsis	291
#define	tLine	292
#define	tSurface	293
#define	tSpline	294
#define	tVolume	295
#define	tCharacteristic	296
#define	tLength	297
#define	tParametric	298
#define	tElliptic	299
#define	tPlane	300
#define	tRuled	301
#define	tTransfinite	302
#define	tComplex	303
#define	tPhysical	304
#define	tUsing	305
#define	tBump	306
#define	tProgression	307
#define	tRotate	308
#define	tTranslate	309
#define	tSymmetry	310
#define	tDilate	311
#define	tExtrude	312
#define	tDuplicata	313
#define	tLoop	314
#define	tRecombine	315
#define	tDelete	316
#define	tCoherence	317
#define	tIntersect	318
#define	tView	319
#define	tAttractor	320
#define	tLayers	321
#define	tScalarTetrahedron	322
#define	tVectorTetrahedron	323
#define	tTensorTetrahedron	324
#define	tScalarTriangle	325
#define	tVectorTriangle	326
#define	tTensorTriangle	327
#define	tScalarLine	328
#define	tVectorLine	329
#define	tTensorLine	330
#define	tScalarPoint	331
#define	tVectorPoint	332
#define	tTensorPoint	333
#define	tBSpline	334
#define	tNurbs	335
#define	tOrder	336
#define	tWith	337
#define	tBounds	338
#define	tKnots	339
#define	tColor	340
#define	tFor	341
#define	tIn	342
#define	tEndFor	343
#define	tIf	344
#define	tEndIf	345
#define	tExit	346
#define	tReturn	347
#define	tCall	348
#define	tFunction	349
#define	tMesh	350
#define	tB_SPLINE_SURFACE_WITH_KNOTS	351
#define	tB_SPLINE_CURVE_WITH_KNOTS	352
#define	tCARTESIAN_POINT	353
#define	tTRUE	354
#define	tFALSE	355
#define	tUNSPECIFIED	356
#define	tU	357
#define	tV	358
#define	tEDGE_CURVE	359
#define	tVERTEX_POINT	360
#define	tORIENTED_EDGE	361
#define	tPLANE	362
#define	tFACE_OUTER_BOUND	363
#define	tEDGE_LOOP	364
#define	tADVANCED_FACE	365
#define	tVECTOR	366
#define	tDIRECTION	367
#define	tAXIS2_PLACEMENT_3D	368
#define	tISO	369
#define	tENDISO	370
#define	tENDSEC	371
#define	tDATA	372
#define	tHEADER	373
#define	tFILE_DESCRIPTION	374
#define	tFILE_SCHEMA	375
#define	tFILE_NAME	376
#define	tMANIFOLD_SOLID_BREP	377
#define	tCLOSED_SHELL	378
#define	tADVANCED_BREP_SHAPE_REPRESENTATION	379
#define	tFACE_BOUND	380
#define	tCYLINDRICAL_SURFACE	381
#define	tCONICAL_SURFACE	382
#define	tCIRCLE	383
#define	tTRIMMED_CURVE	384
#define	tGEOMETRIC_SET	385
#define	tCOMPOSITE_CURVE_SEGMENT	386
#define	tCONTINUOUS	387
#define	tCOMPOSITE_CURVE	388
#define	tTOROIDAL_SURFACE	389
#define	tPRODUCT_DEFINITION	390
#define	tPRODUCT_DEFINITION_SHAPE	391
#define	tSHAPE_DEFINITION_REPRESENTATION	392
#define	tELLIPSE	393
#define	tTrimmed	394
#define	tSolid	395
#define	tEndSolid	396
#define	tVertex	397
#define	tFacet	398
#define	tNormal	399
#define	tOuter	400
#define	tLoopSTL	401
#define	tEndLoop	402
#define	tEndFacet	403
#define	tAFFECTPLUS	404
#define	tAFFECTMINUS	405
#define	tAFFECTTIMES	406
#define	tAFFECTDIVIDE	407
#define	tOR	408
#define	tAND	409
#define	tEQUAL	410
#define	tNOTEQUAL	411
#define	tAPPROXEQUAL	412
#define	tLESSOREQUAL	413
#define	tGREATEROREQUAL	414
#define	tCROSSPRODUCT	415
#define	tPLUSPLUS	416
#define	tMINUSMINUS	417
#define	UNARYPREC	418
 /* $Id: Gmsh.tab.cpp,v 1.52 2000-12-20 10:40:56 geuzaine Exp $ */

#include <stdarg.h>

#include "Gmsh.h"
#include "Const.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"
#include "FunctionManager.h"
#include "ColorTable.h"
#ifdef __DECCXX // bug in bison
Christophe Geuzaine's avatar
Christophe Geuzaine committed
#include <alloca.h>
#endif

int     Force_ViewNumber = 0 ;
List_T *Symbol_L;
extern Mesh      *THEM;
extern Post_View *ActualView;
Loading
Loading full blame...