21 EggToSomethingConverter::
22 EggToSomethingConverter() {
30 EggToSomethingConverter::
39 EggToSomethingConverter::
40 ~EggToSomethingConverter() {
This is the primary interface into all the egg data, and the root of the egg file structure.
This is a base class for a family of converter classes that manage a conversion from egg format to so...
void set_egg_data(EggData *egg_data)
Sets the egg data that will be filled in when convert_file() is called.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
virtual bool supports_compressed() const
Returns true if this file type can transparently save compressed files (with a .pz extension),...
void clear_egg_data()
Sets the EggData to NULL and makes the converter invalid.
virtual std::string get_additional_extensions() const
Returns a space-separated list of extension, in addition to the one returned by get_extension(),...
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.