Blender V4.3
blender::bke::bake::BlobSlice Struct Reference

#include <BKE_bake_items_serialize.hh>

Public Member Functions

std::shared_ptr< io::serialize::DictionaryValueserialize () const
 

Static Public Member Functions

static std::optional< BlobSlicedeserialize (const io::serialize::DictionaryValue &io_slice)
 

Public Attributes

std::string name
 
IndexRange range
 

Detailed Description

Reference to a slice of memory typically stored on disk. A blob is a "binary large object".

Definition at line 19 of file BKE_bake_items_serialize.hh.

Member Function Documentation

◆ deserialize()

◆ serialize()

std::shared_ptr< DictionaryValue > blender::bke::bake::BlobSlice::serialize ( ) const

Member Data Documentation

◆ name

std::string blender::bke::bake::BlobSlice::name

◆ range


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