VTK  9.3.20240328
Classes | Macros | Functions | Variables
vtkVRMLImporter_Yacc.h File Reference
#include "vtkFloatArray.h"
#include "vtkIdTypeArray.h"
#include "vtkPoints.h"
#include "vtkVRML.h"
#include "vtkVRMLImporter.h"
#include <cassert>
#include <cstdio>
#include <cstring>
#include <stdlib.h>
#include <list>
#include <unistd.h>
#include <string.h>
Include dependency graph for vtkVRMLImporter_Yacc.h:

Go to the source code of this file.

Classes

class  vtkVRMLUseStruct
 
class  VrmlNodeType
 
struct  VrmlNodeType::NameTypeRec
 
struct  VrmlNodeType::FieldRec
 
class  vtkVRMLYaccData
 
union  vtkVRMLYaccData::YYSTYPE
 
struct  vtkVRMLYaccData::yyltype
 
struct  vtkVRMLYaccData::yy_buffer_state
 
class  vtkVRMLYaccData::FakeAlloca
 

Macros

#define YYBISON   1 /* Identify Bison output. */
 
#define IDENTIFIER   258
 
#define DEF   259
 
#define USE   260
 
#define PROTO   261
 
#define EXTERNPROTO   262
 
#define TO   263
 
#define IS   264
 
#define ROUTE   265
 
#define SFN_NULL   266
 
#define EVENTIN   267
 
#define EVENTOUT   268
 
#define FIELD   269
 
#define EXPOSEDFIELD   270
 
#define SFBOOL   271
 
#define SFCOLOR   272
 
#define SFFLOAT   273
 
#define SFIMAGE   274
 
#define SFINT32   275
 
#define SFNODE   276
 
#define SFROTATION   277
 
#define SFSTRING   278
 
#define SFTIME   279
 
#define SFVEC2F   280
 
#define SFVEC3F   281
 
#define MFCOLOR   282
 
#define MFFLOAT   283
 
#define MFINT32   284
 
#define MFROTATION   285
 
#define MFSTRING   286
 
#define MFVEC2F   287
 
#define MFVEC3F   288
 
#define MFNODE   289
 
#define YYDEBUG   1
 
#define YYLTYPE   yyltype
 
#define YYFINAL   128
 
#define YYFLAG   -32768
 
#define YYNTBASE   40
 
#define YYTRANSLATE(x)   ((unsigned)(x) <= 289 ? yytranslate[x] : 68)
 
#define YYLAST   128
 
#define yyerrok   (yyerrstatus = 0)
 
#define yyclearin   (yychar = YYEMPTY)
 
#define YYEMPTY   -2
 
#define YYEOF   0
 
#define YYACCEPT   return(0)
 
#define YYABORT   return(1)
 
#define YYERROR   goto yyerrlab1
 
#define YYFAIL   goto yyerrlab
 
#define YYRECOVERING()   (!!yyerrstatus)
 
#define YYBACKUP(token, value)
 
#define YYTERROR   1
 
#define YYERRCODE   256
 
#define YYINITDEPTH   200
 
#define YYMAXDEPTH   10000
 
#define YYPOPSTACK   (yyvsp--, yyssp--)
 
#define FLEX_SCANNER
 
#define YY_USE_PROTOS
 
#define YY_PROTO(proto)   proto
 
#define YY_NULL   0
 
#define YY_SC_TO_UI(c)   ((unsigned int) (unsigned char) c)
 
#define BEGIN   yy_start = 1 + 2 *
 
#define YY_START   ((yy_start - 1) / 2)
 
#define YY_STATE_EOF(state)   (YY_END_OF_BUFFER + state + 1)
 
#define YY_NEW_FILE   yyrestart( yyin )
 
#define YY_END_OF_BUFFER_CHAR   0
 
#define YY_BUF_SIZE   16384
 
#define EOB_ACT_CONTINUE_SCAN   0
 
#define EOB_ACT_END_OF_FILE   1
 
#define EOB_ACT_LAST_MATCH   2
 
#define yyless(n)
 
#define YY_CURRENT_BUFFER   yy_current_buffer
 
#define yy_new_buffer   yy_create_buffer
 
#define INITIAL   0
 
#define NODE   1
 
#define SFB   2
 
#define SFC   3
 
#define SFF   4
 
#define SFIMG   5
 
#define SFI   6
 
#define SFR   7
 
#define SFS   8
 
#define SFT   9
 
#define SFV2   10
 
#define SFV3   11
 
#define MFC   12
 
#define MFF   13
 
#define MFI   14
 
#define MFR   15
 
#define MFS   16
 
#define MFV2   17
 
#define MFV3   18
 
#define IN_SFS   19
 
#define IN_MFS   20
 
#define IN_SFIMG   21
 
#define FLEX_DEBUG
 
#define yytext_ptr   yytext
 
#define YY_DO_BEFORE_ACTION
 
#define YY_END_OF_BUFFER   50
 
#define REJECT   reject_used_but_not_detected
 
#define yymore()   yymore_used_but_not_detected
 
#define YY_MORE_ADJ   0
 
#define YY_INPUT(buf, result, max_size)   (*theyyInput)(buf, result, max_size,this)
 
#define YY_READ_BUF_SIZE   8192
 
#define ECHO   (void) fwrite( yytext, yyleng, 1, yyout )
 
#define yyterminate()   return YY_NULL
 
#define YY_START_STACK_INCR   25
 
#define YY_FATAL_ERROR(msg)   yy_fatal_error( msg )
 
#define YY_DECL   int yylex ( vtkVRMLImporter* self )
 
#define YY_USER_ACTION
 
#define YY_BREAK   break;
 
#define yyless(n)
 

Functions

static void yy_memcpy (char *from, char *to, int count)
 

Variables

static const char yytranslate []
 
static const short yyprhs []
 
static const short yyrhs []
 
static const short yyrline []
 
static const char *const yytname []
 
static const short yyr1 []
 
static const short yyr2 []
 
static const short yydefact []
 
static const short yydefgoto []
 
static const short yypact []
 
static const short yypgoto []
 
static const short yytable []
 
static const short yycheck []
 
static const short int yy_accept [949]
 
static const int yy_ec [256]
 
static const int yy_meta [48]
 
static const short int yy_base [1090]
 
static const short int yy_def [1090]
 
static const short int yy_nxt [7711]
 
static const short int yy_chk [7711]
 
static const short int yy_rule_linenum [49]
 

Macro Definition Documentation

◆ YYBISON

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

Definition at line 546 of file vtkVRMLImporter_Yacc.h.

◆ IDENTIFIER

#define IDENTIFIER   258

Definition at line 548 of file vtkVRMLImporter_Yacc.h.

◆ DEF

#define DEF   259

Definition at line 549 of file vtkVRMLImporter_Yacc.h.

◆ USE

#define USE   260

Definition at line 550 of file vtkVRMLImporter_Yacc.h.

◆ PROTO

#define PROTO   261

Definition at line 551 of file vtkVRMLImporter_Yacc.h.

◆ EXTERNPROTO

#define EXTERNPROTO   262

Definition at line 552 of file vtkVRMLImporter_Yacc.h.

◆ TO

#define TO   263

Definition at line 553 of file vtkVRMLImporter_Yacc.h.

◆ IS

#define IS   264

Definition at line 554 of file vtkVRMLImporter_Yacc.h.

◆ ROUTE

#define ROUTE   265

Definition at line 555 of file vtkVRMLImporter_Yacc.h.

◆ SFN_NULL

#define SFN_NULL   266

Definition at line 556 of file vtkVRMLImporter_Yacc.h.

◆ EVENTIN

#define EVENTIN   267

Definition at line 557 of file vtkVRMLImporter_Yacc.h.

◆ EVENTOUT

#define EVENTOUT   268

Definition at line 558 of file vtkVRMLImporter_Yacc.h.

◆ FIELD

#define FIELD   269

Definition at line 559 of file vtkVRMLImporter_Yacc.h.

◆ EXPOSEDFIELD

#define EXPOSEDFIELD   270

Definition at line 560 of file vtkVRMLImporter_Yacc.h.

◆ SFBOOL

#define SFBOOL   271

Definition at line 561 of file vtkVRMLImporter_Yacc.h.

◆ SFCOLOR

#define SFCOLOR   272

Definition at line 562 of file vtkVRMLImporter_Yacc.h.

◆ SFFLOAT

#define SFFLOAT   273

Definition at line 563 of file vtkVRMLImporter_Yacc.h.

◆ SFIMAGE

#define SFIMAGE   274

Definition at line 564 of file vtkVRMLImporter_Yacc.h.

◆ SFINT32

#define SFINT32   275

Definition at line 565 of file vtkVRMLImporter_Yacc.h.

◆ SFNODE

#define SFNODE   276

Definition at line 566 of file vtkVRMLImporter_Yacc.h.

◆ SFROTATION

#define SFROTATION   277

Definition at line 567 of file vtkVRMLImporter_Yacc.h.

◆ SFSTRING

#define SFSTRING   278

Definition at line 568 of file vtkVRMLImporter_Yacc.h.

◆ SFTIME

#define SFTIME   279

Definition at line 569 of file vtkVRMLImporter_Yacc.h.

◆ SFVEC2F

#define SFVEC2F   280

Definition at line 570 of file vtkVRMLImporter_Yacc.h.

◆ SFVEC3F

#define SFVEC3F   281

Definition at line 571 of file vtkVRMLImporter_Yacc.h.

◆ MFCOLOR

#define MFCOLOR   282

Definition at line 572 of file vtkVRMLImporter_Yacc.h.

◆ MFFLOAT

#define MFFLOAT   283

Definition at line 573 of file vtkVRMLImporter_Yacc.h.

◆ MFINT32

#define MFINT32   284

Definition at line 574 of file vtkVRMLImporter_Yacc.h.

◆ MFROTATION

#define MFROTATION   285

Definition at line 575 of file vtkVRMLImporter_Yacc.h.

◆ MFSTRING

#define MFSTRING   286

Definition at line 576 of file vtkVRMLImporter_Yacc.h.

◆ MFVEC2F

#define MFVEC2F   287

Definition at line 577 of file vtkVRMLImporter_Yacc.h.

◆ MFVEC3F

#define MFVEC3F   288

Definition at line 578 of file vtkVRMLImporter_Yacc.h.

◆ MFNODE

#define MFNODE   289

Definition at line 579 of file vtkVRMLImporter_Yacc.h.

◆ YYDEBUG

#define YYDEBUG   1

Definition at line 597 of file vtkVRMLImporter_Yacc.h.

◆ YYLTYPE

#define YYLTYPE   yyltype

Definition at line 634 of file vtkVRMLImporter_Yacc.h.

◆ YYFINAL

#define YYFINAL   128

Definition at line 637 of file vtkVRMLImporter_Yacc.h.

◆ YYFLAG

#define YYFLAG   -32768

Definition at line 638 of file vtkVRMLImporter_Yacc.h.

◆ YYNTBASE

#define YYNTBASE   40

Definition at line 639 of file vtkVRMLImporter_Yacc.h.

◆ YYTRANSLATE

#define YYTRANSLATE (   x)    ((unsigned)(x) <= 289 ? yytranslate[x] : 68)

Definition at line 641 of file vtkVRMLImporter_Yacc.h.

◆ YYLAST

#define YYLAST   128

Definition at line 805 of file vtkVRMLImporter_Yacc.h.

◆ yyerrok

#define yyerrok   (yyerrstatus = 0)

Definition at line 891 of file vtkVRMLImporter_Yacc.h.

◆ yyclearin

#define yyclearin   (yychar = YYEMPTY)

Definition at line 892 of file vtkVRMLImporter_Yacc.h.

◆ YYEMPTY

#define YYEMPTY   -2

Definition at line 893 of file vtkVRMLImporter_Yacc.h.

◆ YYEOF

#define YYEOF   0

Definition at line 894 of file vtkVRMLImporter_Yacc.h.

◆ YYACCEPT

#define YYACCEPT   return(0)

Definition at line 895 of file vtkVRMLImporter_Yacc.h.

◆ YYABORT

#define YYABORT   return(1)

Definition at line 896 of file vtkVRMLImporter_Yacc.h.

◆ YYERROR

#define YYERROR   goto yyerrlab1

Definition at line 897 of file vtkVRMLImporter_Yacc.h.

◆ YYFAIL

#define YYFAIL   goto yyerrlab

Definition at line 902 of file vtkVRMLImporter_Yacc.h.

◆ YYRECOVERING

#define YYRECOVERING ( )    (!!yyerrstatus)

Definition at line 903 of file vtkVRMLImporter_Yacc.h.

◆ YYBACKUP

#define YYBACKUP (   token,
  value 
)
Value:
do \
if (yychar == YYEMPTY && yylen == 1) \
{ yychar = (token), yylval = (value); \
yychar1 = YYTRANSLATE (yychar); \
YYPOPSTACK; \
goto yybackup; \
} \
else \
{ yyerror ("syntax error: cannot back up"); YYERROR; } \
while (0)
@ value
Definition: vtkX3D.h:220
#define YYTRANSLATE(x)
#define YYEMPTY
#define YYERROR

Definition at line 904 of file vtkVRMLImporter_Yacc.h.

◆ YYTERROR

#define YYTERROR   1

Definition at line 916 of file vtkVRMLImporter_Yacc.h.

◆ YYERRCODE

#define YYERRCODE   256

Definition at line 917 of file vtkVRMLImporter_Yacc.h.

◆ YYINITDEPTH

#define YYINITDEPTH   200

Definition at line 923 of file vtkVRMLImporter_Yacc.h.

◆ YYMAXDEPTH

#define YYMAXDEPTH   10000

Definition at line 934 of file vtkVRMLImporter_Yacc.h.

◆ YYPOPSTACK

#define YYPOPSTACK   (yyvsp--, yyssp--)

◆ FLEX_SCANNER

#define FLEX_SCANNER

Definition at line 1676 of file vtkVRMLImporter_Yacc.h.

◆ YY_USE_PROTOS

#define YY_USE_PROTOS

Definition at line 1685 of file vtkVRMLImporter_Yacc.h.

◆ YY_PROTO

#define YY_PROTO (   proto)    proto

Definition at line 1686 of file vtkVRMLImporter_Yacc.h.

◆ YY_NULL

#define YY_NULL   0

Definition at line 1689 of file vtkVRMLImporter_Yacc.h.

◆ YY_SC_TO_UI

#define YY_SC_TO_UI (   c)    ((unsigned int) (unsigned char) c)

Definition at line 1696 of file vtkVRMLImporter_Yacc.h.

◆ BEGIN

#define BEGIN   yy_start = 1 + 2 *

Definition at line 1702 of file vtkVRMLImporter_Yacc.h.

◆ YY_START

#define YY_START   ((yy_start - 1) / 2)

Definition at line 1707 of file vtkVRMLImporter_Yacc.h.

◆ YY_STATE_EOF

#define YY_STATE_EOF (   state)    (YY_END_OF_BUFFER + state + 1)

Definition at line 1710 of file vtkVRMLImporter_Yacc.h.

◆ YY_NEW_FILE

#define YY_NEW_FILE   yyrestart( yyin )

Definition at line 1715 of file vtkVRMLImporter_Yacc.h.

◆ YY_END_OF_BUFFER_CHAR

#define YY_END_OF_BUFFER_CHAR   0

Definition at line 1717 of file vtkVRMLImporter_Yacc.h.

◆ YY_BUF_SIZE

#define YY_BUF_SIZE   16384

Definition at line 1720 of file vtkVRMLImporter_Yacc.h.

◆ EOB_ACT_CONTINUE_SCAN

#define EOB_ACT_CONTINUE_SCAN   0

Definition at line 1735 of file vtkVRMLImporter_Yacc.h.

◆ EOB_ACT_END_OF_FILE

#define EOB_ACT_END_OF_FILE   1

Definition at line 1736 of file vtkVRMLImporter_Yacc.h.

◆ EOB_ACT_LAST_MATCH

#define EOB_ACT_LAST_MATCH   2

Definition at line 1737 of file vtkVRMLImporter_Yacc.h.

◆ yyless [1/2]

#define yyless (   n)
Value:
do \
{ \
/* Undo effects of setting up yytext. */ \
*yy_cp = yy_hold_char; \
yy_c_buf_p = yy_cp = yy_bp + n - YY_MORE_ADJ; \
YY_DO_BEFORE_ACTION; /* set up yytext again */ \
} \
while ( 0 )
#define YY_MORE_ADJ

Definition at line 5089 of file vtkVRMLImporter_Yacc.h.

◆ YY_CURRENT_BUFFER

#define YY_CURRENT_BUFFER   yy_current_buffer

Definition at line 1817 of file vtkVRMLImporter_Yacc.h.

◆ yy_new_buffer

#define yy_new_buffer   yy_create_buffer

Definition at line 1849 of file vtkVRMLImporter_Yacc.h.

◆ INITIAL

#define INITIAL   0

Definition at line 1851 of file vtkVRMLImporter_Yacc.h.

◆ NODE

#define NODE   1

Definition at line 1852 of file vtkVRMLImporter_Yacc.h.

◆ SFB

#define SFB   2

Definition at line 1853 of file vtkVRMLImporter_Yacc.h.

◆ SFC

#define SFC   3

Definition at line 1854 of file vtkVRMLImporter_Yacc.h.

◆ SFF

#define SFF   4

Definition at line 1855 of file vtkVRMLImporter_Yacc.h.

◆ SFIMG

#define SFIMG   5

Definition at line 1856 of file vtkVRMLImporter_Yacc.h.

◆ SFI

#define SFI   6

Definition at line 1857 of file vtkVRMLImporter_Yacc.h.

◆ SFR

#define SFR   7

Definition at line 1858 of file vtkVRMLImporter_Yacc.h.

◆ SFS

#define SFS   8

Definition at line 1859 of file vtkVRMLImporter_Yacc.h.

◆ SFT

#define SFT   9

Definition at line 1860 of file vtkVRMLImporter_Yacc.h.

◆ SFV2

#define SFV2   10

Definition at line 1861 of file vtkVRMLImporter_Yacc.h.

◆ SFV3

#define SFV3   11

Definition at line 1862 of file vtkVRMLImporter_Yacc.h.

◆ MFC

#define MFC   12

Definition at line 1863 of file vtkVRMLImporter_Yacc.h.

◆ MFF

#define MFF   13

Definition at line 1864 of file vtkVRMLImporter_Yacc.h.

◆ MFI

#define MFI   14

Definition at line 1865 of file vtkVRMLImporter_Yacc.h.

◆ MFR

#define MFR   15

Definition at line 1866 of file vtkVRMLImporter_Yacc.h.

◆ MFS

#define MFS   16

Definition at line 1867 of file vtkVRMLImporter_Yacc.h.

◆ MFV2

#define MFV2   17

Definition at line 1868 of file vtkVRMLImporter_Yacc.h.

◆ MFV3

#define MFV3   18

Definition at line 1869 of file vtkVRMLImporter_Yacc.h.

◆ IN_SFS

#define IN_SFS   19

Definition at line 1870 of file vtkVRMLImporter_Yacc.h.

◆ IN_MFS

#define IN_MFS   20

Definition at line 1871 of file vtkVRMLImporter_Yacc.h.

◆ IN_SFIMG

#define IN_SFIMG   21

Definition at line 1872 of file vtkVRMLImporter_Yacc.h.

◆ FLEX_DEBUG

#define FLEX_DEBUG

Definition at line 1874 of file vtkVRMLImporter_Yacc.h.

◆ yytext_ptr

#define yytext_ptr   yytext

Definition at line 1877 of file vtkVRMLImporter_Yacc.h.

◆ YY_DO_BEFORE_ACTION

#define YY_DO_BEFORE_ACTION
Value:
do { \
yytext_ptr = yy_bp; \
yyleng = yy_cp - yy_bp; \
yy_hold_char = *yy_cp; \
*yy_cp = '\0'; \
yy_c_buf_p = yy_cp; \
} while (false)

Definition at line 1891 of file vtkVRMLImporter_Yacc.h.

◆ YY_END_OF_BUFFER

#define YY_END_OF_BUFFER   50

Definition at line 1900 of file vtkVRMLImporter_Yacc.h.

◆ REJECT

#define REJECT   reject_used_but_not_detected

Definition at line 4018 of file vtkVRMLImporter_Yacc.h.

◆ yymore

#define yymore ( )    yymore_used_but_not_detected

Definition at line 4019 of file vtkVRMLImporter_Yacc.h.

◆ YY_MORE_ADJ

#define YY_MORE_ADJ   0

Definition at line 4020 of file vtkVRMLImporter_Yacc.h.

◆ YY_INPUT

#define YY_INPUT (   buf,
  result,
  max_size 
)    (*theyyInput)(buf, result, max_size,this)

Definition at line 4036 of file vtkVRMLImporter_Yacc.h.

◆ YY_READ_BUF_SIZE

#define YY_READ_BUF_SIZE   8192

Definition at line 4098 of file vtkVRMLImporter_Yacc.h.

◆ ECHO

#define ECHO   (void) fwrite( yytext, yyleng, 1, yyout )

Definition at line 4107 of file vtkVRMLImporter_Yacc.h.

◆ yyterminate

#define yyterminate ( )    return YY_NULL

Definition at line 4131 of file vtkVRMLImporter_Yacc.h.

◆ YY_START_STACK_INCR

#define YY_START_STACK_INCR   25

Definition at line 4136 of file vtkVRMLImporter_Yacc.h.

◆ YY_FATAL_ERROR

#define YY_FATAL_ERROR (   msg)    yy_fatal_error( msg )

Definition at line 4141 of file vtkVRMLImporter_Yacc.h.

◆ YY_DECL

#define YY_DECL   int yylex ( vtkVRMLImporter* self )

Definition at line 4148 of file vtkVRMLImporter_Yacc.h.

◆ YY_USER_ACTION

#define YY_USER_ACTION

Definition at line 4155 of file vtkVRMLImporter_Yacc.h.

◆ YY_BREAK

#define YY_BREAK   break;

Definition at line 4160 of file vtkVRMLImporter_Yacc.h.

◆ yyless [2/2]

#define yyless (   n)
Value:
do \
{ \
/* Undo effects of setting up yytext. */ \
yytext[yyleng] = yy_hold_char; \
yy_c_buf_p = yytext + n - YY_MORE_ADJ; \
yy_hold_char = *yy_c_buf_p; \
*yy_c_buf_p = '\0'; \
yyleng = n; \
} \
while ( 0 )

Definition at line 5089 of file vtkVRMLImporter_Yacc.h.

Function Documentation

◆ yy_memcpy()

static void yy_memcpy ( char *  from,
char *  to,
int  count 
)
static

Definition at line 938 of file vtkVRMLImporter_Yacc.h.

Variable Documentation

◆ yytranslate

const char yytranslate[]
static

Definition at line 643 of file vtkVRMLImporter_Yacc.h.

◆ yyprhs

const short yyprhs[]
static
Initial value:
= { 0,
0, 2, 3, 6, 8, 10, 12, 14, 15, 16,
22, 25, 27, 29, 30, 40, 41, 42, 51, 52,
55, 59, 63, 64, 70, 71, 77, 78, 81, 85,
89, 93, 97, 106, 107, 113, 114, 117, 118, 122,
124, 126, 130, 134, 135, 141, 147, 153, 155, 157,
159, 161, 163, 165, 167, 169, 171, 173, 175, 177,
179, 181, 183, 185, 187, 190, 193, 196, 199, 203,
205, 206
}

Definition at line 676 of file vtkVRMLImporter_Yacc.h.

◆ yyrhs

const short yyrhs[]
static
Initial value:
= { 41,
0, 0, 41, 42, 0, 43, 0, 46, 0, 58,
0, 59, 0, 0, 0, 4, 44, 3, 45, 59,
0, 5, 3, 0, 47, 0, 49, 0, 0, 6,
3, 48, 35, 52, 36, 37, 41, 38, 0, 0,
0, 7, 3, 50, 35, 56, 36, 51, 65, 0,
0, 52, 53, 0, 12, 3, 3, 0, 13, 3,
3, 0, 0, 14, 3, 3, 54, 65, 0, 0,
15, 3, 3, 55, 65, 0, 0, 56, 57, 0,
12, 3, 3, 0, 13, 3, 3, 0, 14, 3,
3, 0, 15, 3, 3, 0, 10, 3, 39, 3,
8, 3, 39, 3, 0, 0, 3, 60, 37, 61,
38, 0, 0, 61, 62, 0, 0, 3, 63, 65,
0, 58, 0, 46, 0, 12, 3, 3, 0, 13,
3, 3, 0, 0, 14, 3, 3, 64, 65, 0,
12, 3, 3, 9, 3, 0, 13, 3, 3, 9,
3, 0, 16, 0, 17, 0, 27, 0, 18, 0,
28, 0, 19, 0, 20, 0, 29, 0, 22, 0,
30, 0, 23, 0, 31, 0, 24, 0, 25, 0,
32, 0, 26, 0, 33, 0, 21, 43, 0, 21,
11, 0, 34, 66, 0, 9, 3, 0, 35, 67,
36, 0, 43, 0, 0, 67, 43, 0
}

Definition at line 687 of file vtkVRMLImporter_Yacc.h.

◆ yyrline

const short yyrline[]
static
Initial value:
= { 0,
106, 109, 111, 114, 116, 117, 120, 122, 123, 124,
125, 128, 130, 133, 135, 139, 141, 143, 145, 147,
150, 153, 155, 157, 158, 160, 163, 165, 168, 171,
173, 175, 179, 184, 186, 189, 191, 194, 196, 197,
198, 201, 202, 203, 206, 207, 209, 213, 215, 216,
217, 218, 219, 220, 221, 222, 223, 224, 225, 226,
227, 228, 229, 230, 232, 233, 234, 235, 238, 240,
243, 245
}

Definition at line 714 of file vtkVRMLImporter_Yacc.h.

◆ yytname

const char* const yytname[]
static
Initial value:
= { "$","error","$undefined.","IDENTIFIER",
"DEF","USE","PROTO","EXTERNPROTO","TO","IS","ROUTE","SFN_NULL","EVENTIN","EVENTOUT",
"FIELD","EXPOSEDFIELD","SFBOOL","SFCOLOR","SFFLOAT","SFIMAGE","SFINT32","SFNODE",
"SFROTATION","SFSTRING","SFTIME","SFVEC2F","SFVEC3F","MFCOLOR","MFFLOAT","MFINT32",
"MFROTATION","MFSTRING","MFVEC2F","MFVEC3F","MFNODE","'['","']'","'{'","'}'",
"'.'","vrmlscene","declarations","declaration","nodeDeclaration","@1","@2","protoDeclaration",
"proto","@3","externproto","@4","@5","interfaceDeclarations","interfaceDeclaration",
"@6","@7","externInterfaceDeclarations","externInterfaceDeclaration","routeDeclaration",
"node","@8","nodeGuts","nodeGut","@9","@10","fieldValue","mfnodeValue","nodes",
""
}

Definition at line 725 of file vtkVRMLImporter_Yacc.h.

◆ yyr1

const short yyr1[]
static
Initial value:
= { 0,
40, 41, 41, 42, 42, 42, 43, 44, 45, 43,
43, 46, 46, 48, 47, 50, 51, 49, 52, 52,
53, 53, 54, 53, 55, 53, 56, 56, 57, 57,
57, 57, 58, 60, 59, 61, 61, 63, 62, 62,
62, 62, 62, 64, 62, 62, 62, 65, 65, 65,
65, 65, 65, 65, 65, 65, 65, 65, 65, 65,
65, 65, 65, 65, 65, 65, 65, 65, 66, 66,
67, 67
}

Definition at line 738 of file vtkVRMLImporter_Yacc.h.

◆ yyr2

const short yyr2[]
static
Initial value:
= { 0,
1, 0, 2, 1, 1, 1, 1, 0, 0, 5,
2, 1, 1, 0, 9, 0, 0, 8, 0, 2,
3, 3, 0, 5, 0, 5, 0, 2, 3, 3,
3, 3, 8, 0, 5, 0, 2, 0, 3, 1,
1, 3, 3, 0, 5, 5, 5, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 2, 2, 2, 2, 3, 1,
0, 2
}

Definition at line 749 of file vtkVRMLImporter_Yacc.h.

◆ yydefact

const short yydefact[]
static
Initial value:
= { 2,
1, 34, 8, 0, 0, 0, 0, 3, 4, 5,
12, 13, 6, 7, 0, 0, 11, 14, 16, 0,
36, 9, 0, 0, 0, 0, 0, 19, 27, 0,
38, 0, 0, 0, 35, 41, 40, 37, 10, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 20, 0, 0, 0, 0, 17, 28, 0, 0,
48, 49, 51, 53, 54, 0, 56, 58, 60, 61,
63, 50, 52, 55, 57, 59, 62, 64, 0, 39,
42, 43, 44, 0, 0, 0, 0, 2, 0, 0,
0, 0, 0, 0, 68, 66, 65, 71, 70, 67,
0, 0, 0, 21, 22, 23, 25, 0, 29, 30,
31, 32, 18, 33, 0, 46, 47, 45, 0, 0,
15, 69, 72, 24, 26, 0, 0, 0
}

Definition at line 760 of file vtkVRMLImporter_Yacc.h.

◆ yydefgoto

const short yydefgoto[]
static
Initial value:
= { 126,
1, 8, 9, 16, 27, 10, 11, 23, 12, 24,
93, 40, 52, 119, 120, 41, 58, 13, 14, 15,
26, 38, 43, 103, 80, 100, 115
}

Definition at line 776 of file vtkVRMLImporter_Yacc.h.

◆ yypact

const short yypact[]
static
Initial value:
= {-32768,
79,-32768,-32768, -1, 0, 3, 4,-32768,-32768,-32768,
-32768,-32768,-32768,-32768, -28, 11,-32768,-32768,-32768, -18,
-32768,-32768, -6, 5, 32, -2, 38,-32768,-32768, 35,
-32768, 39, 41, 45,-32768,-32768,-32768,-32768,-32768, 19,
66, 48, 43, 50, 51, 54, 84, 85, 87, 88,
55,-32768, 90, 91, 92, 93,-32768,-32768, 58, 95,
-32768,-32768,-32768,-32768,-32768, 34,-32768,-32768,-32768,-32768,
-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768, 23,-32768,
94, 96,-32768, 97, 98, 101, 103,-32768, 104, 105,
106, 107, 43, 108,-32768,-32768,-32768,-32768,-32768,-32768,
109, 110, 43,-32768,-32768,-32768,-32768, 12,-32768,-32768,
-32768,-32768,-32768,-32768, 20,-32768,-32768,-32768, 43, 43,
-32768,-32768,-32768,-32768,-32768, 99, 114,-32768
}

Definition at line 782 of file vtkVRMLImporter_Yacc.h.

◆ yypgoto

const short yypgoto[]
static
Initial value:
= {-32768,
27,-32768, -66,-32768,-32768, 100,-32768,-32768,-32768,-32768,
-32768,-32768,-32768,-32768,-32768,-32768,-32768, 102, 89,-32768,
-32768,-32768,-32768,-32768, -73,-32768,-32768
}

Definition at line 798 of file vtkVRMLImporter_Yacc.h.

◆ yytable

const short yytable[]
static
Initial value:
= { 97,
31, 17, 18, 5, 6, 19, 20, 7, 21, 32,
33, 34, 99, 22, 2, 3, 4, 5, 6, 113,
25, 7, 2, 3, 4, 2, 3, 4, 28, 118,
47, 48, 49, 50, 30, 35, 2, 3, 4, 29,
2, 44, 42, 45, 96, 124, 125, 46, 123, 121,
59, 60, 81, 82, 51, 122, 83, 98, 61, 62,
63, 64, 65, 66, 67, 68, 69, 70, 71, 72,
73, 74, 75, 76, 77, 78, 79, 53, 54, 55,
56, 2, 3, 4, 5, 6, 84, 85, 7, 86,
87, 88, 89, 90, 91, 92, 94, 95, 127, 104,
105, 57, 101, 106, 102, 107, 109, 110, 111, 112,
114, 116, 117, 128, 108, 39, 0, 0, 0, 0,
0, 0, 0, 0, 0, 36, 0, 37
}

Definition at line 808 of file vtkVRMLImporter_Yacc.h.

◆ yycheck

const short yycheck[]
static
Initial value:
= { 66,
3, 3, 3, 6, 7, 3, 3, 10, 37, 12,
13, 14, 79, 3, 3, 4, 5, 6, 7, 93,
39, 10, 3, 4, 5, 3, 4, 5, 35, 103,
12, 13, 14, 15, 3, 38, 3, 4, 5, 35,
3, 3, 8, 3, 11, 119, 120, 3, 115, 38,
3, 9, 3, 3, 36, 36, 3, 35, 16, 17,
18, 19, 20, 21, 22, 23, 24, 25, 26, 27,
28, 29, 30, 31, 32, 33, 34, 12, 13, 14,
15, 3, 4, 5, 6, 7, 3, 3, 10, 3,
3, 37, 3, 3, 3, 3, 39, 3, 0, 3,
3, 36, 9, 3, 9, 3, 3, 3, 3, 3,
3, 3, 3, 0, 88, 27, -1, -1, -1, -1,
-1, -1, -1, -1, -1, 26, -1, 26
}

Definition at line 824 of file vtkVRMLImporter_Yacc.h.

◆ yy_accept

const short int yy_accept[949]
static

Definition at line 1901 of file vtkVRMLImporter_Yacc.h.

◆ yy_ec

const int yy_ec[256]
static

Definition at line 2009 of file vtkVRMLImporter_Yacc.h.

◆ yy_meta

const int yy_meta[48]
static
Initial value:
=
{ 0,
1, 2, 3, 2, 4, 5, 6, 4, 4, 1,
7, 7, 7, 7, 7, 7, 7, 7, 7, 4,
4, 4, 4, 4, 4, 4, 4, 4, 4, 4,
4, 8, 1, 8, 7, 7, 7, 4, 4, 4,
4, 4, 4, 4, 4, 4, 4
}

Definition at line 2041 of file vtkVRMLImporter_Yacc.h.

◆ yy_base

const short int yy_base[1090]
static

Definition at line 2050 of file vtkVRMLImporter_Yacc.h.

◆ yy_def

const short int yy_def[1090]
static

Definition at line 2173 of file vtkVRMLImporter_Yacc.h.

◆ yy_nxt

const short int yy_nxt[7711]
static

Definition at line 2296 of file vtkVRMLImporter_Yacc.h.

◆ yy_chk

const short int yy_chk[7711]
static

Definition at line 3148 of file vtkVRMLImporter_Yacc.h.

◆ yy_rule_linenum

const short int yy_rule_linenum[49]
static
Initial value:
=
{ 0,
122, 127, 128, 129, 130, 131, 132, 133, 134, 135,
136, 137, 138, 141, 145, 149, 157, 160, 164, 169,
177, 178, 180, 184, 195, 199, 205, 206, 211, 220,
234, 235, 240, 249, 260, 263, 264, 266, 270, 274,
279, 281, 282, 289, 295, 302, 305, 309
}

Definition at line 4006 of file vtkVRMLImporter_Yacc.h.