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 |
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] |
#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.
#define yyclearin (yychar = YYEMPTY) |
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 | |||
) |
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 | ) |
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 |
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 | ) |
Definition at line 5108 of file vtkVRMLImporter_Yacc.h.
|
static |
Definition at line 968 of file vtkVRMLImporter_Yacc.h.
|
static |
Definition at line 651 of file vtkVRMLImporter_Yacc.h.
|
static |
Definition at line 684 of file vtkVRMLImporter_Yacc.h.
|
static |
Definition at line 695 of file vtkVRMLImporter_Yacc.h.
|
static |
Definition at line 722 of file vtkVRMLImporter_Yacc.h.
|
static |
Definition at line 733 of file vtkVRMLImporter_Yacc.h.
|
static |
Definition at line 746 of file vtkVRMLImporter_Yacc.h.
|
static |
Definition at line 757 of file vtkVRMLImporter_Yacc.h.
|
static |
Definition at line 768 of file vtkVRMLImporter_Yacc.h.
|
static |
Definition at line 784 of file vtkVRMLImporter_Yacc.h.
|
static |
Definition at line 790 of file vtkVRMLImporter_Yacc.h.
|
static |
Definition at line 806 of file vtkVRMLImporter_Yacc.h.
|
static |
Definition at line 816 of file vtkVRMLImporter_Yacc.h.
|
static |
Definition at line 832 of file vtkVRMLImporter_Yacc.h.
|
static |
Definition at line 1927 of file vtkVRMLImporter_Yacc.h.
|
static |
Definition at line 2035 of file vtkVRMLImporter_Yacc.h.
|
static |
Definition at line 2067 of file vtkVRMLImporter_Yacc.h.
|
static |
Definition at line 2076 of file vtkVRMLImporter_Yacc.h.
|
static |
Definition at line 2199 of file vtkVRMLImporter_Yacc.h.
|
static |
Definition at line 2322 of file vtkVRMLImporter_Yacc.h.
|
static |
Definition at line 3174 of file vtkVRMLImporter_Yacc.h.
|
static |
Definition at line 4032 of file vtkVRMLImporter_Yacc.h.