|
Blender
V2.93
|
#include <deg_builder_cache.h>
Public Member Functions | |
| ~DepsgraphBuilderCache () | |
| AnimatedPropertyStorage * | ensureAnimatedPropertyStorage (ID *id) |
| AnimatedPropertyStorage * | ensureInitializedAnimatedPropertyStorage (ID *id) |
| template<typename... Args> | |
| bool | isPropertyAnimated (ID *id, Args... args) |
| MEM_CXX_CLASS_ALLOC_FUNCS ("DepsgraphBuilderCache") | |
Public Attributes | |
| Map< ID *, AnimatedPropertyStorage * > | animated_property_storage_map_ |
Definition at line 82 of file deg_builder_cache.h.
| blender::deg::DepsgraphBuilderCache::~DepsgraphBuilderCache | ( | ) |
Definition at line 152 of file deg_builder_cache.cc.
References animated_property_storage, and animated_property_storage_map_.
| AnimatedPropertyStorage * blender::deg::DepsgraphBuilderCache::ensureAnimatedPropertyStorage | ( | ID * | id | ) |
Definition at line 160 of file deg_builder_cache.cc.
References animated_property_storage_map_.
Referenced by ensureInitializedAnimatedPropertyStorage().
| AnimatedPropertyStorage * blender::deg::DepsgraphBuilderCache::ensureInitializedAnimatedPropertyStorage | ( | ID * | id | ) |
Definition at line 166 of file deg_builder_cache.cc.
References animated_property_storage, and ensureAnimatedPropertyStorage().
Referenced by isPropertyAnimated().
|
inline |
Definition at line 98 of file deg_builder_cache.h.
References animated_property_storage, and ensureInitializedAnimatedPropertyStorage().
Referenced by blender::deg::DepsgraphBuilder::check_pchan_has_bbone(), and blender::deg::DepsgraphBuilder::need_pull_base_into_graph().
| blender::deg::DepsgraphBuilderCache::MEM_CXX_CLASS_ALLOC_FUNCS | ( | "DepsgraphBuilderCache" | ) |
| Map<ID *, AnimatedPropertyStorage *> blender::deg::DepsgraphBuilderCache::animated_property_storage_map_ |
Definition at line 105 of file deg_builder_cache.h.
Referenced by ensureAnimatedPropertyStorage(), and ~DepsgraphBuilderCache().