OpenPolygon  1.0.0
OpenPolygon is a Rendering Engine
Public Member Functions | Protected Attributes | Friends | List of all members
Engine::AnimationLoader Class Referenceabstract

The AnimationLoader is a interface class for custom Loader specifically for Animations. More...

#include <animationmanager.h>

Inheritance diagram for Engine::AnimationLoader:
Engine::BvhLoader

Public Member Functions

 AnimationLoader (const std::string &extension)
 
virtual void ReadFile (const std::string &motion_file, NodeAnimScene *node_anim_scene)=0
 ReadFile. More...
 

Protected Attributes

unsigned int mFlags
 
std::string mExtension
 

Friends

class AnimationManager
 

Detailed Description

The AnimationLoader is a interface class for custom Loader specifically for Animations.

Member Function Documentation

virtual void Engine::AnimationLoader::ReadFile ( const std::string &  motion_file,
NodeAnimScene node_anim_scene 
)
pure virtual

ReadFile.

Read MotionFile and Save data into anim_scene

Parameters
motion_file
node_anim_scene

Member Data Documentation

std::string Engine::AnimationLoader::mExtension
protected

actually Loader extension

unsigned int Engine::AnimationLoader::mFlags
protected

actually Loader flags


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