deBaseAnimationModule Class Reference

Base Animation Module. More...

#include <deBaseAnimationModule.h>

Inheritance diagram for deBaseAnimationModule:
deBaseModule

List of all members.

Public Member Functions

Constructors and Destructors
 deBaseAnimationModule (deLoadableModule *loadableModule)
 Creates a new module.
virtual ~deBaseAnimationModule ()
 Cleans up the module.
virtual void LoadAnimation (decBaseFileReader *file, deAnimation *anim)=0
 Loads a model from the given file into the provided model object.
virtual void SaveAnimation (decBaseFileWriter *file, deAnimation *anim)=0
 Saves the given model into the given file.

Detailed Description

Base Animation Module.

Animation modules provide loading and saving support for models.

Author:
Plüss Roland
Version:
1.0
Date:
2008

Constructor & Destructor Documentation

deBaseAnimationModule::deBaseAnimationModule ( deLoadableModule loadableModule )

Creates a new module.

virtual deBaseAnimationModule::~deBaseAnimationModule (  ) [virtual]

Cleans up the module.


Member Function Documentation

virtual void deBaseAnimationModule::LoadAnimation ( decBaseFileReader file,
deAnimation anim 
) [pure virtual]

Loads a model from the given file into the provided model object.

virtual void deBaseAnimationModule::SaveAnimation ( decBaseFileWriter file,
deAnimation anim 
) [pure virtual]

Saves the given model into the given file.


The documentation for this class was generated from the following file: