|
Blender V4.3
|
#include <BCAnimationSampler.h>
Public Member Functions | |
| ~BCSampleFrame () | |
| BCSample & | add (Object *ob) |
| const BCSample * | get_sample (Object *ob) const |
| const BCMatrix * | get_sample_matrix (Object *ob) const |
| const BCMatrix * | get_sample_matrix (Object *ob, Bone *bone) const |
| bool | has_sample_for (Object *ob) const |
| bool | has_sample_for (Object *ob, Bone *bone) const |
Definition at line 57 of file BCAnimationSampler.h.
|
inline |
Definition at line 67 of file BCAnimationSampler.h.
References sample.
Definition at line 478 of file BCAnimationSampler.cpp.
References sample.
Referenced by BCSampleFrameContainer::add().
Get the matrix for the given key, returns Unity when the key does not exist.
Definition at line 485 of file BCAnimationSampler.cpp.
Referenced by BCSampleFrameContainer::get_samples().
Definition at line 494 of file BCAnimationSampler.cpp.
References BCSample::get_matrix(), and sample.
Referenced by BCSampleFrameContainer::get_matrices(), BCSampleFrameContainer::get_matrices(), and has_sample_for().
Get the matrix for the given Bone, returns Unity when the Object is not sampled.
Definition at line 504 of file BCAnimationSampler.cpp.
References BCMatrix::get_matrix(), and sample.
| bool BCSampleFrame::has_sample_for | ( | Object * | ob | ) | const |
Check if the key is in this BCSampleFrame.
Definition at line 516 of file BCAnimationSampler.cpp.
Referenced by BCSampleFrameContainer::get_frames(), and BCSampleFrameContainer::get_frames().
Check if the Bone is in this BCSampleFrame.
Definition at line 521 of file BCAnimationSampler.cpp.
References get_sample_matrix().