Blender
V3.3
|
#include <BCAnimationCurve.h>
Public Member Functions | |
BCCurveKey () | |
BCCurveKey (const BC_animation_type type, const std::string path, int array_index, int subindex=-1) | |
void | operator= (const BCCurveKey &other) |
std::string | get_full_path () const |
std::string | get_path () const |
int | get_array_index () const |
int | get_subindex () const |
void | set_object_type (BC_animation_type object_type) |
BC_animation_type | get_animation_type () const |
bool | operator< (const BCCurveKey &other) const |
Definition at line 35 of file BCAnimationCurve.h.
BCCurveKey::BCCurveKey | ( | ) |
Definition at line 557 of file BCAnimationCurve.cpp.
References BC_ANIMATION_TYPE_OBJECT.
BCCurveKey::BCCurveKey | ( | const BC_animation_type | type, |
const std::string | path, | ||
int | array_index, | ||
int | subindex = -1 |
||
) |
Definition at line 565 of file BCAnimationCurve.cpp.
References type.
BC_animation_type BCCurveKey::get_animation_type | ( | ) | const |
Definition at line 609 of file BCAnimationCurve.cpp.
Referenced by BCAnimationCurve::get_animation_name(), and BCAnimationCurve::is_of_animation_type().
int BCCurveKey::get_array_index | ( | ) | const |
Definition at line 594 of file BCAnimationCurve.cpp.
Referenced by BCAnimationCurve::add_value_from_matrix(), BCAnimationCurve::add_value_from_rna(), BCAnimationCurve::get_channel_index(), and BCAnimationCurve::get_edit_fcurve().
std::string BCCurveKey::get_full_path | ( | ) | const |
Definition at line 584 of file BCAnimationCurve.cpp.
References std::to_string().
Referenced by BCAnimationCurve::add_value_from_rna().
std::string BCCurveKey::get_path | ( | ) | const |
Definition at line 589 of file BCAnimationCurve.cpp.
Referenced by BCAnimationCurve::add_value_from_rna(), BCAnimationCurve::get_channel_target(), BCAnimationCurve::get_edit_fcurve(), and BCAnimationCurve::get_rna_path().
int BCCurveKey::get_subindex | ( | ) | const |
Definition at line 599 of file BCAnimationCurve.cpp.
Referenced by BCAnimationCurve::get_animation_name(), and BCAnimationCurve::get_subindex().
bool BCCurveKey::operator< | ( | const BCCurveKey & | other | ) | const |
Definition at line 614 of file BCAnimationCurve.cpp.
void BCCurveKey::operator= | ( | const BCCurveKey & | other | ) |
Definition at line 576 of file BCAnimationCurve.cpp.
void BCCurveKey::set_object_type | ( | BC_animation_type | object_type | ) |
Definition at line 604 of file BCAnimationCurve.cpp.
Referenced by BCAnimationCurve::BCAnimationCurve().