69 char tok = proc.
Peek();
75 " * [INFO] bad file format; unexpected eof %s." ),
85 " * [INFO] bad file format; expecting '{' but got '%s' %s" ),
94 if( proc.
Peek() ==
'}' )
103 __FILE__, __FUNCTION__, __LINE__, proc.
GetError() );
109 if( !glob.compare(
"point" ) )
115 " * [INFO] invalid point set %s\n"
116 " * [INFO] file: '%s'\n"
127 "* [INFO] bad Coordinate %s.\n"
128 "* [INFO] file: '%s'." ),
136 std::vector< WRLVEC3F >::iterator sP =
points.begin();
137 std::vector< WRLVEC3F >::iterator eP =
points.end();
147 if( proc.
Peek() ==
'}' )
155 " * [INFO] bad Coordinate %s (no closing brace)." ),