|
VTK
9.5.20251208
|
#include "vtkFloatArray.h"#include "vtkIdTypeArray.h"#include "vtkStringFormatter.h"#include "vtkStringScanner.h"#include "vtkVRML.h"#include "vtkVRMLImporter.h"#include <cassert>#include <cstdio>#include <cstring>#include <iostream>#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 |
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) |
| #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() |
| #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) |
| #define | YY_NULL 0 |
| #define | YY_SC_TO_UI(c) |
| #define | BEGIN yy_start = 1 + 2 * |
| #define | YY_START ((yy_start - 1) / 2) |
| #define | YY_STATE_EOF(state) |
| #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() |
| #define | YY_MORE_ADJ 0 |
| #define | YY_INPUT(buf, result, max_size) |
| #define | YY_READ_BUF_SIZE 8192 |
| #define | ECHO (void)fwrite(yytext, yyleng, 1, yyout) |
| #define | yyterminate() |
| #define | YY_START_STACK_INCR 25 |
| #define | 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 | 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 523 of file vtkVRMLImporter_Yacc.h.
| #define IDENTIFIER 258 |
Definition at line 525 of file vtkVRMLImporter_Yacc.h.
| #define DEF 259 |
Definition at line 526 of file vtkVRMLImporter_Yacc.h.
| #define USE 260 |
Definition at line 527 of file vtkVRMLImporter_Yacc.h.
| #define PROTO 261 |
Definition at line 528 of file vtkVRMLImporter_Yacc.h.
| #define EXTERNPROTO 262 |
Definition at line 529 of file vtkVRMLImporter_Yacc.h.
| #define TO 263 |
Definition at line 530 of file vtkVRMLImporter_Yacc.h.
| #define IS 264 |
Definition at line 531 of file vtkVRMLImporter_Yacc.h.
| #define ROUTE 265 |
Definition at line 532 of file vtkVRMLImporter_Yacc.h.
| #define SFN_NULL 266 |
Definition at line 533 of file vtkVRMLImporter_Yacc.h.
| #define EVENTIN 267 |
Definition at line 534 of file vtkVRMLImporter_Yacc.h.
| #define EVENTOUT 268 |
Definition at line 535 of file vtkVRMLImporter_Yacc.h.
| #define FIELD 269 |
Definition at line 536 of file vtkVRMLImporter_Yacc.h.
| #define EXPOSEDFIELD 270 |
Definition at line 537 of file vtkVRMLImporter_Yacc.h.
| #define SFBOOL 271 |
Definition at line 538 of file vtkVRMLImporter_Yacc.h.
| #define SFCOLOR 272 |
Definition at line 539 of file vtkVRMLImporter_Yacc.h.
| #define SFFLOAT 273 |
Definition at line 540 of file vtkVRMLImporter_Yacc.h.
| #define SFIMAGE 274 |
Definition at line 541 of file vtkVRMLImporter_Yacc.h.
| #define SFINT32 275 |
Definition at line 542 of file vtkVRMLImporter_Yacc.h.
| #define SFNODE 276 |
Definition at line 543 of file vtkVRMLImporter_Yacc.h.
| #define SFROTATION 277 |
Definition at line 544 of file vtkVRMLImporter_Yacc.h.
| #define SFSTRING 278 |
Definition at line 545 of file vtkVRMLImporter_Yacc.h.
| #define SFTIME 279 |
Definition at line 546 of file vtkVRMLImporter_Yacc.h.
| #define SFVEC2F 280 |
Definition at line 547 of file vtkVRMLImporter_Yacc.h.
| #define SFVEC3F 281 |
Definition at line 548 of file vtkVRMLImporter_Yacc.h.
| #define MFCOLOR 282 |
Definition at line 549 of file vtkVRMLImporter_Yacc.h.
| #define MFFLOAT 283 |
Definition at line 550 of file vtkVRMLImporter_Yacc.h.
| #define MFINT32 284 |
Definition at line 551 of file vtkVRMLImporter_Yacc.h.
| #define MFROTATION 285 |
Definition at line 552 of file vtkVRMLImporter_Yacc.h.
| #define MFSTRING 286 |
Definition at line 553 of file vtkVRMLImporter_Yacc.h.
| #define MFVEC2F 287 |
Definition at line 554 of file vtkVRMLImporter_Yacc.h.
| #define MFVEC3F 288 |
Definition at line 555 of file vtkVRMLImporter_Yacc.h.
| #define MFNODE 289 |
Definition at line 556 of file vtkVRMLImporter_Yacc.h.
| #define YYDEBUG 1 |
Definition at line 571 of file vtkVRMLImporter_Yacc.h.
| #define YYLTYPE yyltype |
Definition at line 603 of file vtkVRMLImporter_Yacc.h.
| #define YYFINAL 128 |
Definition at line 606 of file vtkVRMLImporter_Yacc.h.
| #define YYFLAG -32768 |
Definition at line 607 of file vtkVRMLImporter_Yacc.h.
| #define YYNTBASE 40 |
Definition at line 608 of file vtkVRMLImporter_Yacc.h.
| #define YYTRANSLATE | ( | x | ) |
Definition at line 610 of file vtkVRMLImporter_Yacc.h.
| #define YYLAST 128 |
Definition at line 690 of file vtkVRMLImporter_Yacc.h.
| #define yyerrok (yyerrstatus = 0) |
Definition at line 757 of file vtkVRMLImporter_Yacc.h.
| #define yyclearin (yychar = YYEMPTY) |
Definition at line 758 of file vtkVRMLImporter_Yacc.h.
| #define YYEMPTY -2 |
Definition at line 759 of file vtkVRMLImporter_Yacc.h.
| #define YYEOF 0 |
Definition at line 760 of file vtkVRMLImporter_Yacc.h.
| #define YYACCEPT return (0) |
Definition at line 761 of file vtkVRMLImporter_Yacc.h.
| #define YYABORT return (1) |
Definition at line 762 of file vtkVRMLImporter_Yacc.h.
| #define YYERROR goto yyerrlab1 |
Definition at line 763 of file vtkVRMLImporter_Yacc.h.
| #define YYFAIL goto yyerrlab |
Definition at line 768 of file vtkVRMLImporter_Yacc.h.
| #define YYRECOVERING | ( | ) |
Definition at line 769 of file vtkVRMLImporter_Yacc.h.
| #define YYBACKUP | ( | token, | |
| value ) |
Definition at line 770 of file vtkVRMLImporter_Yacc.h.
| #define YYTERROR 1 |
Definition at line 786 of file vtkVRMLImporter_Yacc.h.
| #define YYERRCODE 256 |
Definition at line 787 of file vtkVRMLImporter_Yacc.h.
| #define YYINITDEPTH 200 |
Definition at line 792 of file vtkVRMLImporter_Yacc.h.
| #define YYMAXDEPTH 10000 |
Definition at line 803 of file vtkVRMLImporter_Yacc.h.
| #define YYPOPSTACK (yyvsp--, yyssp--) |
| #define FLEX_SCANNER |
Definition at line 1618 of file vtkVRMLImporter_Yacc.h.
| #define YY_USE_PROTOS |
Definition at line 1627 of file vtkVRMLImporter_Yacc.h.
| #define YY_PROTO | ( | proto | ) |
Definition at line 1628 of file vtkVRMLImporter_Yacc.h.
| #define YY_NULL 0 |
Definition at line 1631 of file vtkVRMLImporter_Yacc.h.
| #define YY_SC_TO_UI | ( | c | ) |
Definition at line 1638 of file vtkVRMLImporter_Yacc.h.
| #define BEGIN yy_start = 1 + 2 * |
Definition at line 1644 of file vtkVRMLImporter_Yacc.h.
| #define YY_START ((yy_start - 1) / 2) |
Definition at line 1649 of file vtkVRMLImporter_Yacc.h.
| #define YY_STATE_EOF | ( | state | ) |
Definition at line 1652 of file vtkVRMLImporter_Yacc.h.
| #define YY_NEW_FILE yyrestart(yyin) |
Definition at line 1657 of file vtkVRMLImporter_Yacc.h.
| #define YY_END_OF_BUFFER_CHAR 0 |
Definition at line 1659 of file vtkVRMLImporter_Yacc.h.
| #define YY_BUF_SIZE 16384 |
Definition at line 1662 of file vtkVRMLImporter_Yacc.h.
| #define EOB_ACT_CONTINUE_SCAN 0 |
Definition at line 1678 of file vtkVRMLImporter_Yacc.h.
| #define EOB_ACT_END_OF_FILE 1 |
Definition at line 1679 of file vtkVRMLImporter_Yacc.h.
| #define EOB_ACT_LAST_MATCH 2 |
Definition at line 1680 of file vtkVRMLImporter_Yacc.h.
| #define yyless | ( | n | ) |
Definition at line 1698 of file vtkVRMLImporter_Yacc.h.
| #define YY_CURRENT_BUFFER yy_current_buffer |
Definition at line 1758 of file vtkVRMLImporter_Yacc.h.
| #define yy_new_buffer yy_create_buffer |
Definition at line 1788 of file vtkVRMLImporter_Yacc.h.
| #define INITIAL 0 |
Definition at line 1790 of file vtkVRMLImporter_Yacc.h.
| #define NODE 1 |
Definition at line 1791 of file vtkVRMLImporter_Yacc.h.
| #define SFB 2 |
Definition at line 1792 of file vtkVRMLImporter_Yacc.h.
| #define SFC 3 |
Definition at line 1793 of file vtkVRMLImporter_Yacc.h.
| #define SFF 4 |
Definition at line 1794 of file vtkVRMLImporter_Yacc.h.
| #define SFIMG 5 |
Definition at line 1795 of file vtkVRMLImporter_Yacc.h.
| #define SFI 6 |
Definition at line 1796 of file vtkVRMLImporter_Yacc.h.
| #define SFR 7 |
Definition at line 1797 of file vtkVRMLImporter_Yacc.h.
| #define SFS 8 |
Definition at line 1798 of file vtkVRMLImporter_Yacc.h.
| #define SFT 9 |
Definition at line 1799 of file vtkVRMLImporter_Yacc.h.
| #define SFV2 10 |
Definition at line 1800 of file vtkVRMLImporter_Yacc.h.
| #define SFV3 11 |
Definition at line 1801 of file vtkVRMLImporter_Yacc.h.
| #define MFC 12 |
Definition at line 1802 of file vtkVRMLImporter_Yacc.h.
| #define MFF 13 |
Definition at line 1803 of file vtkVRMLImporter_Yacc.h.
| #define MFI 14 |
Definition at line 1804 of file vtkVRMLImporter_Yacc.h.
| #define MFR 15 |
Definition at line 1805 of file vtkVRMLImporter_Yacc.h.
| #define MFS 16 |
Definition at line 1806 of file vtkVRMLImporter_Yacc.h.
| #define MFV2 17 |
Definition at line 1807 of file vtkVRMLImporter_Yacc.h.
| #define MFV3 18 |
Definition at line 1808 of file vtkVRMLImporter_Yacc.h.
| #define IN_SFS 19 |
Definition at line 1809 of file vtkVRMLImporter_Yacc.h.
| #define IN_MFS 20 |
Definition at line 1810 of file vtkVRMLImporter_Yacc.h.
| #define IN_SFIMG 21 |
Definition at line 1811 of file vtkVRMLImporter_Yacc.h.
| #define FLEX_DEBUG |
Definition at line 1813 of file vtkVRMLImporter_Yacc.h.
| #define yytext_ptr yytext |
Definition at line 1816 of file vtkVRMLImporter_Yacc.h.
| #define YY_DO_BEFORE_ACTION |
Definition at line 1830 of file vtkVRMLImporter_Yacc.h.
| #define YY_END_OF_BUFFER 50 |
Definition at line 1840 of file vtkVRMLImporter_Yacc.h.
| #define REJECT reject_used_but_not_detected |
Definition at line 3086 of file vtkVRMLImporter_Yacc.h.
| #define yymore | ( | ) |
Definition at line 3087 of file vtkVRMLImporter_Yacc.h.
| #define YY_MORE_ADJ 0 |
Definition at line 3088 of file vtkVRMLImporter_Yacc.h.
| #define YY_INPUT | ( | buf, | |
| result, | |||
| max_size ) |
Definition at line 3104 of file vtkVRMLImporter_Yacc.h.
| #define YY_READ_BUF_SIZE 8192 |
Definition at line 3170 of file vtkVRMLImporter_Yacc.h.
| #define ECHO (void)fwrite(yytext, yyleng, 1, yyout) |
Definition at line 3179 of file vtkVRMLImporter_Yacc.h.
| #define yyterminate | ( | ) |
Definition at line 3202 of file vtkVRMLImporter_Yacc.h.
| #define YY_START_STACK_INCR 25 |
Definition at line 3207 of file vtkVRMLImporter_Yacc.h.
| #define YY_FATAL_ERROR | ( | msg | ) |
Definition at line 3212 of file vtkVRMLImporter_Yacc.h.
| #define YY_DECL int yylex(vtkVRMLImporter* self) |
Definition at line 3219 of file vtkVRMLImporter_Yacc.h.
| #define YY_USER_ACTION |
Definition at line 3226 of file vtkVRMLImporter_Yacc.h.
| #define YY_BREAK break; |
Definition at line 3231 of file vtkVRMLImporter_Yacc.h.
| #define yyless | ( | n | ) |
Definition at line 1698 of file vtkVRMLImporter_Yacc.h.
|
static |
Definition at line 806 of file vtkVRMLImporter_Yacc.h.
|
static |
Definition at line 612 of file vtkVRMLImporter_Yacc.h.
|
static |
Definition at line 658 of file vtkVRMLImporter_Yacc.h.
|
static |
Definition at line 663 of file vtkVRMLImporter_Yacc.h.
|
static |
Definition at line 667 of file vtkVRMLImporter_Yacc.h.
|
static |
Definition at line 673 of file vtkVRMLImporter_Yacc.h.
|
static |
Definition at line 676 of file vtkVRMLImporter_Yacc.h.
|
static |
Definition at line 686 of file vtkVRMLImporter_Yacc.h.
|
static |
Definition at line 692 of file vtkVRMLImporter_Yacc.h.
|
static |
Definition at line 699 of file vtkVRMLImporter_Yacc.h.
|
static |
Definition at line 1841 of file vtkVRMLImporter_Yacc.h.
|
static |
Definition at line 1890 of file vtkVRMLImporter_Yacc.h.
|
static |
Definition at line 1903 of file vtkVRMLImporter_Yacc.h.
|
static |
Definition at line 1906 of file vtkVRMLImporter_Yacc.h.
|
static |
Definition at line 1983 of file vtkVRMLImporter_Yacc.h.
|
static |
Definition at line 2058 of file vtkVRMLImporter_Yacc.h.
|
static |
Definition at line 2594 of file vtkVRMLImporter_Yacc.h.
|
static |
Definition at line 3079 of file vtkVRMLImporter_Yacc.h.