28class EggWriter :
virtual public EggSingleBase,
public WithOutputFile {
30 EggWriter(
bool allow_last_param =
false,
bool allow_stdout =
true);
38 virtual bool handle_args(Args &args);
39 virtual bool post_command_line();
42 std::ofstream _output_stream;
virtual void post_process_egg_file()
Performs any processing of the egg file that is appropriate before writing it out.
EggWriter(bool allow_last_param=false, bool allow_stdout=true)
Egg-writing type programs may specify their output file using either the last-filename convention,...
virtual EggWriter * as_writer()
Returns this object as an EggWriter pointer, if it is in fact an EggWriter, or NULL if it is not.
void write_egg_file()
Writes out the egg file as the normal result of the program.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.