VTK
|
#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>
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 |
Defines | |
#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] |
#define YYBISON 1 /* Identify Bison output. */ |
Definition at line 555 of file vtkVRMLImporter_Yacc.h.
#define IDENTIFIER 258 |
Definition at line 557 of file vtkVRMLImporter_Yacc.h.
#define DEF 259 |
Definition at line 558 of file vtkVRMLImporter_Yacc.h.
#define USE 260 |
Definition at line 559 of file vtkVRMLImporter_Yacc.h.
#define PROTO 261 |
Definition at line 560 of file vtkVRMLImporter_Yacc.h.
#define EXTERNPROTO 262 |
Definition at line 561 of file vtkVRMLImporter_Yacc.h.
#define TO 263 |
Definition at line 562 of file vtkVRMLImporter_Yacc.h.
#define IS 264 |
Definition at line 563 of file vtkVRMLImporter_Yacc.h.
#define ROUTE 265 |
Definition at line 564 of file vtkVRMLImporter_Yacc.h.
#define SFN_NULL 266 |
Definition at line 565 of file vtkVRMLImporter_Yacc.h.
#define EVENTIN 267 |
Definition at line 566 of file vtkVRMLImporter_Yacc.h.
#define EVENTOUT 268 |
Definition at line 567 of file vtkVRMLImporter_Yacc.h.
#define FIELD 269 |
Definition at line 568 of file vtkVRMLImporter_Yacc.h.
#define EXPOSEDFIELD 270 |
Definition at line 569 of file vtkVRMLImporter_Yacc.h.
#define SFBOOL 271 |
Definition at line 570 of file vtkVRMLImporter_Yacc.h.
#define SFCOLOR 272 |
Definition at line 571 of file vtkVRMLImporter_Yacc.h.
#define SFFLOAT 273 |
Definition at line 572 of file vtkVRMLImporter_Yacc.h.
#define SFIMAGE 274 |
Definition at line 573 of file vtkVRMLImporter_Yacc.h.
#define SFINT32 275 |
Definition at line 574 of file vtkVRMLImporter_Yacc.h.
#define SFNODE 276 |
Definition at line 575 of file vtkVRMLImporter_Yacc.h.
#define SFROTATION 277 |
Definition at line 576 of file vtkVRMLImporter_Yacc.h.
#define SFSTRING 278 |
Definition at line 577 of file vtkVRMLImporter_Yacc.h.
#define SFTIME 279 |
Definition at line 578 of file vtkVRMLImporter_Yacc.h.
#define SFVEC2F 280 |
Definition at line 579 of file vtkVRMLImporter_Yacc.h.
#define SFVEC3F 281 |
Definition at line 580 of file vtkVRMLImporter_Yacc.h.
#define MFCOLOR 282 |
Definition at line 581 of file vtkVRMLImporter_Yacc.h.
#define MFFLOAT 283 |
Definition at line 582 of file vtkVRMLImporter_Yacc.h.
#define MFINT32 284 |
Definition at line 583 of file vtkVRMLImporter_Yacc.h.
#define MFROTATION 285 |
Definition at line 584 of file vtkVRMLImporter_Yacc.h.
#define MFSTRING 286 |
Definition at line 585 of file vtkVRMLImporter_Yacc.h.
#define MFVEC2F 287 |
Definition at line 586 of file vtkVRMLImporter_Yacc.h.
#define MFVEC3F 288 |
Definition at line 587 of file vtkVRMLImporter_Yacc.h.
#define MFNODE 289 |
Definition at line 588 of file vtkVRMLImporter_Yacc.h.
#define YYDEBUG 1 |
Definition at line 606 of file vtkVRMLImporter_Yacc.h.
#define YYLTYPE yyltype |
Definition at line 642 of file vtkVRMLImporter_Yacc.h.
#define YYFINAL 128 |
Definition at line 645 of file vtkVRMLImporter_Yacc.h.
#define YYFLAG -32768 |
Definition at line 646 of file vtkVRMLImporter_Yacc.h.
#define YYNTBASE 40 |
Definition at line 647 of file vtkVRMLImporter_Yacc.h.
#define YYTRANSLATE | ( | x | ) | ((unsigned)(x) <= 289 ? yytranslate[x] : 68) |
Definition at line 649 of file vtkVRMLImporter_Yacc.h.
#define YYLAST 128 |
Definition at line 813 of file vtkVRMLImporter_Yacc.h.
#define yyerrok (yyerrstatus = 0) |
Definition at line 921 of file vtkVRMLImporter_Yacc.h.
Definition at line 922 of file vtkVRMLImporter_Yacc.h.
#define YYEMPTY -2 |
Definition at line 923 of file vtkVRMLImporter_Yacc.h.
#define YYEOF 0 |
Definition at line 924 of file vtkVRMLImporter_Yacc.h.
#define YYACCEPT return(0) |
Definition at line 925 of file vtkVRMLImporter_Yacc.h.
#define YYABORT return(1) |
Definition at line 926 of file vtkVRMLImporter_Yacc.h.
#define YYERROR goto yyerrlab1 |
Definition at line 927 of file vtkVRMLImporter_Yacc.h.
#define YYFAIL goto yyerrlab |
Definition at line 932 of file vtkVRMLImporter_Yacc.h.
#define YYRECOVERING | ( | ) | (!!yyerrstatus) |
Definition at line 933 of file vtkVRMLImporter_Yacc.h.
#define YYBACKUP | ( | token, | |
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)
Definition at line 934 of file vtkVRMLImporter_Yacc.h.
#define YYTERROR 1 |
Definition at line 946 of file vtkVRMLImporter_Yacc.h.
#define YYERRCODE 256 |
Definition at line 947 of file vtkVRMLImporter_Yacc.h.
#define YYINITDEPTH 200 |
Definition at line 953 of file vtkVRMLImporter_Yacc.h.
#define YYMAXDEPTH 10000 |
Definition at line 964 of file vtkVRMLImporter_Yacc.h.
#define YYPOPSTACK (yyvsp--, yyssp--) |
#define FLEX_SCANNER |
Definition at line 1704 of file vtkVRMLImporter_Yacc.h.
#define YY_USE_PROTOS |
Definition at line 1713 of file vtkVRMLImporter_Yacc.h.
#define YY_PROTO | ( | proto | ) | proto |
Definition at line 1714 of file vtkVRMLImporter_Yacc.h.
#define YY_NULL 0 |
Definition at line 1717 of file vtkVRMLImporter_Yacc.h.
#define YY_SC_TO_UI | ( | c | ) | ((unsigned int) (unsigned char) c) |
Definition at line 1724 of file vtkVRMLImporter_Yacc.h.
#define BEGIN yy_start = 1 + 2 * |
Definition at line 1730 of file vtkVRMLImporter_Yacc.h.
#define YY_START ((yy_start - 1) / 2) |
Definition at line 1735 of file vtkVRMLImporter_Yacc.h.
#define YY_STATE_EOF | ( | state | ) | (YY_END_OF_BUFFER + state + 1) |
Definition at line 1738 of file vtkVRMLImporter_Yacc.h.
#define YY_NEW_FILE yyrestart( yyin ) |
Definition at line 1743 of file vtkVRMLImporter_Yacc.h.
#define YY_END_OF_BUFFER_CHAR 0 |
Definition at line 1745 of file vtkVRMLImporter_Yacc.h.
#define YY_BUF_SIZE 16384 |
Definition at line 1748 of file vtkVRMLImporter_Yacc.h.
#define EOB_ACT_CONTINUE_SCAN 0 |
Definition at line 1763 of file vtkVRMLImporter_Yacc.h.
#define EOB_ACT_END_OF_FILE 1 |
Definition at line 1764 of file vtkVRMLImporter_Yacc.h.
#define EOB_ACT_LAST_MATCH 2 |
Definition at line 1765 of file vtkVRMLImporter_Yacc.h.
#define yyless | ( | n | ) |
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 )
Definition at line 5108 of file vtkVRMLImporter_Yacc.h.
#define YY_CURRENT_BUFFER yy_current_buffer |
Definition at line 1845 of file vtkVRMLImporter_Yacc.h.
#define yy_new_buffer yy_create_buffer |
Definition at line 1877 of file vtkVRMLImporter_Yacc.h.
#define INITIAL 0 |
Definition at line 1879 of file vtkVRMLImporter_Yacc.h.
#define NODE 1 |
Definition at line 1880 of file vtkVRMLImporter_Yacc.h.
#define SFB 2 |
Definition at line 1881 of file vtkVRMLImporter_Yacc.h.
#define SFC 3 |
Definition at line 1882 of file vtkVRMLImporter_Yacc.h.
#define SFF 4 |
Definition at line 1883 of file vtkVRMLImporter_Yacc.h.
#define SFIMG 5 |
Definition at line 1884 of file vtkVRMLImporter_Yacc.h.
#define SFI 6 |
Definition at line 1885 of file vtkVRMLImporter_Yacc.h.
#define SFR 7 |
Definition at line 1886 of file vtkVRMLImporter_Yacc.h.
#define SFS 8 |
Definition at line 1887 of file vtkVRMLImporter_Yacc.h.
#define SFT 9 |
Definition at line 1888 of file vtkVRMLImporter_Yacc.h.
#define SFV2 10 |
Definition at line 1889 of file vtkVRMLImporter_Yacc.h.
#define SFV3 11 |
Definition at line 1890 of file vtkVRMLImporter_Yacc.h.
#define MFC 12 |
Definition at line 1891 of file vtkVRMLImporter_Yacc.h.
#define MFF 13 |
Definition at line 1892 of file vtkVRMLImporter_Yacc.h.
#define MFI 14 |
Definition at line 1893 of file vtkVRMLImporter_Yacc.h.
#define MFR 15 |
Definition at line 1894 of file vtkVRMLImporter_Yacc.h.
#define MFS 16 |
Definition at line 1895 of file vtkVRMLImporter_Yacc.h.
#define MFV2 17 |
Definition at line 1896 of file vtkVRMLImporter_Yacc.h.
#define MFV3 18 |
Definition at line 1897 of file vtkVRMLImporter_Yacc.h.
#define IN_SFS 19 |
Definition at line 1898 of file vtkVRMLImporter_Yacc.h.
#define IN_MFS 20 |
Definition at line 1899 of file vtkVRMLImporter_Yacc.h.
#define IN_SFIMG 21 |
Definition at line 1900 of file vtkVRMLImporter_Yacc.h.
#define FLEX_DEBUG |
Definition at line 1902 of file vtkVRMLImporter_Yacc.h.
#define yytext_ptr yytext |
Definition at line 1905 of file vtkVRMLImporter_Yacc.h.
#define YY_DO_BEFORE_ACTION |
yytext_ptr = yy_bp; \ yyleng = yy_cp - yy_bp; \ yy_hold_char = *yy_cp; \ *yy_cp = '\0'; \ yy_c_buf_p = yy_cp;
Definition at line 1919 of file vtkVRMLImporter_Yacc.h.
#define YY_END_OF_BUFFER 50 |
Definition at line 1926 of file vtkVRMLImporter_Yacc.h.
#define REJECT reject_used_but_not_detected |
Definition at line 4044 of file vtkVRMLImporter_Yacc.h.
#define yymore | ( | ) | yymore_used_but_not_detected |
Definition at line 4045 of file vtkVRMLImporter_Yacc.h.
#define YY_MORE_ADJ 0 |
Definition at line 4046 of file vtkVRMLImporter_Yacc.h.
#define YY_INPUT | ( | buf, | |
result, | |||
max_size | |||
) | (*theyyInput)(buf, result, max_size,this); |
Definition at line 4063 of file vtkVRMLImporter_Yacc.h.
#define YY_READ_BUF_SIZE 8192 |
Definition at line 4123 of file vtkVRMLImporter_Yacc.h.
#define ECHO (void) fwrite( yytext, yyleng, 1, yyout ) |
Definition at line 4132 of file vtkVRMLImporter_Yacc.h.
#define yyterminate | ( | ) | return YY_NULL |
Definition at line 4156 of file vtkVRMLImporter_Yacc.h.
#define YY_START_STACK_INCR 25 |
Definition at line 4161 of file vtkVRMLImporter_Yacc.h.
#define YY_FATAL_ERROR | ( | msg | ) | yy_fatal_error( msg ) |
Definition at line 4166 of file vtkVRMLImporter_Yacc.h.
#define YY_DECL int yylex ( vtkVRMLImporter* self ) |
Definition at line 4173 of file vtkVRMLImporter_Yacc.h.
#define YY_USER_ACTION |
Definition at line 4180 of file vtkVRMLImporter_Yacc.h.
#define YY_BREAK break; |
Definition at line 4185 of file vtkVRMLImporter_Yacc.h.
#define yyless | ( | n | ) |
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 5108 of file vtkVRMLImporter_Yacc.h.
static void __yy_memcpy | ( | char * | from, |
char * | to, | ||
int | count | ||
) | [static] |
Definition at line 968 of file vtkVRMLImporter_Yacc.h.
const char yytranslate[] [static] |
Definition at line 651 of file vtkVRMLImporter_Yacc.h.
const short yyprhs[] [static] |
{ 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 684 of file vtkVRMLImporter_Yacc.h.
const short yyrhs[] [static] |
{ 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 695 of file vtkVRMLImporter_Yacc.h.
const short yyrline[] [static] |
{ 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 722 of file vtkVRMLImporter_Yacc.h.
const char* const yytname[] [static] |
{ "$","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 733 of file vtkVRMLImporter_Yacc.h.
const short yyr1[] [static] |
{ 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 746 of file vtkVRMLImporter_Yacc.h.
const short yyr2[] [static] |
{ 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 757 of file vtkVRMLImporter_Yacc.h.
const short yydefact[] [static] |
{ 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 768 of file vtkVRMLImporter_Yacc.h.
const short yydefgoto[] [static] |
{ 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 784 of file vtkVRMLImporter_Yacc.h.
const short yypact[] [static] |
{-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 790 of file vtkVRMLImporter_Yacc.h.
const short yypgoto[] [static] |
{-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 806 of file vtkVRMLImporter_Yacc.h.
const short yytable[] [static] |
{ 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 816 of file vtkVRMLImporter_Yacc.h.
const short yycheck[] [static] |
{ 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 832 of file vtkVRMLImporter_Yacc.h.
Definition at line 1927 of file vtkVRMLImporter_Yacc.h.
Definition at line 2035 of file vtkVRMLImporter_Yacc.h.
{ 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 2067 of file vtkVRMLImporter_Yacc.h.
Definition at line 2076 of file vtkVRMLImporter_Yacc.h.
Definition at line 2199 of file vtkVRMLImporter_Yacc.h.
Definition at line 2322 of file vtkVRMLImporter_Yacc.h.
Definition at line 3174 of file vtkVRMLImporter_Yacc.h.
const short int yy_rule_linenum[49] [static] |
{ 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 4032 of file vtkVRMLImporter_Yacc.h.