Panda3D
Public Member Functions | Friends

DAEToEggConverter Class Reference

This class supervises the construction of an EggData structure from a DAE file. More...

#include "daeToEggConverter.h"

Inheritance diagram for DAEToEggConverter:
SomethingToEggConverter

List of all members.

Public Member Functions

 DAEToEggConverter (const DAEToEggConverter &copy)
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 SomethingToEggConvertermake_copy ()
 Allocates and returns a new copy of the converter.

Friends

class DaeCharacter

Detailed Description

This class supervises the construction of an EggData structure from a DAE file.

Definition at line 45 of file daeToEggConverter.h.


Member Function Documentation

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.


The documentation for this class was generated from the following files:
 All Classes Functions Variables Enumerations