Blender  V2.93
Public Member Functions | Public Attributes | List of all members
blender::deg::DepsgraphBuilderCache Class Reference

#include <deg_builder_cache.h>

Public Member Functions

 ~DepsgraphBuilderCache ()
 
AnimatedPropertyStorageensureAnimatedPropertyStorage (ID *id)
 
AnimatedPropertyStorageensureInitializedAnimatedPropertyStorage (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_
 

Detailed Description

Definition at line 82 of file deg_builder_cache.h.

Constructor & Destructor Documentation

◆ ~DepsgraphBuilderCache()

blender::deg::DepsgraphBuilderCache::~DepsgraphBuilderCache ( )

Member Function Documentation

◆ ensureAnimatedPropertyStorage()

AnimatedPropertyStorage * blender::deg::DepsgraphBuilderCache::ensureAnimatedPropertyStorage ( ID id)

◆ 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().

◆ isPropertyAnimated()

template<typename... Args>
bool blender::deg::DepsgraphBuilderCache::isPropertyAnimated ( ID id,
Args...  args 
)
inline

◆ MEM_CXX_CLASS_ALLOC_FUNCS()

blender::deg::DepsgraphBuilderCache::MEM_CXX_CLASS_ALLOC_FUNCS ( "DepsgraphBuilderCache"  )

Member Data Documentation

◆ animated_property_storage_map_

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().


The documentation for this class was generated from the following files: