Blender V4.3
BCSampleData.h File Reference
#include <algorithm>
#include <map>
#include <string>
#include "BCMath.h"
#include "BCSampleData.h"
#include "ExportSettings.h"
#include "BKE_object.hh"
#include "BLI_math_rotation.h"
#include "DNA_armature_types.h"
#include "DNA_camera_types.h"
#include "DNA_light_types.h"
#include "DNA_material_types.h"
#include "DNA_object_types.h"

Go to the source code of this file.

Classes

class  BCSample
 

Typedefs

typedef std::map< Bone *, BCMatrix * > BCBoneMatrixMap
 
typedef std::map< Object *, BCSample * > BCSampleMap
 
typedef std::map< int, const BCSample * > BCFrameSampleMap
 
typedef std::map< int, const BCMatrix * > BCMatrixSampleMap
 

Typedef Documentation

◆ BCBoneMatrixMap

typedef std::map<Bone *, BCMatrix *> BCBoneMatrixMap

Definition at line 25 of file BCSampleData.h.

◆ BCFrameSampleMap

typedef std::map<int, const BCSample *> BCFrameSampleMap

Definition at line 46 of file BCSampleData.h.

◆ BCMatrixSampleMap

typedef std::map<int, const BCMatrix *> BCMatrixSampleMap

Definition at line 47 of file BCSampleData.h.

◆ BCSampleMap

typedef std::map<Object *, BCSample *> BCSampleMap

Definition at line 45 of file BCSampleData.h.