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

Go to the source code of this file.

Classes

class  SLAnimPlayback
 Manages the playback of an SLAnimation. More...
 

Typedefs

typedef vector< SLAnimPlayback * > SLVAnimPlayback
 
typedef std::map< SLstring, SLAnimPlayback * > SLMAnimPlayback
 

Detailed Description

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

Definition in file SLAnimPlayback.h.

Typedef Documentation

◆ SLMAnimPlayback

Definition at line 92 of file SLAnimPlayback.h.

◆ SLVAnimPlayback

typedef vector<SLAnimPlayback*> SLVAnimPlayback

Definition at line 91 of file SLAnimPlayback.h.