73 char tok = proc.
Peek();
79 " * [INFO] bad file format; unexpected eof %s." ),
89 " * [INFO] bad file format; expecting '{' but got '%s' %s" ),
98 if( proc.
Peek() ==
'}' )
107 __FILE__, __FUNCTION__, __LINE__, proc.
GetError() );
113 if( !glob.compare(
"point" ) )
119 " * [INFO] invalid point set %s\n"
120 " * [INFO] file: '%s'\n"
131 "* [INFO] bad Coordinate %s.\n"
132 "* [INFO] file: '%s'." ),
140 std::vector< WRLVEC3F >::iterator sP =
points.begin();
141 std::vector< WRLVEC3F >::iterator eP =
points.end();
151 if( proc.
Peek() ==
'}' )
159 " * [INFO] bad Coordinate %s (no closing brace)." ),