|
Blender V4.3
|
Inherits blender::animrig::EvaluationResult.
Public Member Functions | |
| EvaluationMap & | get_map () |
Public Member Functions inherited from blender::animrig::EvaluationResult | |
| EvaluationResult ()=default | |
| EvaluationResult (const EvaluationResult &other)=default | |
| ~EvaluationResult ()=default | |
| operator bool () const | |
| bool | is_empty () const |
| void | store (const StringRefNull rna_path, const int array_index, const float value, const PathResolvedRNA &prop_rna) |
| AnimatedProperty | value (const StringRefNull rna_path, const int array_index) const |
| const AnimatedProperty * | lookup_ptr (const PropIdentifier &key) const |
| AnimatedProperty * | lookup_ptr (const PropIdentifier &key) |
| EvaluationMap::ItemIterator | items () const |
Additional Inherited Members | |
Protected Types inherited from blender::animrig::EvaluationResult | |
| using | EvaluationMap = Map<PropIdentifier, AnimatedProperty> |
Protected Attributes inherited from blender::animrig::EvaluationResult | |
| EvaluationMap | result_ |
Definition at line 286 of file evaluation_test.cc.
|
inline |
Definition at line 288 of file evaluation_test.cc.
References blender::animrig::EvaluationResult::result_.