Blender V4.3
BCAnimationSampler.h File Reference
#include "BCAnimationCurve.h"
#include "BCSampleData.h"
#include "collada_utils.h"
#include "BKE_action.hh"
#include "BKE_lib_id.hh"
#include "BLI_math_rotation.h"
#include "DNA_action_types.h"

Go to the source code of this file.

Classes

class  BCAnimation
 
class  BCSampleFrame
 
class  BCSampleFrameContainer
 
class  BCAnimationSampler
 

Typedefs

typedef std::map< Object *, BCAnimation * > BCAnimationObjectMap
 
typedef std::map< int, BCSampleFrameBCSampleFrameMap
 

Typedef Documentation

◆ BCAnimationObjectMap

typedef std::map<Object *, BCAnimation *> BCAnimationObjectMap

Definition at line 55 of file BCAnimationSampler.h.

◆ BCSampleFrameMap

typedef std::map<int, BCSampleFrame> BCSampleFrameMap

Definition at line 93 of file BCAnimationSampler.h.