Blender  V3.3
Public Attributes | List of all members
SeqCacheKey Struct Reference

#include <image_cache.h>

Public Attributes

struct SeqCachecache_owner
 
voiduserkey
 
struct SeqCacheKeylink_prev
 
struct SeqCacheKeylink_next
 
struct Sequenceseq
 
struct SeqRenderData context
 
float frame_index
 
float timeline_frame
 
float cost
 
bool is_temp_cache
 
eSeqTaskId task_id
 
int type
 

Detailed Description

Definition at line 22 of file image_cache.h.

Member Data Documentation

◆ cache_owner

struct SeqCache* SeqCacheKey::cache_owner

Definition at line 23 of file image_cache.h.

Referenced by seq_cache_keyfree(), and seq_cache_populate_key().

◆ context

struct SeqRenderData SeqCacheKey::context

◆ cost

float SeqCacheKey::cost

Definition at line 31 of file image_cache.h.

◆ frame_index

float SeqCacheKey::frame_index

◆ is_temp_cache

bool SeqCacheKey::is_temp_cache

◆ link_next

struct SeqCacheKey* SeqCacheKey::link_next

◆ link_prev

struct SeqCacheKey* SeqCacheKey::link_prev

◆ seq

struct Sequence* SeqCacheKey::seq

◆ task_id

eSeqTaskId SeqCacheKey::task_id

Definition at line 34 of file image_cache.h.

Referenced by seq_cache_free_temp_cache(), and seq_cache_populate_key().

◆ timeline_frame

float SeqCacheKey::timeline_frame

◆ type

int SeqCacheKey::type

◆ userkey

void* SeqCacheKey::userkey

Definition at line 24 of file image_cache.h.


The documentation for this struct was generated from the following file: