FastLED 3.9.15
Loading...
Searching...
No Matches

◆ reset()

XYRasterU8Sparse & fl::XYRasterU8Sparse::reset ( )
inline

Definition at line 41 of file raster_sparse.h.

41 {
42 mSparseGrid.clear();
43 mCache.clear();
44 return *this;
45 }
HashMapLarge mSparseGrid
unordered_map< vec2< u16 >, u8 *, FastHashKey, EqualToKey, kMaxCacheSize > mCache

References XYRasterU8Sparse(), mCache, mSparseGrid, and reset().

Referenced by clear(), and reset().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: