Blender V5.0
blender::nodes::node_geo_import_csv::LoadCsvCache Class Reference

Inherits blender::memory_cache::CachedValue.

Public Member Functions

void count_memory (MemoryCounter &counter) const override
Public Member Functions inherited from blender::memory_cache::CachedValue
virtual ~CachedValue ()=default

Public Attributes

GeometrySet geometry
Vector< geo_eval_log::NodeWarningwarnings

Detailed Description

Definition at line 32 of file node_geo_import_csv.cc.

Member Function Documentation

◆ count_memory()

void blender::nodes::node_geo_import_csv::LoadCsvCache::count_memory ( MemoryCounter & memory) const
inlineoverridevirtual

Gather the memory used by this value. This allows the cache system to determine when it is full.

Implements blender::memory_cache::CachedValue.

Definition at line 37 of file node_geo_import_csv.cc.

References blender::bke::GeometrySet::count_memory().

Member Data Documentation

◆ geometry

GeometrySet blender::nodes::node_geo_import_csv::LoadCsvCache::geometry

Definition at line 34 of file node_geo_import_csv.cc.

◆ warnings

Vector<geo_eval_log::NodeWarning> blender::nodes::node_geo_import_csv::LoadCsvCache::warnings

Definition at line 35 of file node_geo_import_csv.cc.


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