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

#include <deg_builder_cache.h>

Public Member Functions

 ~DepsgraphBuilderCache ()
 
AnimatedPropertyStorageensureAnimatedPropertyStorage (const ID *id)
 
AnimatedPropertyStorageensureInitializedAnimatedPropertyStorage (const ID *id)
 
template<typename... Args>
bool isPropertyAnimated (const ID *id, Args... args)
 
bool isAnyPropertyAnimated (const PointerRNA *ptr)
 
 MEM_CXX_CLASS_ALLOC_FUNCS ("DepsgraphBuilderCache")
 

Public Attributes

Map< const ID *, AnimatedPropertyStorage * > animated_property_storage_map_
 

Detailed Description

Definition at line 68 of file deg_builder_cache.h.

Constructor & Destructor Documentation

◆ ~DepsgraphBuilderCache()

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

Member Function Documentation

◆ ensureAnimatedPropertyStorage()

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

◆ ensureInitializedAnimatedPropertyStorage()

AnimatedPropertyStorage * blender::deg::DepsgraphBuilderCache::ensureInitializedAnimatedPropertyStorage ( const ID id)

◆ isAnyPropertyAnimated()

bool blender::deg::DepsgraphBuilderCache::isAnyPropertyAnimated ( const PointerRNA ptr)
inline

◆ isPropertyAnimated()

template<typename... Args>
bool blender::deg::DepsgraphBuilderCache::isPropertyAnimated ( const 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<const ID *, AnimatedPropertyStorage *> blender::deg::DepsgraphBuilderCache::animated_property_storage_map_

Definition at line 98 of file deg_builder_cache.h.

Referenced by ensureAnimatedPropertyStorage(), and ~DepsgraphBuilderCache().


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