SLProject  4.2.000
A platform independent 3D computer graphics framework for desktop OS, Android, iOS and online in web browsers
SLAnimation.h File Reference
#include <SLAnimTrack.h>
#include <SLEnums.h>
#include <SLJoint.h>
Include dependency graph for SLAnimation.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  SLAnimation
 SLAnimation is the base container for all animation data. More...
 

Typedefs

typedef vector< SLAnimation * > SLVAnimation
 
typedef std::map< SLstring, SLAnimation * > SLMAnimation
 

Detailed Description

Date
Autumn 2014
Remarks
Please use clangformat to format the code. See more code style on https://github.com/cpvrlab/SLProject4/wiki/SLProject-Coding-Style
Authors
Marc Wacker, Marcus Hudritsch

Definition in file SLAnimation.h.

Typedef Documentation

◆ SLMAnimation

typedef std::map<SLstring, SLAnimation*> SLMAnimation

Definition at line 85 of file SLAnimation.h.

◆ SLVAnimation

typedef vector<SLAnimation*> SLVAnimation

Definition at line 84 of file SLAnimation.h.