|
Blender V4.5
|
#include <BCAnimationSampler.h>
Public Member Functions | |
| ~BCSampleFrameContainer ()=default | |
| BCSample & | add (Object *ob, int frame_index) |
| BCSampleFrame * | get_frame (int frame_index) |
| int | get_frames (std::vector< int > &frames) const |
| int | get_frames (Object *ob, BCFrames &frames) const |
| int | get_frames (Object *ob, Bone *bone, BCFrames &frames) const |
| int | get_samples (Object *ob, BCFrameSampleMap &samples) const |
| int | get_matrices (Object *ob, BCMatrixSampleMap &samples) const |
| int | get_matrices (Object *ob, Bone *bone, BCMatrixSampleMap &samples) const |
Definition at line 91 of file BCAnimationSampler.h.
|
default |
Definition at line 525 of file BCAnimationSampler.cpp.
References frame.
| BCSampleFrame * BCSampleFrameContainer::get_frame | ( | int | frame_index | ) |
Return either the BCSampleFrame or NULL if frame does not exist.
Definition at line 535 of file BCAnimationSampler.cpp.
References frame.
Definition at line 552 of file BCAnimationSampler.cpp.
References frame.
Definition at line 565 of file BCAnimationSampler.cpp.
References frame.
| int BCSampleFrameContainer::get_frames | ( | std::vector< int > & | frames | ) | const |
Return a list of all frames that need to be sampled.
Definition at line 542 of file BCAnimationSampler.cpp.
Referenced by BCAnimationSampler::get_bone_frames(), and BCAnimationSampler::get_object_frames().
| int BCSampleFrameContainer::get_matrices | ( | Object * | ob, |
| BCMatrixSampleMap & | samples ) const |
Definition at line 592 of file BCAnimationSampler.cpp.
References frame, matrix, and samples.
Referenced by BCAnimationSampler::get_bone_samples(), and BCAnimationSampler::get_object_samples().
| int BCSampleFrameContainer::get_matrices | ( | Object * | ob, |
| Bone * | bone, | ||
| BCMatrixSampleMap & | samples ) const |
Definition at line 606 of file BCAnimationSampler.cpp.
| int BCSampleFrameContainer::get_samples | ( | Object * | ob, |
| BCFrameSampleMap & | samples ) const |
Definition at line 578 of file BCAnimationSampler.cpp.