Home | History | Annotate | Download | only in grxmlcompile

Lines Matching refs:outfile

49     std::ofstream outfile;
57 outfile.open ( fileName.c_str() );
63 outfile << arc[loc]->fromId << std::endl;
66 outfile << arc[loc]->fromId << separator << arc[loc]->toId << separator << Eps << std::endl;
84 outfile << arc[loc]->fromId << separator << arc[loc]->toId << separator << inLabel.c_str() << std::endl;
90 outfile.close();
107 std::ofstream outfile;
110 outfile.open ( fileName.c_str() );
172 outfile << arc[loc]->fromId << std::endl;
174 outfile << arc[loc]->fromId << Separator << arc[loc]->toId << Separator << inLabel.c_str() << Separator << outLabel.c_str() << std::endl;
178 outfile.close();
192 std::ofstream outfile;
203 outfile.open ( fileName.c_str() );
209 outfile << arc[loc]->fromId << std::endl;
218 outfile << arc[loc]->fromId << separator << arc[loc]->toId << separator << Eps << separator << outLabel.c_str() << std::endl;
221 outfile << arc[loc]->fromId << separator << arc[loc]->toId << separator << Eps << separator << Eps << std::endl;
230 outfile << arc[loc]->fromId << separator << arc[loc]->toId << separator << ".wb" << separator << outLabel.c_str() << std::endl;
233 outfile << arc[loc]->fromId << separator << arc[loc]->toId << separator << ".wb" << separator << Eps << std::endl;
262 outfile.close();
272 std::ofstream outfile;
277 outfile.open ( fileName.c_str() );
283 outfile << arc[loc]->fromId << std::endl;
292 outfile << arc[loc]->fromId << separator << arc[loc]->toId << separator << Eps << separator << outLabel.c_str() << std::endl;
295 outfile << arc[loc]->fromId << separator << arc[loc]->toId << separator << Eps << separator << Eps << std::endl;
304 outfile << arc[loc]->fromId << separator << arc[loc]->toId << separator << ".wb" << separator << outLabel.c_str() << std::endl;
307 outfile << arc[loc]->fromId << separator << arc[loc]->toId << separator << ".wb" << separator << Eps << std::endl;
327 outfile << arc[loc]->fromId << separator << arc[loc]->toId << separator << inLabel.c_str() << separator << Eps << std::endl;
333 outfile.close();