14 #ifndef EGGCONVERTER_H 15 #define EGGCONVERTER_H 28 const std::string &preferred_extension = std::string(),
29 bool allow_last_param =
true,
30 bool allow_stdout =
true);
33 std::string _format_name;
This is a general base class for programs that convert between egg files and some other format.
This is the base class for a program that reads an egg file, operates on it, and writes another egg f...
EggConverter(const std::string &format_name, const std::string &preferred_extension=std::string(), bool allow_last_param=true, bool allow_stdout=true)
The first parameter to the constructor should be the one-word name of the alien file format that is t...
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.