Panda3D
|
This class supervises the construction of an EggData structure from a DAE file. More...
#include "daeToEggConverter.h"
Public Member Functions | |
DAEToEggConverter (const DAEToEggConverter ©) | |
virtual bool | convert_file (const Filename &filename) |
Handles the reading of the input file and converting it to egg. | |
virtual string | get_extension () const |
Returns the common extension of the file type this converter supports. | |
virtual string | get_name () const |
Returns the English name of the file type this converter supports. | |
virtual SomethingToEggConverter * | make_copy () |
Allocates and returns a new copy of the converter. | |
Friends | |
class | DaeCharacter |
This class supervises the construction of an EggData structure from a DAE file.
Definition at line 45 of file daeToEggConverter.h.
bool DAEToEggConverter::convert_file | ( | const Filename & | filename | ) | [virtual] |
Handles the reading of the input file and converting it to egg.
Returns true if successful, false otherwise.
Implements SomethingToEggConverter.
Definition at line 129 of file daeToEggConverter.cxx.
References SomethingToEggConverter::clear_error().
string DAEToEggConverter::get_extension | ( | ) | const [virtual] |
Returns the common extension of the file type this converter supports.
Implements SomethingToEggConverter.
Definition at line 117 of file daeToEggConverter.cxx.
string DAEToEggConverter::get_name | ( | ) | const [virtual] |
Returns the English name of the file type this converter supports.
Implements SomethingToEggConverter.
Definition at line 106 of file daeToEggConverter.cxx.
SomethingToEggConverter * DAEToEggConverter::make_copy | ( | ) | [virtual] |
Allocates and returns a new copy of the converter.
Implements SomethingToEggConverter.
Definition at line 94 of file daeToEggConverter.cxx.