Blender V4.3
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 69 of file deg_builder_cache.h.

Constructor & Destructor Documentation

◆ ~DepsgraphBuilderCache()

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

Definition at line 125 of file deg_builder_cache.cc.

References animated_property_storage_map_.

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

◆ 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 99 of file deg_builder_cache.h.

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


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