Panda3D
Public Member Functions | Static Public Member Functions | Public Attributes

LoaderFileTypeDae Class Reference

This defines the Loader interface to read Dae files. More...

#include "loaderFileTypeDae.h"

Inheritance diagram for LoaderFileTypeDae:
LoaderFileType TypedObject MemoryBase

List of all members.

Public Member Functions

virtual TypeHandle force_init_type ()
virtual string get_additional_extensions () const
 Returns a space-separated list of extension, in addition to the one returned by get_extension(), that are recognized by this loader.
virtual string get_extension () const
virtual string get_name () const
virtual TypeHandle get_type () const
virtual PT (PandaNode) load_file(const Filename &path
virtual bool supports_compressed () const
 Returns true if this file type can transparently load compressed files (with a .pz extension), false otherwise.

Static Public Member Functions

static TypeHandle get_class_type ()
static void init_type ()
 This function is declared non-inline to work around a compiler bug in g++ 2.96.

Public Attributes

virtual const LoaderOptions
BamCacheRecord *record 
const
virtual const LoaderOptionsoptions

Detailed Description

This defines the Loader interface to read Dae files.

Definition at line 26 of file loaderFileTypeDae.h.


Member Function Documentation

string LoaderFileTypeDae::get_additional_extensions ( ) const [virtual]

Returns a space-separated list of extension, in addition to the one returned by get_extension(), that are recognized by this loader.

Reimplemented from LoaderFileType.

Definition at line 63 of file loaderFileTypeDae.cxx.

static void LoaderFileTypeDae::init_type ( ) [inline, static]

This function is declared non-inline to work around a compiler bug in g++ 2.96.

Making it inline seems to cause problems in the optimizer.

Reimplemented from LoaderFileType.

Definition at line 42 of file loaderFileTypeDae.h.

References LoaderFileType::init_type().

bool LoaderFileTypeDae::supports_compressed ( ) const [virtual]

Returns true if this file type can transparently load compressed files (with a .pz extension), false otherwise.

Reimplemented from LoaderFileType.

Definition at line 75 of file loaderFileTypeDae.cxx.


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