15 #include "eggSingleBase.h" 17 #include "eggGroupNode.h" 18 #include "eggTexture.h" 19 #include "eggFilenameNode.h" 20 #include "eggComment.h" 22 #include "string_utils.h" 76 if (_got_coordinate_system) {
77 _data->set_coordinate_system(_coordinate_system);
80 return EggBase::post_command_line();
This is the primary interface into all the egg data, and the root of the egg file structure...
virtual EggReader * as_reader()
Returns this object as an EggReader pointer, if it is in fact an EggReader, or NULL if it is not...
virtual EggWriter * as_writer()
Returns this object as an EggWriter pointer, if it is in fact an EggWriter, or NULL if it is not...
This is the base class for a program that reads egg files, but doesn't write an egg file...
This is the base class for a program that generates an egg file output, but doesn't read any for inpu...